.legal-page {
  width: 100%;
  margin: 0;
  padding: 0 1.5rem 0.5rem;
}

.legal-page__intro {
  max-width: 900px;
  padding: 1.45rem 0 1.25rem;
}

.legal-page__intro h1 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.legal-page__intro p:last-child {
  margin-bottom: 0;
  color: var(--color-text-soft);
  line-height: 1.65;
}

.legal-section {
  position: relative;
  padding: 1.7rem 0 0.35rem;
}

.legal-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(143, 191, 220, 0.45) 15%, rgba(255, 255, 255, 0.98) 50%, rgba(143, 191, 220, 0.45) 85%, transparent);
  box-shadow: 0 0 9px rgba(112, 178, 218, 0.34), 0 0 18px rgba(255, 255, 255, 0.85);
}

.legal-section::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 25%;
  left: 25%;
  height: 18px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.95), rgba(145, 204, 238, 0.18) 48%, transparent 75%);
  filter: blur(4px);
  pointer-events: none;
}

.legal-section h2 {
  margin-bottom: 0.72rem;
  color: var(--color-blue-deep);
  font-size: 1.18rem;
}

.legal-section p {
  max-width: 980px;
  margin-bottom: 0.9rem;
  color: var(--color-text-soft);
  line-height: 1.68;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-section a {
  font-weight: 700;
  text-underline-offset: 0.16em;
}

.legal-page__updated {
  margin: 1.25rem 0 0;
  color: var(--color-text-muted);
  font-size: 0.9rem;
}
