/* Privacy-specifieke stijl. De gedeelde basis (variabelen, reset, header,
   footer) komt uit style.css; hier staan alleen de afwijkingen en de stijl
   voor de inhoud van de privacypagina. */

body {
  line-height: 1.7
}

h1,
h2 {
  line-height: 1.15
}

a {
  color: var(--magenta);
  text-decoration: underline;
  text-underline-offset: 2px
}

a:hover {
  color: var(--green-deep)
}

.wrap {
  max-width: 760px
}

.back {
  font-weight: 600;
  font-size: .95rem;
  color: var(--ink-soft);
  text-decoration: none;
  white-space: nowrap
}

/* "Terug naar home" op desktop, korter "Home" op mobiel (past naast het logo). */
.back-short {
  display: none
}

@media (max-width: 540px) {
  .back-long {
    display: none
  }

  .back-short {
    display: inline
  }
}

.back:hover {
  color: var(--ink)
}

/* ---------- content ---------- */
main {
  padding: 56px 0 72px
}

.eyebrow {
  color: var(--magenta);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px
}

h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 8px
}

.updated {
  color: var(--ink-soft);
  font-size: .9rem;
  margin-bottom: 36px
}

h2 {
  font-size: 1.4rem;
  margin: 36px 0 12px
}

p,
ul {
  margin-bottom: 14px;
  color: var(--ink)
}

ul {
  padding-left: 1.3em
}

li {
  margin-bottom: 6px
}

.card {
  background: #fff;
  border: 1px solid rgba(46, 42, 37, .08);
  border-radius: 18px;
  padding: 22px 26px;
  margin-bottom: 14px
}
