:root {
  --glass-bg: rgba(255, 255, 255, 0.06);
  --glass-border: rgba(255, 255, 255, 0.12);
  --accent-1: #10b981;
  --accent-2: #06b6d4;
}

html,
body {
  height: 100%;
}

body {
  min-height: 100svh;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  background: #0d0d0d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e6eef8;
}

.glass-card {
  background: rgba(22, 27, 34, 0.85) !important; background-color: #161b22 !important;
  border: 1px solid rgba(48, 54, 61, 0.6) !important;
  border-radius: 1rem;
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.6);

  -webkit-
}

.policy-section h2 {
  color: #10b981;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}

.policy-section h2:first-child {
  margin-top: 0;
}

.policy-section p,
.policy-section li {
  color: rgba(230, 238, 248, 0.85);
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.policy-section ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}