.privacy-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  color: var(--text-color);
  line-height: 1.6;
}

.privacy-title {
  color: var(--text-color);
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.last-updated {
  text-align: center;
  color: #aaaaaa;
  font-size: 1rem;
  margin-bottom: 40px;
}

.privacy-section {
  margin-bottom: 30px;
}

.section-title {
  color: var(--text-color);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.privacy-content {
  color: #cccccc;
  font-size: 1rem;
  margin-bottom: 15px;
}

.privacy-list {
  color: #cccccc;
  padding-left: 20px;
}

.privacy-list li {
  margin-bottom: 8px;
}

.contact-info {
  background-color: #1e1e1e;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
  color: var(--orange);
  text-decoration: none;
  font-weight: 500;
}

.back-link:hover {
  text-decoration: underline;
}
