.legal-framer-page {
  min-height: 100vh;
  background: var(--framer-top-gradient);
}

.legal-framer-page .site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: var(--framer-header-height);
  padding: 0 72px;
  border-color: rgba(141, 202, 195, .14);
  background: rgba(3, 8, 7, .96);
}

.legal-framer-page .brand {
  align-self: center;
  color: #e0f6f2;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.legal-framer-page .brand-cn,
.legal-framer-page .brand-en {
  color: inherit;
  font-size: inherit;
  letter-spacing: 0;
}

.legal-framer-page .brand-en { margin-left: 3px; }
.legal-framer-page .search { display: none; }

.legal-framer-page .header-actions {
  position: static;
  grid-column: 2;
  justify-self: center;
  gap: 30px;
  color: #b0ccc7;
  font-size: 14px;
  font-weight: 400;
}

.legal-framer-page .header-actions a[aria-current="page"] {
  color: #e0f6f2;
  font-weight: 500;
}

.legal-framer-page .nav-button,
.legal-framer-page .account-menu {
  position: absolute;
  right: 72px;
}

.legal-framer-page .nav-button {
  min-height: 35px;
  padding: 9px 16px;
  border: 1px solid rgba(138, 205, 197, .34);
  border-radius: 6px;
  background: rgba(62, 133, 128, .28);
  color: #e5f8f4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.legal-page {
  width: var(--framer-content-rail);
  margin: 0 auto;
  padding: 108px 0 120px;
}

.legal-hero {
  width: 760px;
  margin: 0 auto 66px;
  text-align: center;
}

.legal-hero h1 {
  margin: 0;
  color: var(--framer-text);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.16;
}

.legal-hero p {
  margin: 20px 0 0;
  color: var(--framer-muted);
  font-size: 16px;
  line-height: 1.7;
}

.legal-document {
  width: 840px;
  margin: 0 auto;
  padding: 38px 48px 14px;
  border: 1px solid var(--framer-border);
  border-radius: var(--framer-radius);
  background: linear-gradient(150deg, rgba(8, 31, 27, .88), rgba(5, 14, 13, .96));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .30);
}

.legal-document section {
  padding: 0 0 32px;
  margin: 0 0 32px;
  border-bottom: 1px solid rgba(135, 205, 194, .14);
}

.legal-document section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-document h2 {
  margin: 0 0 14px;
  color: #e4f6f3;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
}

.legal-document p,
.legal-document li {
  color: #a9c8c3;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.legal-document p { margin: 0 0 14px; }
.legal-document p:last-child { margin-bottom: 0; }
.legal-document ul { margin: 0; padding-left: 22px; }
.legal-document li + li { margin-top: 7px; }

.legal-framer-page .site-footer {
  width: 1120px;
  margin: 0 auto;
  border-color: rgba(129, 200, 189, .16);
  color: #8faeaa;
}

.legal-framer-page .site-footer a { color: #8faeaa; }
