/* Politique de confidentialité — prose */

.policy-article {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.policy-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #2b333d;
  margin-bottom: 2.5rem;
}

.policy-lead a {
  color: var(--bitcrew-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-lead a:hover {
  color: #3a6b92;
}

.policy-section {
  margin-bottom: 2.25rem;
}

.policy-section:last-child {
  margin-bottom: 0;
}

.policy-section__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(1.2rem, 2.2vw, 1.4rem);
  line-height: 1.3;
  color: var(--bitcrew-primary);
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(68, 124, 168, 0.2);
}

.policy-section p {
  font-size: 1rem;
  line-height: 1.75;
  color: #2b333d;
  margin: 0 0 1rem;
}

.policy-section p:last-child {
  margin-bottom: 0;
}

.policy-section a {
  color: var(--bitcrew-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-section a:hover {
  color: #3a6b92;
}

.policy-list {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
  color: #2b333d;
  font-size: 1rem;
  line-height: 1.7;
}

.policy-list li {
  margin-bottom: 0.45rem;
}

.policy-list li:last-child {
  margin-bottom: 0;
}

.policy-section p + .policy-list {
  margin-top: 0.5rem;
}
