/* Privacy Policy — banded layout matching www.averer.co/privacy */

.privacy {
  background: var(--white);
}

.privacy__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

/* Hero: title + lede on white */
.privacy__hero {
  background: var(--white);
  padding: 64px 16px;
}

@media (min-width: 1024px) {
  .privacy__hero {
    padding: 64px 80px;
  }
}

.privacy__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
  color: var(--ink-900);
  margin: 0;
  width: 100%;
}

.privacy__lede {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  color: var(--ink-400);
  margin: 0;
  width: 100%;
}

/* Alternating content bands: white / #f4f7fc */
.privacy__band {
  background: var(--white);
  padding: 64px 16px;
}

.privacy__band--tint {
  background: var(--bg-light);
}

@media (min-width: 1024px) {
  .privacy__band {
    padding: 64px 80px;
  }

  .privacy__band--tint {
    padding: 80px;
  }
}

.privacy__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  margin: 0;
}

.privacy__section h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
  color: var(--ink-900);
  margin: 0;
  width: 100%;
}

.privacy__list {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  color: var(--ink-400);
}

.privacy__list > li {
  display: list-item;
  margin-inline-start: 27px;
  margin-bottom: 24px;
  padding: 0;
  line-height: normal;
}

.privacy__list > li:last-child {
  margin-bottom: 0;
}

.privacy__list > li::marker {
  color: var(--ink-400);
}

.privacy__list a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
  text-decoration-thickness: from-font;
  text-decoration-style: solid;
}

.privacy__list a:hover {
  color: var(--ink-900);
}

/* Nested partner bullets (section 6) */
.privacy__bullets {
  list-style-type: disc;
  margin: 12px 0 0;
  padding: 0;
}

.privacy__bullets > li {
  display: list-item;
  margin-inline-start: 54px;
  margin-bottom: 8px;
  padding: 0;
  line-height: normal;
  color: var(--ink-400);
}

.privacy__bullets > li:last-child {
  margin-bottom: 0;
}

.privacy__bullets > li::marker {
  color: var(--ink-400);
}

.privacy__subhead {
  font-family: var(--font-ui);
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  color: inherit;
}
