291 lines
7.7 KiB
Cheetah
291 lines
7.7 KiB
Cheetah
{{define "pricing_de"}}
|
|
<style>
|
|
.pricing-container {
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
padding: 48px 24px 80px;
|
|
}
|
|
|
|
.pricing-header {
|
|
text-align: center;
|
|
margin-bottom: 48px;
|
|
}
|
|
|
|
.pricing-header h1 {
|
|
font-size: 2.5rem;
|
|
font-weight: 700;
|
|
color: var(--text);
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.pricing-header .tagline {
|
|
font-size: 1.15rem;
|
|
font-weight: 300;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
.pricing-table-wrapper {
|
|
background: var(--bg-card);
|
|
border: 1px solid var(--border);
|
|
border-radius: 8px;
|
|
overflow: hidden;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.pricing-table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.pricing-table thead {
|
|
background: var(--bg-secondary);
|
|
}
|
|
|
|
.pricing-table th {
|
|
padding: 24px 16px;
|
|
text-align: left;
|
|
font-weight: 600;
|
|
color: var(--text);
|
|
border-bottom: 2px solid var(--border);
|
|
}
|
|
|
|
.pricing-table th:first-child {
|
|
width: 40%;
|
|
}
|
|
|
|
.tier-header {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.tier-name {
|
|
font-size: 1.25rem;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.tier-price {
|
|
font-size: 1.75rem;
|
|
font-weight: 700;
|
|
color: var(--accent);
|
|
}
|
|
|
|
.tier-price .free {
|
|
color: #28a745;
|
|
}
|
|
|
|
.tier-price .small {
|
|
font-size: 1rem;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.tier-price s {
|
|
color: var(--text-muted);
|
|
font-weight: 400;
|
|
}
|
|
|
|
.tier-free {
|
|
font-size: 0.85rem;
|
|
font-weight: 600;
|
|
color: #28a745;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.pricing-table tbody tr {
|
|
border-bottom: 1px solid var(--border);
|
|
}
|
|
|
|
.pricing-table tbody tr:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.pricing-table td {
|
|
padding: 16px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.feature-name {
|
|
font-weight: 500;
|
|
color: var(--text);
|
|
}
|
|
|
|
.feature-cell {
|
|
text-align: center;
|
|
font-size: 1.25rem;
|
|
}
|
|
|
|
.check {
|
|
color: #28a745;
|
|
}
|
|
|
|
.cross {
|
|
color: #dc3545;
|
|
}
|
|
|
|
.category-row {
|
|
background: var(--bg-secondary);
|
|
font-weight: 700;
|
|
color: var(--text);
|
|
}
|
|
|
|
.category-row td {
|
|
padding: 16px 16px;
|
|
font-size: 1.1rem;
|
|
border-left: 3px solid var(--accent);
|
|
letter-spacing: 0.02em;
|
|
}
|
|
|
|
/* Mobile */
|
|
@media (max-width: 768px) {
|
|
.pricing-container { padding: 24px 16px 48px; }
|
|
.pricing-header h1 { font-size: 2rem; }
|
|
.pricing-table th { padding: 16px 12px; }
|
|
.pricing-table td { padding: 12px; }
|
|
.tier-name { font-size: 1rem; }
|
|
.tier-price { font-size: 1.5rem; }
|
|
.feature-name { font-size: 0.9rem; }
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.pricing-container { padding: 16px 12px 32px; }
|
|
.pricing-header h1 { font-size: 1.75rem; }
|
|
.pricing-table th:first-child { width: 35%; }
|
|
.tier-name { font-size: 0.9rem; }
|
|
.tier-price { font-size: 1.25rem; }
|
|
}
|
|
</style>
|
|
|
|
<div class="pricing-container">
|
|
<div class="pricing-header">
|
|
<h1>Preise</h1>
|
|
<p class="tagline">Alle Stufen sind bis zum 1. Juli 2026 kostenlos. Keine Kreditkarte erforderlich.</p>
|
|
</div>
|
|
|
|
<div class="pricing-table-wrapper">
|
|
<table class="pricing-table">
|
|
<thead>
|
|
<tr>
|
|
<th></th>
|
|
<th class="tier-header">
|
|
<div class="tier-name">Monitor</div>
|
|
<div class="tier-price"><span class="free">Kostenlos</span></div>
|
|
</th>
|
|
<th class="tier-header">
|
|
<div class="tier-name">Optimize</div>
|
|
<div class="tier-price"><s>$12<span class="small">/Monat</span></s></div>
|
|
<div class="tier-free">kostenlos bis 1. Juli 2026</div>
|
|
</th>
|
|
<th class="tier-header">
|
|
<div class="tier-name">Research</div>
|
|
<div class="tier-price"><s>$35<span class="small">/Monat</span></s></div>
|
|
<div class="tier-free">kostenlos bis 1. Juli 2026</div>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="category-row">
|
|
<td colspan="4">Gesundheitsdaten</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">Vitalparameter (BP, HR, Gewicht, Temperatur)</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">Symptome & Zustände</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">Medikamente</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">Bewegung & Aktivität</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">Familienanamnese</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">Laborergebnisse</td>
|
|
<td class="feature-cell cross">✗</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">Konsumenten-Genom (23andMe)</td>
|
|
<td class="feature-cell cross">✗</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">Medizinische Bildgebung (MRI, CT, Röntgen)</td>
|
|
<td class="feature-cell cross">✗</td>
|
|
<td class="feature-cell cross">✗</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">Klinische Genomsequenzierung</td>
|
|
<td class="feature-cell cross">✗</td>
|
|
<td class="feature-cell cross">✗</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
|
|
<tr class="category-row">
|
|
<td colspan="4">KI-Funktionen</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">MCP-Integration (Claude, ChatGPT)</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">Personalisierte KI-Antworten</td>
|
|
<td class="feature-cell">Begrenzt</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">Gesundheitstrend-Analyse</td>
|
|
<td class="feature-cell cross">✗</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
|
|
<tr class="category-row">
|
|
<td colspan="4">Speicherung & Zugriff</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">Mehrfach-Dossier-Unterstützung (Familie)</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">FIPS 140-3 Verschlüsselung</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="feature-name">Datenexport</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
<td class="feature-cell check">✓</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
{{template "footer"}}
|
|
</div>
|
|
{{end}} |