/* ===== PRIVACY POLICY ===== */
.privacy-policy {
  display: none;
  width: 100%;
  justify-content: center;
  padding: 80px 109px;
}

.privacy-policy.active {
  display: flex;
  justify-content: center;
}

.privacy-policy-container {
  margin-top: 40px;
  width: 100%;
  max-width: 1032px;
  display: flex;
  flex-direction: column;
  font-family: 'JosefinSans', sans-serif;
}

.privacy-back {
  background: transparent;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  margin-bottom: 32px;
  transition: background 0.3s ease, color 0.3s ease;
  width: 72px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.privacy-back:hover {
  background: #ffffff2b;
}

.privacy-back img {
  width: auto;
  height: 26px;
}

.privacy-heading {
  font-family: 'Anta', sans-serif;
  font-size: clamp(30px, 6vw, 54px);
  font-weight: 400;
  line-height: 120%;
  color: var(--blue);
  text-align: left;
  margin-bottom: 40px;
}

.privacy-section h3 {
  font-family: 'JosefinSans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.privacy-section h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin: 20px 0 6px;
}

.privacy-section p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
}

.privacy-divider {
  border: none;
  border-top: 1px solid rgba(137, 188, 217, 0.2);
  margin: 32px 0;
}