.rgpd-section {
  background: var(--gray-100);
  border-left: 4px solid #0d6efd;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}

.rgpd-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.data-flow {
  background: white;
  border: 2px dashed #dee2e6;
  padding: 2rem;
  border-radius: 0.5rem;
  text-align: center;
  margin: 1rem 0;
}