/* ============================================
   PRIVACY POLICY PAGE STYLES
   ============================================ */

.privacy-hero {
  padding-top: clamp(8rem, 15vw, 12rem);
  padding-bottom: 1.5rem;
}

.privacy-content {
  padding-top: 1rem;
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.privacy-block {
  margin-bottom: 2.6rem;
}

.privacy-block h2 {
  font-size: 1.5rem;
  margin-bottom: 0.9rem;
}

.privacy-block p {
  color: var(--ink-soft);
  margin-bottom: 0.9rem;
  line-height: 1.7;
}

.privacy-list {
  list-style: none;
  margin: 0.8rem 0 1rem;
}

.privacy-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

.privacy-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--berry);
}

.privacy-list strong {
  color: var(--ink);
  font-weight: 700;
}

.privacy-contact {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

.privacy-contact a {
  font-weight: 600;
  color: var(--berry);
}
.privacy-contact a:hover {
  text-decoration: underline;
}
