.privacy-brand {
  position: fixed;
  top: 28px;
  left: 5%;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Syne", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--white);
  text-decoration: none;
}

.privacy-brand:hover {
  color: var(--blue2);
}

.privacy-page {
  min-height: 100vh;
  padding: 100px 5% 80px;
  max-width: 42rem;
  margin: 0 auto;
}

.privacy-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue2);
  text-decoration: none;
  margin-bottom: 36px;
}

.privacy-back:hover {
  color: var(--white);
}

.privacy-page h1 {
  font-family: "Syne", system-ui, sans-serif;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 12px;
}

.privacy-updated {
  font-size: 12px;
  color: var(--gray);
  font-weight: 300;
  margin-bottom: 40px;
}

.privacy-page h2 {
  font-family: "Syne", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue2);
  margin: 36px 0 14px;
}

.privacy-page p,
.privacy-page li {
  font-size: 15px;
  color: rgba(240, 240, 250, 0.78);
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 14px;
}

.privacy-page ul {
  padding-left: 1.2em;
  margin-bottom: 18px;
}

.privacy-page li {
  margin-bottom: 8px;
}

.privacy-page a {
  color: var(--blue2);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-page a:hover {
  color: var(--white);
}

.privacy-note {
  font-size: 13px;
  color: var(--gray);
  font-style: italic;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--gb);
}
