/* 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;
}


/* Light theme overrides */
.theme-light .PrivacyPolicy,
.theme-light .TermsOfService {
  background: linear-gradient(150deg, #f4f9f8, #edf5f3);
}

.theme-light .PrivacyPolicyContent,
.theme-light .TermsOfServiceContent {
  color: #141d1b;
}

.theme-light .PrivacyPolicyKicker,
.theme-light .TermsOfServiceKicker {
  color: #00b89c;
}

.theme-light .PrivacyPolicyContent h2,
.theme-light .TermsOfServiceContent h2 {
  color: #00b89c;
}

.theme-light .PrivacyPolicyUpdated,
.theme-light .TermsOfServiceUpdated {
  color: #7a8e89;
}

.theme-light .PrivacyPolicyContent p,
.theme-light .TermsOfServiceContent p {
  color: #4a5c58;
}

.theme-light .PrivacyPolicyContent ul,
.theme-light .TermsOfServiceContent ul {
  color: #4a5c58;
}

.theme-light .PrivacyPolicyContent a,
.theme-light .TermsOfServiceContent a {
  color: #009e86;
}

.theme-light .PrivacyPolicyContent a:hover,
.theme-light .TermsOfServiceContent a:hover {
  color: #00b89c;
}
