.legal-content {
  position: relative;
  isolation: isolate;
  max-width: 900px;
  margin: 3em auto;
  padding: 2.5em;
  color: #ffffff;
  line-height: 1.8;
  font-family: 'Montserrat Alternates', sans-serif;
  background: linear-gradient(135deg,
    rgba(58, 40, 102, 0.46) 0%,
    rgba(42, 28, 78, 0.42) 100%);
  border: 1px solid rgba(200, 185, 240, 0.16);
  border-radius: 22px;
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 30px rgba(8, 5, 16, 0.22);
}

.legal-content::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg,
    rgba(170, 150, 220, 0.07) 0%,
    rgba(90, 65, 150, 0.04) 60%,
    transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.legal-content > * {
  position: relative;
  z-index: 1;
}

.legal-content h1 {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 1.5em;
  line-height: 1.25;
}

.legal-content h2 {
  font-size: 1.45em;
  color: #e2d8f8;
  margin-top: 2em;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(226, 214, 255, 0.22);
  font-weight: 700;
  text-shadow: 0 0 14px rgba(205, 185, 242, 0.16);
  letter-spacing: 0.01em;
}

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

.legal-content h3 {
  font-size: 1.1em;
  color: #d4c8ec;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 600;
}

.legal-content p {
  margin-bottom: 1em;
  color: #f1e7f8;
}

.legal-content p strong {
  color: #eee6ff;
}

.legal-content ul {
  margin-left: 2em;
  margin-bottom: 1em;
}

.legal-content li {
  margin-bottom: 0.5em;
  color: #f1e7f8;
}

.legal-content a {
  color: #d8b8e8;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.legal-content a:hover {
  color: #eee6ff;
}

.legal-content .last-update {
  text-align: center;
  color: #c8b8e0;
  margin-bottom: 2em;
  font-size: 0.95em;
}

.legal-content .contact-info {
  background: rgba(226, 214, 255, 0.06);
  padding: 1.5em;
  border-left: 2px solid rgba(226, 214, 255, 0.35);
  border-radius: 12px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.legal-content .contact-info p {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 810px) {
  .legal-content {
    padding: 1.5em;
    margin: 1.5em 1em;
  }

  .legal-content h1 {
    font-size: 1.75em;
  }

  .legal-content h2 {
    font-size: 1.25em;
  }

  .legal-content h3 {
    font-size: 1em;
  }
}
