body {
  background: var(--bg-gray);
}

main {
  font-family: var(--font-body);
  color: var(--text);
}

.privacy-hero {
  background: linear-gradient(120deg, var(--brand) 0%, var(--brand-600) 60%, #020617 100%);
  color: var(--text-white);
  padding: 10rem 1.5rem 4rem;
}

.privacy-hero-inner {
  max-width: var(--page-max);
  margin: 0 auto;
}

.privacy-hero-text {
  max-width: 720px;
}

.privacy-eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 0.75rem;
}

.privacy-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3rem);
  margin-bottom: 0.75rem;
}

.privacy-summary {
  font-size: 0.98rem;
  line-height: 1.7;
  max-width: 36rem;
  color: var(--on-brand);
}

.privacy-content {
  padding: 3rem 1.5rem 4rem;
}

.privacy-card {
  max-width: var(--page-max);
  margin: 0 auto;
  background: var(--surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 2.25rem 2rem 2.75rem;
}

.privacy-updated {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.privacy-card h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-family: var(--font-body);
}

.privacy-card h3 {
  font-size: 1.05rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-family: var(--font-body);
}

.privacy-card p {
  font-size: 0.96rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.privacy-card ul {
  padding-left: 1.4rem;
  margin-bottom: 1rem;
}

.privacy-card li {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.25rem;
}

.privacy-contact {
  margin-top: 0.5rem;
}

.privacy-contact a {
  color: var(--brand-600);
  text-decoration: none;
}

.privacy-contact a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .privacy-hero {
    padding: 8rem 1.25rem 3rem;
  }

  .privacy-card {
    padding: 1.8rem 1.4rem 2.4rem;
  }
}
