.legal-page {
  --pr-background: oklch(1 0 0);
  --pr-foreground: oklch(0.19 0.032 258);
  --pr-accent: oklch(0.58 0.085 232);
  --pr-border: oklch(0.915 0.006 90);
  --pr-muted: oklch(0.5 0.018 254);
  --pr-surface: oklch(0.972 0.008 85);
  --pr-shadow-card: 0 1px 2px oklch(0.19 0.032 258 / 0.05), 0 18px 40px -24px oklch(0.19 0.032 258 / 0.3);
  width: 100%;
  min-height: 100vh;
  background: var(--pr-surface);
  color: var(--pr-foreground);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.legal-page h1,
.legal-page h2,
.legal-page p,
.legal-page ul,
.legal-page ol {
  margin: 0;
}

.legal-page h1,
.legal-page h2 {
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: -0.015em;
}

.legal-page .legal-hero {
  border-bottom: 1px solid oklch(0.915 0.006 90 / 0.7);
}

.legal-page .legal-hero-inner {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  padding: 48px 20px;
}

.legal-page .legal-eyebrow {
  color: var(--pr-accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.legal-page .legal-hero h1 {
  margin-top: 16px;
  font-size: 33.6px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.legal-page .legal-intro {
  max-width: 672px;
  margin-top: 16px;
  color: var(--pr-muted);
  font-size: 16px;
  line-height: 1.625;
}

.legal-page .legal-content {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  padding: 48px 20px;
}

.legal-page .legal-card {
  padding: 24px;
  border: 1px solid var(--pr-border);
  border-radius: 2px;
  background: var(--pr-background);
  box-shadow: var(--pr-shadow-card);
}

.legal-page .legal-section + .legal-section {
  margin-top: 36px;
}

.legal-page .legal-section h2 {
  font-size: 21.6px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.legal-page .legal-body {
  margin-top: 12px;
  color: oklch(0.19 0.032 258 / 0.8);
  font-size: 16px;
  line-height: 1.7;
}

.legal-page .legal-body p + p {
  margin-top: 16px;
}

.legal-page .legal-body p + ul,
.legal-page .legal-body p + ol {
  margin-top: 16px;
}

.legal-page .legal-body ul,
.legal-page .legal-body ol {
  padding-left: 24px;
}

.legal-page .legal-body ul {
  list-style: disc;
}

.legal-page .legal-body ol {
  list-style: decimal;
}

.legal-page .legal-body li + li {
  margin-top: 8px;
}

.legal-page .legal-body a {
  color: var(--pr-accent);
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

@media (min-width: 576px) {
  .legal-page .legal-hero-inner {
    padding-top:130px;
    padding-bottom: 64px;
  }

  .legal-page .legal-hero h1 {
    font-size: 44px;
  }

  .legal-page .legal-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .legal-page .legal-card {
    padding: 40px;
  }

  .legal-page .legal-section h2 {
    font-size: 24.8px;
  }

  .legal-page .legal-body {
    font-size: 17px;
  }
}
