/* ==============================
   Final Exhibit – Global Styling
   ============================== */

/* Base typography */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Helvetica, Arial, sans-serif;
  background-color: #0e1116;
  color: #e6e8eb;
  line-height: 1.6;
}

/* Headings */
h1, h2, h3, h4 {
  color: #ffffff;
  font-weight: 600;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.4rem;
  margin-top: 40px;
  color: #9ccaff;
}

/* Paragraphs */
p {
  font-size: 1rem;
  color: #d1d5db;
}

/* Links */
a {
  color: #60a5fa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Content containers */
.zs-section {
  background-color: transparent;
}

.zs-text {
  max-width: 900px;
  margin: 0 auto;
}

/* Callout / Highlight box */
.finalexhibit-highlight {
  background-color: #111827;
  border-left: 4px solid #3b82f6;
  padding: 16px 20px;
  margin: 32px 0;
  border-radius: 4px;
}

/* Footer cleanup */
footer,
.zs-footer {
  border-top: 1px solid #1f2937;
  margin-top: 60px;
  padding-top: 20px;
  font-size: 0.9rem;
  color: #9ca3af;
}

/* Remove flashy animations */
* {
  animation: none !important;
  transition: none !important;
}
<div class="finalexhibit-highlight">
  <strong>Privacy-First by Design</strong>
  <p>No accounts. No tracking. No cloud storage.</p>
</div>