/* ============================================
   Entalabs — Privacy Page Styles
   ============================================ */

.privacy {
  padding: 100px 0 80px;
}

.privacy-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}

.privacy-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
  color: var(--text);
}

.privacy-updated {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--divider);
}

.privacy-intro {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 16px;
}

.privacy h2 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--accent);
  margin-top: 40px;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.privacy h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text);
  margin-top: 24px;
  margin-bottom: 10px;
}

.privacy p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 14px;
}

.privacy ul {
  margin: 0 0 16px 0;
  padding-left: 20px;
}

.privacy li {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 6px;
}

.privacy li strong {
  color: var(--text);
}

.privacy p strong {
  color: var(--text);
}

.privacy a {
  color: var(--accent);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

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

/* Active nav link */
.nav-link--active {
  color: var(--text) !important;
}

/* Footer */
.privacy-footer {
  border-top: 1px solid var(--divider);
  padding: 24px 0;
  text-align: center;
}

.privacy-footer p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}

/* Responsive */
@media (max-width: 480px) {
  .privacy-title {
    font-size: 1.75rem;
  }

  .privacy h2 {
    font-size: 1.2rem;
  }
}
