h1, p, span, strong, a {
  color: #ffffff !important;
}

strong {
  font-weight: 700;
}

.policy-box {
  background: rgba(10, 10, 10, 0.85);
  padding: 28px 32px;
  border-radius: 10px;
  margin: 20px auto;
  max-width: 800px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.policy-box h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #90c8ff;
  margin-top: 28px;
  margin-bottom: 8px;
}

.policy-box p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #e0e0e0;
  white-space: pre-line;
}

.container.has-text-centered {
  padding-bottom: 60px;
}