body {
  background: linear-gradient(135deg, #0d1121 0%, #223354 100%);
  color: #eef4fa;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  min-height: 100vh;
}

.policy-wrapper {
  max-width: 800px;
  margin: 60px auto 50px auto;
  background: rgba(32, 45, 72, 0.82);
  padding: 56px 36px 38px 36px;
  border-radius: 22px;
  box-shadow: 0 12px 48px 0 rgba(32,183,255,0.13), 0 1px 2px 0 rgba(24,36,64,0.10);
  backdrop-filter: blur(6px);
  border: 1.5px solid rgba(54,191,255,0.13);
}

h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 17px;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 18px rgba(54,191,255,0.04);
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  color: #60d7ff;
  background: linear-gradient(90deg, #60d7ff 0%, #22b1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

h2 {
  font-size: 1.35rem;
  color: #36bfff;
  margin-top: 36px;
}

h3 {
  font-size: 1.05rem;
  color: #92e5ff;
  margin-top: 28px;
}

a {
  color: #36bfff;
  text-decoration: underline;
  transition: color 0.18s;
}
a:hover { color: #fff; background: #36bfff; text-decoration: none; padding: 2px 7px; border-radius: 8px; }

ul, ol {
  margin-left: 21px;
  margin-bottom: 17px;
  line-height: 1.7;
}
li {
  margin-bottom: 7px;
  font-size: 1.03rem;
}

.policy-section {
  margin-bottom: 43px;
}

.policy-section:last-child {
  margin-bottom: 0;
}

.policy-wrapper .policy-section a {
  font-weight: 600;
}

@media (max-width: 600px) {
  .policy-wrapper { padding: 20px 5px; }
  h1 { font-size: 1.3rem; }
  h2 { font-size: 1.04rem; }
}
