/* Privacy Page Styles */

.privacy-content {
  font-size: 0.95rem;
  line-height: 1.6;
}

.privacy-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 1.5rem;
}

.privacy-content .lead {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.info-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef !important;
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.info-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1976d2;
}

.info-card ul li {
  margin-bottom: 0.75rem;
  color: #555;
}

.purpose-item {
  background: #f8f9fa !important;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.purpose-item:hover {
  background: #f1f3f5 !important;
  transform: translateY(-1px);
}

.purpose-item h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.purpose-item p {
  color: #666;
  font-size: 0.9rem;
}
