* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter", system-ui, sans-serif;
}

body {
  min-height: 100vh;
  background: radial-gradient(circle at top, #3b155f, #0b0414);
  color: #eae6f2;
}

.page {
  display: flex;
  justify-content: center;
  padding: 60px 16px;
}

.card {
  max-width: 420px;
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 28px;
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

h1 {
  font-size: 20px;
  color: #ff9f43;
  text-align: center;
  margin-bottom: 6px;
}

h2 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  opacity: 0.9;
  margin-bottom: 20px;
}

.intro {
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.85;
  margin-bottom: 16px;
}

.highlight {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 14px;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 22px;
}

section {
  margin-bottom: 20px;
}

section h3 {
  font-size: 14px;
  margin-bottom: 8px;
  color: #caa7ff;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.85;
  margin-bottom: 6px;
}

footer {
  font-size: 11px;
  opacity: 0.5;
  text-align: center;
  margin-top: 24px;
}


.legal-divider {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,0.2),
    transparent
  );
  margin: 26px 0 18px;
}

.legal {
  font-size: 11px;
  line-height: 1.6;
  color: rgba(255,255,255,0.45);
}

.legal-copy {
  text-align: center;
  margin-bottom: 14px;
  opacity: 0.6;
}

.legal-block {
  margin-bottom: 12px;
}

.legal-block h4 {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 4px;
  color: rgba(255,255,255,0.65);
}

.legal-block p {
  font-size: 11px;
  opacity: 0.5;
}
