.privacy-page {
  padding-top: 6.5rem;
  padding-bottom: 4rem;
  background-color: #fff;
}

.privacy-content {
  max-width: 820px;
  margin: 0 auto;
  color: #1a2f4d;
}

.privacy-content h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0f2e60;
  margin-bottom: 1.75rem;
  line-height: 1.2;
}

.privacy-content h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 700;
  color: #0f2e60;
  margin-top: 2rem;
  margin-bottom: 0.85rem;
  line-height: 1.3;
}

.privacy-content p,
.privacy-content li {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.75;
  color: #334155;
  margin-bottom: 1rem;
}

.privacy-content ol.privacy-definitions {
  list-style: upper-roman;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.privacy-content ol.privacy-definitions > li {
  margin-bottom: 0.85rem;
  padding-left: 0.35rem;
}

.privacy-content ol.privacy-definitions > li::marker {
  font-weight: 700;
  color: #0f2e60;
}

.privacy-content ol.privacy-definitions strong {
  color: #0f2e60;
}

.privacy-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.privacy-content ul li {
  margin-bottom: 0.5rem;
}

.privacy-content a {
  color: #f18821;
  text-decoration: underline;
  word-break: break-word;
}

.privacy-content a:hover {
  color: #0f2e60;
}

.privacy-date {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8edf5;
  font-weight: 600 !important;
  color: #0f2e60 !important;
}
