/* ========== PRIVACY POLICY PAGE ========== */
/* Append this file's contents to style.css, or link it as a second
   stylesheet after style.css as shown in privacy.html. Everything here
   is new — .box, .boxb, .full, .row, and .round already exist in style.css
   and are reused as-is. */

.privacy-toc {
  text-align: center;
  padding: 10px 20px 30px;
  font-size: 13px;
}

.privacy-toc a {
  color: #bbb;
  text-decoration: none;
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.privacy-toc a:hover {
  color: #f54242;
}

.privacy-section {
  margin-bottom: 25px;
  text-align: left;
}

.privacy-section h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}

.privacy-section p,
.privacy-section li {
  color: #ddd;
  font-size: 15px;
  line-height: 1.7;
}

.privacy-section ul {
  padding-left: 20px;
  margin-bottom: 14px;
}

.privacy-section li {
  margin-bottom: 8px;
}

.privacy-num {
  color: #f54242;
  font-weight: bold;
  margin-right: 8px;
}

.privacy-section code {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 1px 6px;
  font-family: monospace;
  letter-spacing: 0;
  color: #ccc;
  font-size: 13px;
}