/* ───────────────────────────────────────────────
   Juridische pagina's: algemene voorwaarden, privacy
   Lange tekst die mensen scannen en waar ze naar terug moeten kunnen
   verwijzen. Dus: inhoudsopgave die meeloopt, nummers in de kantlijn en
   een regellengte waar je doorheen komt.
   ─────────────────────────────────────────────── */

.jur-page { background: var(--ivory); }

.jur { padding: calc(var(--nav-h) + clamp(40px, 7vh, 84px)) var(--gutter) 0; }
.jur__in { max-width: 1240px; margin: 0 auto; }

/* ─── kop ─── */
.jur__head { max-width: 62ch; }
.jur__head h1 {
  margin-top: 14px;
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(34px, 4.6vw, 62px); line-height: 1.04; letter-spacing: -.035em;
  color: var(--navy);
}
.jur__lede { margin-top: 22px; font-size: clamp(16px, 1.2vw, 19px); line-height: 1.65; color: #2A2F3E; }
.jur__versie { margin-top: 16px; font-size: 13px; letter-spacing: .04em; color: var(--grey); }

/* ─── twee kolommen: inhoud links, tekst rechts ─── */
.jur__in { display: grid; grid-template-columns: 1fr; gap: 0; }
.jur__head, .jur__inhoud, .jur__body, .jur__slot { grid-column: 1; }

@media (min-width: 1000px) {
  .jur__in {
    grid-template-columns: 300px minmax(0, 1fr);
    column-gap: clamp(48px, 6vw, 96px);
    align-items: start;
  }
  .jur__head { grid-column: 1 / -1; }
  .jur__inhoud { grid-column: 1; position: sticky; top: calc(var(--nav-h) + 24px); }
  .jur__body { grid-column: 2; }
  .jur__slot { grid-column: 2; }
}

/* ─── inhoudsopgave ─── */
.jur__inhoud { margin-top: clamp(40px, 6vh, 72px); }
.jur__inhoud-kop {
  font-size: 11.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 16px;
}
.jur__inhoud ol { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.jur__inhoud a {
  font-size: 14.5px; line-height: 1.4; color: var(--navy-70);
  border-bottom: 1px solid transparent; transition: color .25s var(--ease-soft), border-color .25s var(--ease-soft);
}
.jur__inhoud a:hover { color: var(--navy); border-color: var(--gold); }
@media (max-width: 999px) {
  .jur__inhoud { border-top: 1px solid rgba(16,26,48,.12); border-bottom: 1px solid rgba(16,26,48,.12); padding: 26px 0; }
  .jur__inhoud ol { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px 24px; }
}

/* ─── artikelen ─── */
.jur__body { margin-top: clamp(40px, 6vh, 72px); }
.jur__art { padding-top: clamp(30px, 4vh, 46px); scroll-margin-top: calc(var(--nav-h) + 20px); }
.jur__art + .jur__art { border-top: 1px solid rgba(16,26,48,.10); margin-top: clamp(30px, 4vh, 46px); }

.jur__art h2 {
  display: flex; flex-direction: column; gap: 8px;
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(23px, 2.3vw, 31px); line-height: 1.15; letter-spacing: -.025em;
  color: var(--navy); margin-bottom: 26px;
}
.jur__art h2 span {
  font-family: var(--font-sans); font-weight: 500; font-size: 11.5px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep);
}

.jur__lid { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 4px; align-items: baseline; }
.jur__lid + .jur__lid { margin-top: 14px; }
.jur__lid--sub { grid-template-columns: 58px minmax(0, 1fr); padding-left: 30px; }
.jur__nr {
  font-variant-numeric: tabular-nums; font-size: 13px; font-weight: 500;
  color: var(--gold-deep); letter-spacing: .02em; padding-top: 4px;
}
.jur__tekst { max-width: 68ch; }
.jur__tekst p { font-size: 16px; line-height: 1.68; color: #2A2F3E; }
.jur__tekst p + p { margin-top: 14px; }
.jur__art--vrij .jur__tekst { max-width: 70ch; }
.jur__art--vrij h2 { margin-bottom: 20px; }
.jur__lid--sub .jur__tekst p { color: #3A4050; }

/* ─── bijlage ─── */
.jur__bijlage h3 {
  margin: 34px 0 12px;
  font-family: var(--font-display); font-weight: 400; font-size: 19px; letter-spacing: -.01em; color: var(--navy);
}
.jur__bijlage > p { max-width: 68ch; font-size: 16px; line-height: 1.68; color: #2A2F3E; margin-bottom: 14px; }
.jur__velden { list-style: none; margin: 0 0 18px; padding: 0; max-width: 68ch; display: flex; flex-direction: column; gap: 8px; }
.jur__velden li {
  font-size: 15px; line-height: 1.55; color: #3A4050;
  padding: 11px 16px; border-radius: 12px;
  background: rgba(16,26,48,.03); border: 1px solid rgba(16,26,48,.07);
}

/* ─── slot ─── */
.jur__slot {
  margin: clamp(44px, 6vh, 80px) 0 clamp(60px, 9vh, 110px);
  padding: 26px 30px; border-radius: 20px;
  background: rgba(16,26,48,.035); border: 1px solid rgba(16,26,48,.08);
  max-width: 68ch;
}
.jur__slot p { font-size: 16px; line-height: 1.6; color: #2A2F3E; }
.jur__slot a { color: var(--gold-deep); border-bottom: 1px solid rgba(176,137,63,.35); }
.jur__slot a:hover { border-color: var(--gold-deep); }

/* ─── nog in te vullen: valt op tijdens het nakijken, nooit op de echte site ─── */
.jur__open { background: rgba(201,169,106,.22); border-radius: 4px; padding: 0 5px; }
