.legal-wrapper {
  background: linear-gradient(180deg, #000000 0%, #121212 100%);
  padding: 4rem 0;
}

.legal-header {
  margin-bottom: 3rem;
}

.legal-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  color: #fff;
}

.legal-subtitle {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
  color: #bbb;
}


.legal-content {
  color: #bbb;
  font-size: 0.95rem;
  line-height: 1.7;
}

.legal-content h4 {
  margin-top: 2rem;
  font-weight: 600;
  color: #fff;
  font-size: 1.2rem;
}

.legal-content p,
.legal-content ul {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.legal-content ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.legal-contact a {
  color: #fff; /* default beyaz */
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-contact a:hover {
  color: #D90404; /* hover kırmızı */
  text-decoration: none;
}
