181 lines
6.1 KiB
Cheetah
181 lines
6.1 KiB
Cheetah
{{define "security"}}
|
|
<style>
|
|
.privacy-container {
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
padding: 48px 24px 80px;
|
|
}
|
|
|
|
.privacy-card {
|
|
background: var(--bg-card);
|
|
border: 1px solid var(--border);
|
|
border-radius: 8px;
|
|
padding: 48px;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.privacy-card h1 {
|
|
font-size: 2.5rem;
|
|
font-weight: 700;
|
|
color: var(--text);
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.privacy-card .intro {
|
|
font-size: 1.15rem;
|
|
font-weight: 300;
|
|
color: var(--text-muted);
|
|
line-height: 1.8;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.privacy-card h2 {
|
|
font-size: 1.4rem;
|
|
font-weight: 600;
|
|
color: var(--text);
|
|
margin-top: 0;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.privacy-card h3 {
|
|
font-size: 1.1rem;
|
|
font-weight: 600;
|
|
color: var(--text);
|
|
margin-top: 24px;
|
|
margin-bottom: 8px;
|
|
}
|
|
.privacy-card h3:first-child { margin-top: 0; }
|
|
|
|
.privacy-card p {
|
|
font-size: 1rem;
|
|
font-weight: 300;
|
|
color: var(--text-muted);
|
|
line-height: 1.8;
|
|
margin-bottom: 16px;
|
|
}
|
|
.privacy-card p:last-child { margin-bottom: 0; }
|
|
|
|
.privacy-card strong {
|
|
font-weight: 600;
|
|
color: var(--text);
|
|
}
|
|
|
|
.privacy-card a {
|
|
color: var(--accent);
|
|
}
|
|
|
|
.inou-brand {
|
|
font-weight: 700;
|
|
color: var(--accent);
|
|
}
|
|
|
|
.privacy-footer {
|
|
padding: 16px 0;
|
|
border-top: 1px solid var(--border);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.privacy-footer-left {
|
|
font-size: 0.9rem;
|
|
color: var(--text-muted);
|
|
display: flex;
|
|
gap: 16px;
|
|
align-items: center;
|
|
}
|
|
.privacy-footer-left a {
|
|
color: var(--text-muted);
|
|
text-decoration: none;
|
|
}
|
|
.privacy-footer-left a:hover { color: var(--accent); }
|
|
.privacy-footer-right { font-size: 1rem; }
|
|
.privacy-footer-right .inou {
|
|
font-weight: 700;
|
|
color: var(--accent);
|
|
}
|
|
.privacy-footer-right .health {
|
|
font-weight: 400;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.privacy-container { padding: 24px 16px 48px; }
|
|
.privacy-card { padding: 32px 24px; }
|
|
.privacy-card h1 { font-size: 2rem; }
|
|
.privacy-card .intro { font-size: 1.05rem; }
|
|
.privacy-card h2 { font-size: 1.25rem; }
|
|
.privacy-card h3 { font-size: 1rem; }
|
|
.privacy-card p { font-size: 0.95rem; }
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.privacy-container { padding: 16px 12px 32px; }
|
|
.privacy-card { padding: 24px 16px; }
|
|
.privacy-card h1 { font-size: 1.75rem; }
|
|
.privacy-card .intro { font-size: 1rem; }
|
|
.privacy-card h2 { font-size: 1.15rem; }
|
|
.privacy-card p { font-size: 0.9rem; }
|
|
.privacy-footer { flex-direction: column; gap: 12px; text-align: center; }
|
|
.privacy-footer-left { flex-direction: column; gap: 8px; }
|
|
}
|
|
</style>
|
|
|
|
<div class="privacy-container">
|
|
|
|
<div class="privacy-card">
|
|
<h1>How we protect your health dossier.</h1>
|
|
<p class="intro">Security isn't a feature we added. It's how we built <span class="inou-brand">inou</span> from day one.</p>
|
|
</div>
|
|
|
|
<div class="privacy-card">
|
|
<h3>Your data never shares a server.</h3>
|
|
<p>Most services run on shared cloud infrastructure — your files sitting next to thousands of strangers. Not here. <span class="inou-brand">inou</span> runs on dedicated, single-tenant hardware. Your data lives on machines that exist solely for this purpose.</p>
|
|
</div>
|
|
|
|
<div class="privacy-card">
|
|
<h3>Encryption you can trust.</h3>
|
|
<p>FIPS 140-3 is the US government standard for cryptographic security — the same bar the military uses. Your files are encrypted in flight with TLS 1.3, encrypted again at the application layer before they touch the database, and stay encrypted at rest. Three layers deep.</p>
|
|
</div>
|
|
|
|
<div class="privacy-card">
|
|
<h3>Power doesn't go out.</h3>
|
|
<p>Servers run on uninterruptible power, backed by a natural gas generator. Not a battery that buys you fifteen minutes — a generator with fuel supply independent of the grid. If the power company fails, we don't.</p>
|
|
</div>
|
|
|
|
<div class="privacy-card">
|
|
<h3>Drives fail. Data doesn't.</h3>
|
|
<p>Storage runs on ZFS with RAID-Z2 — enterprise technology that survives the simultaneous failure of any two drives without losing a byte. Backups happen automatically. (Our founder spent two decades building backup systems for a living. We take this seriously.)</p>
|
|
</div>
|
|
|
|
<div class="privacy-card">
|
|
<h3>The internet has a backup too.</h3>
|
|
<p>Primary connectivity is dedicated fiber. If that fails, satellite kicks in. Terrestrial and space-based redundancy — because your access matters.</p>
|
|
</div>
|
|
|
|
<div class="privacy-card">
|
|
<h3>We watch. We act.</h3>
|
|
<p>Continuous uptime monitoring, automated alerting, 24/7. If something blinks wrong, we know — and our systems respond before you'd ever notice.</p>
|
|
</div>
|
|
|
|
<div class="privacy-card">
|
|
<h3>We keep attackers out.</h3>
|
|
<p>Firewall rules block malicious traffic at the edge. Tarpits slow down scanners and bots, wasting their time instead of ours. Role-based access control ensures every request is authenticated and authorized — no exceptions.</p>
|
|
</div>
|
|
|
|
<div class="privacy-card">
|
|
<h3>Built with intention.</h3>
|
|
<p>Most software is assembled from open source libraries — code written by strangers, maintained by volunteers, used by millions. When a vulnerability is discovered, every application using that code is at risk.</p>
|
|
<p>We made a different choice. <span class="inou-brand">inou</span> is built entirely from proprietary code. We wrote every line ourselves. No third-party frameworks, no borrowed components, no dependency trees stretching into code we've never reviewed.</p>
|
|
<p>This means we know exactly what's running and exactly what's exposed. A minimal risk surface — not because we added security on top, but because we designed it that way from the beginning.</p>
|
|
</div>
|
|
|
|
<div class="privacy-card">
|
|
<h3>Physical security.</h3>
|
|
<p>Hardware is housed in secured, access-controlled enclosures. Entry restricted to authorized <span class="inou-brand">inou</span> personnel only. Climate-controlled, generator-backed, sited above regional flood levels.</p>
|
|
</div>
|
|
|
|
{{template "footer"}}
|
|
|
|
</div>
|
|
{{end}}
|