body.legal-page {
  margin: 0;
  min-height: 100vh;
  background: #f6f7fb;
  color: #0f1729;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
.legal-main {
  width: min(720px, calc(100% - 32px));
  margin: 24px auto 48px;
}
.legal-main h1 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}
.legal-body {
  background: #fff;
  border-radius: 20px;
  padding: 24px 28px;
  line-height: 1.65;
  font-size: 15px;
}
.legal-body h2 {
  font-size: 16px;
  margin: 22px 0 8px;
}
.legal-body p,
.legal-body ul {
  margin: 0 0 12px;
}
body.og-shop .legal-body a {
  color: #2d9f38;
  text-decoration: underline;
}
.error-404 {
  text-align: center;
  padding: 48px 0 24px;
}
.error-404-code {
  margin: 0;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  color: #c21300;
}
.error-404 h1 {
  margin: 12px 0 8px;
}
.error-404-copy {
  margin: 0 auto 24px;
  max-width: 28rem;
  color: #64748b;
  font-size: 15px;
  line-height: 1.55;
}
.error-404-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
body.og-shop a.error-404-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #0a0a0a;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}
body.og-shop a.error-404-btn-ghost {
  background: #fff;
  color: #0a0a0a !important;
  -webkit-text-fill-color: #0a0a0a;
  border: 1px solid #e4e4e7;
}
.legal-page #footer-placeholder,
.legal-page #footer {
  width: min(720px, calc(100% - 32px));
  margin: 0 auto 40px;
  text-align: center;
  font-size: 12px;
  color: #64748b;
}
