/* ============ Pages légales ============ */
.legal {
  max-width: 780px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.legal__back {
  display: inline-block;
  color: var(--green-deep-soft);
  font-weight: 600;
  font-size: .92rem;
  margin-bottom: 40px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal__back:hover { color: var(--ocre-dark); }

.legal h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: .2em;
}

.legal__update {
  color: var(--green-deep-soft);
  font-size: .9rem;
  margin-bottom: 2em;
}

.legal > p {
  font-size: 1.05rem;
  color: var(--green-deep-soft);
  margin-bottom: 2.5em;
  line-height: 1.75;
}

.legal__section {
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  border-bottom: 1px solid rgba(31,61,43,0.1);
}
.legal__section:last-child { border-bottom: none; }

.legal__section h2 {
  font-size: 1.25rem;
  margin-bottom: .75em;
}

.legal__section p {
  color: var(--green-deep-soft);
  line-height: 1.75;
  margin-bottom: .8em;
}

.legal__section ul {
  list-style: none;
  padding: 0;
  margin: .5em 0 1em;
  display: grid;
  gap: 10px;
}

.legal__section ul li {
  position: relative;
  padding-left: 20px;
  color: var(--green-deep-soft);
  line-height: 1.6;
}
.legal__section ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--ocre-dark);
  font-weight: 900;
}

.legal__rights li { font-weight: 600; color: var(--green-deep); }

.legal__section a {
  color: var(--green-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal__section a:hover { color: var(--ocre-dark); }

.legal__todo {
  background: var(--cream-soft);
  border-left: 3px solid var(--ocre);
  padding: 16px 20px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: var(--green-deep-soft) !important;
}
