/* ── Pages (Privacy, Terms) ────────────────────────────────── */

.heading-sm {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00d4ff;
  letter-spacing: 0.06em;
  margin-bottom: 0.25rem;
}

.page-content {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.page-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #c9d1d9;
  margin-bottom: 1.25rem;
}

.page-content h2 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #e6edf3;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.page-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.25rem;
}

.page-content ul li {
  font-size: 1rem;
  line-height: 1.8;
  color: #c9d1d9;
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 0.4rem;
}

.page-content ul li::before {
  content: "\2022";
  color: #00d4ff;
  position: absolute;
  left: 0;
}

.page-content a {
  color: #00d4ff;
  text-decoration: none;
}

.page-content a:hover {
  text-decoration: underline;
}

.page-content strong {
  color: #e6edf3;
}

.left-align {
  text-align: left;
}

/* ── Page Nav ────────────────────────────────────────────── */

.page-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #21262d;
}

.page-nav a {
  color: #8b949e;
  text-decoration: none;
  font-size: 0.9rem;
}

.page-nav a:hover {
  color: #00d4ff;
}

/* ── Responsive ──────────────────────────────────────────── */

@media (max-width: 480px) {
  .heading-sm {
    font-size: 1.8rem;
  }

  .page-content h2 {
    font-size: 1.05rem;
  }
}
