/* ============================================================
   VISORA — legal.css
   Teslimat Koşulları / Mesafeli Satış Sözleşmesi / İptal-İade
   ============================================================ */

.legal-section {
  padding: 20px 0 120px;
  background: var(--bg);
}

.legal-content {
  max-width: 760px;
  margin: 0 auto;
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--text-secondary);
}

.legal-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  font-weight: 500;
  color: var(--text-primary);
  margin: 38px 0 14px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  margin-bottom: 14px;
}

.legal-content ul {
  margin: 0 0 14px;
  padding-left: 4px;
  list-style: none;
}

.legal-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.legal-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.legal-content a {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-color: var(--gold-border);
}

.legal-content strong {
  color: var(--text-primary);
  font-weight: 600;
}

.legal-content .legal-placeholder {
  color: var(--gold);
  font-weight: 600;
}

.legal-updated {
  margin-top: 30px;
  font-size: 12px;
  color: var(--text-tertiary);
}

.legal-fill-notice {
  max-width: 760px;
  margin: 0 auto 32px;
  padding: 16px 20px;
  background: var(--gold-dim);
  border: 1px solid var(--gold-border);
  border-radius: 12px;
  font-size: 13px;
  color: var(--text-secondary);
}
