/* Privacy Policy Page Styles */

.privacy-page {
  padding-top: 100px;
  padding-bottom: 6rem;
}

.privacy-header {
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--glass-border);
  padding-bottom: 2rem;
}

.privacy-header h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1rem;
}

.privacy-header p {
  color: var(--text-muted);
  font-size: 1.125rem;
}

.privacy-content {
  max-width: 800px;
  margin: 0 auto;
}

.privacy-content h2 {
  font-size: 1.75rem;
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  color: var(--text-main);
  font-family: var(--font-display);
}

.privacy-content p {
  margin-bottom: 1.25rem;
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 1.05rem;
}

.privacy-content ul, 
.privacy-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  color: var(--text-muted);
}

.privacy-content li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

.privacy-content a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.privacy-content a:hover {
  color: var(--primary);
}

/* Update Footer for Privacy page */
.privacy-page + footer {
  border-top: none;
  background: transparent;
}
