:root {
  color-scheme: dark;
  --legal-page: #000;
  --legal-text: #f5f5f5;
  --legal-muted: #a3a3a3;
  --legal-line: rgba(255, 255, 255, .14);
  --legal-green: #10de21;
  --legal-orange: #ff7a1a;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--legal-page);
  color: var(--legal-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: .75rem .5rem .5rem;
  display: flex;
  justify-content: center;
}

.navbar {
  box-sizing: border-box;
  min-height: 62px;
  align-items: center;
}

.navbar-brand > div,
#nav-menu,
.navbar .order-1 {
  align-items: center;
}

.actionclip-logo-img,
.navbar-brand img,
.footer-logo-img {
  width: 40px !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 9px;
  box-shadow: none !important;
  background: transparent !important;
  outline: 0 !important;
}

.btn-header {
  min-height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding-top: .65rem !important;
  padding-bottom: .65rem !important;
}

.apple,
.dark .apple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.12rem;
  height: 1.12rem;
  margin-right: .62rem;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1;
}

.nav-link-external {
  display: flex;
  align-items: center;
  gap: .3rem;
}

.nav-external-icon {
  width: .85rem;
  height: .85rem;
  stroke: currentColor;
  stroke-width: 1.8;
  opacity: .65;
  flex: 0 0 auto;
}

.legal-shell {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: clamp(82px, 10vw, 124px) 24px 120px;
}

.legal-hero {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--legal-line);
}

.legal-eyebrow {
  margin: 0 0 18px;
  color: var(--legal-green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 6.6vw, 5rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1;
}

.legal-lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: #b8b8b8;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.65;
}

.legal-date {
  margin: 22px 0 0;
  color: #737373;
  font-size: .9rem;
}

.legal-content {
  padding-top: 20px;
}

.legal-section {
  padding: 38px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

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

.legal-section h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(1.35rem, 2.8vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.25;
}

.legal-section h3 {
  margin: 26px 0 10px;
  color: #e8e8e8;
  font-size: 1.05rem;
  font-weight: 750;
}

.legal-section p,
.legal-section li {
  color: var(--legal-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.legal-section p {
  margin: 0 0 14px;
}

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

.legal-section ul {
  margin: 12px 0 14px;
  padding-left: 1.35rem;
}

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

.legal-section strong {
  color: #e5e5e5;
  font-weight: 700;
}

.legal-section a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 122, 26, .72);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.legal-section a:hover {
  color: var(--legal-orange);
}

.legal-note {
  margin: 20px 0;
  padding-left: 18px;
  border-left: 3px solid var(--legal-orange);
}

.legal-next {
  display: inline-flex;
  margin-top: 42px;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: .95rem;
  font-weight: 750;
}

.legal-next:hover {
  color: var(--legal-orange);
}

@media (max-width: 1023px) {
  .navbar {
    min-height: 58px;
  }

  .btn-header {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .legal-shell {
    padding: 72px 22px 92px;
  }

  .legal-hero {
    padding-bottom: 38px;
  }

  .legal-section {
    padding: 30px 0;
  }

  .legal-section p,
  .legal-section li {
    font-size: .97rem;
    line-height: 1.7;
  }
}
