/* ================================
   Policy Pages Styling
   ================================ */

body {
  background: #050608;
  color: #f5f5f5;
}

.policy-wrapper {
  max-width: 900px;
  margin: 120px auto;
  padding: 0 20px;
}

.policy-wrapper h1 {
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.policy-wrapper h2 {
  margin-top: 30px;
  color: #ffd700;
}

.policy-wrapper p,
.policy-wrapper li {
  line-height: 1.7;
  color: #d0d4ff;
}

.policy-wrapper ul {
  margin-left: 20px;
}

.policy-box {
  background: #0d1015;
  border: 1px solid rgba(255,255,255,0.08);
  padding: 24px;
  border-radius: 12px;
}
