.privacy-policy {
  margin: 40px auto;
  padding: 28px 32px;
  max-width: 720px;
  background: linear-gradient(180deg, #162a21, #0f1a14);
  border: 1px solid rgba(47, 209, 128, 0.25);
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(0,0,0,0.45);
  color: #e6efe9;
  font-size: 18px;
  line-height: 1.9;
}

.privacy-policy h3 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  color: #2fd180;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.privacy-policy a {
  color: #ffffff;
  font-size: 26px;
  font-weight: 1000;
  text-decoration: none;
  border-bottom: 1px dashed rgba(47, 209, 128, 0.5);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.privacy-policy a:hover {
  color: #ff0000;
  border-color: #1aa765;
}

/* Back to Home Button */
.home-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 24px;
  background: #2fd180;
  color: #0f1a14;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

.home-btn:hover {
  background: #1aa765;
  transform: translateY(-2px);
}

.terms-of-service {
  margin: 40px auto;
  padding: 28px 32px;
  max-width: 720px;
  background: linear-gradient(180deg, #162a21, #0f1a14);
  border: 1px solid rgba(47, 209, 128, 0.25);
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(0,0,0,0.45);
  color: #e6efe9;
  font-size: 16px;
  line-height: 1.9;
}

.terms-of-service h3 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  color: #2fd180; /* emerald accent */
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.terms-of-service ul {
  margin: 16px 0;
  padding-left: 20px;
}

.terms-of-service li {
  margin-bottom: 10px;
  color: #d1e5d8;
  font-size: 15px;
}

.terms-of-service a {
  color: #2fd180;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed rgba(47, 209, 128, 0.5);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.terms-of-service a:hover {
  color: #1aa765;
  border-color: #1aa765;
}
