@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap");

.legal-page-shell:not(.bw-v5-html-shell) {
  --bg: #0f0c24;
  --border: rgba(154, 130, 246, 0.15);
  --border-mid: rgba(154, 130, 246, 0.25);
  --purple: #7c3aed;
  --purple-hover: #6d28d9;
  --purple-light: #9a82f6;
  --indigo: #6366f1;
  --white: #ffffff;
  --slate: #cdc7f0;
  --muted: #9d93cc;
  background: var(--bg);
  color: var(--white);
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  min-height: 100vh;
}

.legal-page-shell:not(.bw-v5-html-shell) *,
.legal-page-shell:not(.bw-v5-html-shell) *::before,
.legal-page-shell:not(.bw-v5-html-shell) *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.legal-page-shell:not(.bw-v5-html-shell) .nav {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(15, 12, 36, 0.96);
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.legal-page-shell:not(.bw-v5-html-shell) .logo {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.legal-page-shell:not(.bw-v5-html-shell) .logo-dot {
  color: var(--purple-light);
}

.legal-page-shell:not(.bw-v5-html-shell) .nav--legal {
  justify-content: flex-start;
}

.legal-page-shell:not(.bw-v5-html-shell) .logo--home {
  color: inherit;
  text-decoration: none;
}

.legal-page-shell:not(.bw-v5-html-shell) .logo--home:hover {
  color: var(--purple-light);
}

.legal-page-shell:not(.bw-v5-html-shell) footer {
  align-items: center;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

.legal-page-shell:not(.bw-v5-html-shell) .footer-logo {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.legal-page-shell:not(.bw-v5-html-shell) .footer-links {
  display: flex;
  gap: 16px;
}

.legal-page-shell:not(.bw-v5-html-shell) .footer-links a {
  color: var(--muted);
  font-size: 11px;
  text-decoration: none;
}

@media (min-width: 768px) {
  html .beta-waitlist-html-export footer,
  .legal-page-shell:not(.bw-v5-html-shell) footer {
    padding-right: 112px;
  }
}

@media (max-width: 767px) {
  html .beta-waitlist-html-export footer,
  .legal-page-shell:not(.bw-v5-html-shell) footer {
    padding-bottom: 96px;
  }
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-page {
  margin: 0 auto;
  max-width: 720px;
  padding: 40px 24px 56px;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-page h1 {
  color: var(--white);
  font-size: clamp(22px, 3.5vw, 28px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  margin: 0 0 12px;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  text-align: left;
  text-transform: uppercase;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-effective {
  border-bottom: 1px solid rgba(154, 130, 246, 0.15);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 28px;
  padding-bottom: 24px;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-effective strong {
  color: var(--slate);
  font-weight: 600;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-intro {
  color: var(--slate);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 8px;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-section h2 {
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 36px 0 14px;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-section:first-of-type h2 {
  margin-top: 28px;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-section h3 {
  color: var(--purple-light);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  margin: 22px 0 8px;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-section p {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.68;
  margin: 0 0 4px;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-section p + p {
  margin-top: 10px;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-legalcaps {
  color: var(--slate);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.65;
  margin-top: 4px;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-block-rich {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.68;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-block-rich a {
  color: var(--purple-light);
  font-weight: 500;
  text-decoration: none;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-block-rich a:hover {
  text-decoration: underline;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-block-rich p {
  margin: 0 0 10px;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-block-rich p:last-child {
  margin-bottom: 0;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-page a[href^="mailto:"] {
  color: var(--purple-light);
  font-weight: 500;
  text-decoration: none;
}

.legal-page-shell:not(.bw-v5-html-shell)
  .beta-terms-page
  a[href^="mailto:"]:hover {
  text-decoration: underline;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-page a {
  color: var(--purple-light);
  text-decoration: none;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-page a:hover {
  text-decoration: underline;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-back {
  border-top: 1px solid rgba(154, 130, 246, 0.15);
  font-size: 14px;
  margin-top: 48px;
  padding-top: 24px;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-back a {
  color: var(--purple-light);
  font-weight: 500;
  text-decoration: none;
}

.legal-page-shell:not(.bw-v5-html-shell) .beta-terms-back a:hover {
  text-decoration: underline;
}

.legal-page-shell:not(.bw-v5-html-shell)
  .beta-terms-footer-link[aria-current="page"] {
  color: var(--white);
  pointer-events: none;
}
