:root {
  color-scheme: light;
}

body {
  font-family: "Manrope", sans-serif;
  background: #ffffff;
  color: #0f172a;
}

.legal-header {
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
}

.legal-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  flex-wrap: wrap;
}

.legal-brand {
  font-weight: 600;
  color: #6f4cff;
  letter-spacing: 0.2px;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  color: #475569;
}

.legal-nav a {
  color: #475569;
}

.legal-page {
  padding: 32px 0 48px;
}

.legal-content h1 {
  font-size: 32px;
  line-height: 1.2;
}

.legal-content h2 {
  margin-top: 24px;
  font-size: 20px;
}

.legal-content p {
  margin-top: 12px;
  color: #1e293b;
}

.legal-content ul {
  margin-top: 12px;
  padding-left: 18px;
  color: #1e293b;
}

.legal-content li {
  margin: 6px 0;
}

.legal-updated {
  font-size: 14px;
  color: #64748b;
  margin-top: 8px;
}

.legal-list a {
  color: #1e293b;
  text-decoration: underline;
}

.contact-card {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

.legal-note {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.legal-footer {
  border-top: 1px solid #e2e8f0;
  padding: 18px 0;
  font-size: 14px;
  color: #64748b;
}

.legal-footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .legal-content h1 {
    font-size: 26px;
  }
}
