.privacy-page {
  background: #fffef8;
  color: var(--ink);
}

.privacy-top {
  background: var(--cyan);
  border-bottom: 2px solid var(--ink);
}

.privacy-content {
  width: min(780px, calc(100% - 48px));
  margin: 64px auto 80px;
  font-size: 17px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.privacy-content h1 {
  font-size: clamp(40px, 7vw, 64px);
  line-height: 1.1;
  white-space: normal;
  transform: none;
}

.privacy-content .last-updated {
  margin: 18px 0 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid #101b6126;
  font-size: 14px;
  color: #515978;
}

.privacy-content section + section {
  margin-top: 36px;
}

.privacy-content h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: normal;
  margin-bottom: 14px;
}

.privacy-content h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 24px 0 10px;
}

.privacy-content p {
  margin: 12px 0;
}

.privacy-content ul {
  padding-left: 24px;
}

.privacy-content li + li {
  margin-top: 10px;
}

.privacy-content a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-content .contact-email {
  font-weight: 700;
}

.privacy-bottom {
  background: var(--ink);
}

.privacy-bottom footer {
  margin-top: 0;
  border: 0;
}

@media (max-width: 760px) {
  .privacy-content {
    margin-top: 36px;
    margin-bottom: 48px;
    font-size: 16px;
  }

  .privacy-content h2 {
    font-size: 21px;
  }
}
