/* Privacy Policy */
.PrivacyPolicy {
  background: linear-gradient(150deg, #0a1119, #0f1b27);
  padding: 12vh 8vw;
  min-height: 100vh;
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
}

.PrivacyPolicyContent {
  max-width: 900px;
  color: #e6fffb;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.PrivacyPolicyKicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  color: rgba(110, 245, 226, 0.7);
}

.PrivacyPolicyContent h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}

.PrivacyPolicyContent h2 {
  margin: 24px 0 6px;
  font-size: 1.2rem;
  color: #6ef5e2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.PrivacyPolicyUpdated {
  color: rgba(230, 255, 251, 0.6);
  font-size: 0.95rem;
}

.PrivacyPolicyContent p {
  margin: 0;
  line-height: 1.7;
  color: rgba(230, 255, 251, 0.8);
}

.PrivacyPolicyContent ul {
  margin: 0;
  padding-left: 22px;
  list-style: disc;
  color: rgba(230, 255, 251, 0.8);
}

.PrivacyPolicyContent li {
  margin: 6px 0;
  line-height: 1.6;
}

.PrivacyPolicyContent a {
  color: #44e2c9;
  text-decoration: none;
}

.PrivacyPolicyContent a:hover {
  color: #6cf0dc;
}

/* Terms of Service */
.TermsOfService {
  background: linear-gradient(150deg, #0a1119, #0f1b27);
  padding: 12vh 8vw;
  min-height: 100vh;
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
}

.TermsOfServiceContent {
  max-width: 900px;
  color: #e6fffb;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.TermsOfServiceKicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  color: rgba(110, 245, 226, 0.7);
}

.TermsOfServiceContent h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}

.TermsOfServiceContent h2 {
  margin: 24px 0 6px;
  font-size: 1.2rem;
  color: #6ef5e2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.TermsOfServiceUpdated {
  color: rgba(230, 255, 251, 0.6);
  font-size: 0.95rem;
}

.TermsOfServiceContent p {
  margin: 0;
  line-height: 1.7;
  color: rgba(230, 255, 251, 0.8);
}

.TermsOfServiceContent ul {
  margin: 0;
  padding-left: 22px;
  list-style: disc;
  color: rgba(230, 255, 251, 0.8);
}

.TermsOfServiceContent li {
  margin: 6px 0;
  line-height: 1.6;
}

.TermsOfServiceContent a {
  color: #44e2c9;
  text-decoration: none;
}

.TermsOfServiceContent a:hover {
  color: #6cf0dc;
}

