.cgu-content {
  margin-top: 50px;
  line-height: 1.8;
}

.cgu-article {
  margin-bottom: 40px;
}

.cgu-article-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.cgu-text {
  margin-bottom: 12px;
}

.cgu-warning {
  background: var(--glass);
  padding: 15px;
  border-radius: 6px;
  margin: 15px 0;
  font-weight: 500;
}

.cgu-list {
  margin-left: 20px;
  margin-bottom: 12px;
}

.cgu-list li {
  margin-bottom: 8px;
}

.cgu-footer-info {
  text-align: center;
  margin-top: 60px;
  padding: 30px;
  background: var(--glass);
  border-radius: 8px;
  border: 1px solid var(--glass-stroke);
}

.cgu-footer-info p {
  margin-bottom: 10px;
  color: var(--muted);
}

.cgu-footer-info p strong {
  color: var(--text);
}

.container.cgu-container {
  padding-top: 40px;
}
