/* Gedeelde opmaak voor de juridische pagina's (/privacy/ en /voorwaarden/).
   Zelfde ontwerptaal als de homepage en de AI-kansencheck. */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #F8F4EE;
  color: #2C1D1E;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  min-height: 100vh;
}
::selection { background: #24B784; color: #fff; }

.wrap { max-width: 780px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { font-family: 'Bricolage Grotesque', sans-serif; letter-spacing: -.02em; }

/* Header */
header { position: sticky; top: 0; z-index: 50; backdrop-filter: saturate(140%) blur(10px); background: rgba(248,244,238,.85); border-bottom: 1px solid #EAE1D4; }
header nav { max-width: 1180px; margin: 0 auto; padding: 6px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; text-decoration: none; color: #2C1D1E; }
.brand .logo { height: 68px; width: auto; display: block; }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; background: #24B784; color: #fff; padding: 11px 20px; border-radius: 999px; font-weight: 600; font-size: 15px; text-decoration: none; white-space: nowrap; box-shadow: 0 8px 18px -8px rgba(30,158,105,.7); }
@media (max-width: 640px) { .nav-cta { display: none; } }

/* Inhoud */
main { padding: 56px 0 90px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #DCF1E8; color: #0D4F35; padding: 8px 16px; border-radius: 999px; font-size: 14px; font-weight: 600; }
.eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #24B784; }
h1 { font-weight: 700; font-size: clamp(32px, 5vw, 46px); line-height: 1.08; margin: 22px 0 0; text-wrap: balance; }
.lead { font-size: clamp(16.5px, 1.5vw, 18.5px); line-height: 1.6; color: #5e524c; margin: 18px 0 0; }
.meta { color: #8a7d75; font-size: 14px; margin: 14px 0 0; }

h2 { font-weight: 700; font-size: clamp(22px, 2.6vw, 27px); line-height: 1.2; margin: 52px 0 0; scroll-margin-top: 96px; }
h3 { font-weight: 600; font-size: 18px; line-height: 1.3; margin: 30px 0 0; }
p { font-size: 16.5px; line-height: 1.7; color: #4d423d; margin: 14px 0 0; }
ul, ol { font-size: 16.5px; line-height: 1.7; color: #4d423d; margin: 14px 0 0; padding-left: 22px; }
li { margin: 7px 0; }
li > ul, li > ol { margin: 7px 0; }
a { color: #157F58; text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: #24B784; }
strong { color: #2C1D1E; font-weight: 600; }

/* Inhoudsopgave */
.toc { background: #FCFAF5; border: 1.5px solid #EAE1D4; border-radius: 18px; padding: 22px 26px; margin: 38px 0 0; }
.toc h2 { font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #8a7d75; margin: 0; font-family: 'Hanken Grotesk', system-ui, sans-serif; }
.toc ol { margin: 14px 0 0; font-size: 15.5px; }
.toc li { margin: 5px 0; }
.toc a { color: #4d423d; text-decoration: none; font-weight: 500; }
.toc a:hover { color: #157F58; text-decoration: underline; }

/* Gegevensblok */
.card { background: #FCFAF5; border: 1.5px solid #EAE1D4; border-radius: 18px; padding: 24px 26px; margin: 20px 0 0; }
.card p:first-child { margin-top: 0; }
.data-list { list-style: none; padding: 0; margin: 0; }
.data-list li { display: flex; flex-wrap: wrap; gap: 4px 12px; margin: 9px 0; font-size: 16px; }
.data-list .k { color: #8a7d75; min-width: 168px; flex: none; }
.data-list .v { color: #2C1D1E; font-weight: 500; }

/* Tabel verwerkers */
.table-scroll { overflow-x: auto; margin: 18px 0 0; }
table { border-collapse: collapse; width: 100%; min-width: 520px; font-size: 15.5px; }
th, td { text-align: left; vertical-align: top; padding: 12px 14px; border-bottom: 1px solid #EAE1D4; line-height: 1.55; }
th { font-weight: 700; color: #2C1D1E; background: #FCFAF5; }
td { color: #4d423d; }

/* Terug-link */
.back { display: inline-flex; align-items: center; gap: 7px; margin: 56px 0 0; font-weight: 600; font-size: 15.5px; text-decoration: none; color: #6f615b; }
.back:hover { color: #157F58; }

/* Footer */
footer { border-top: 1px solid #EAE1D4; }
footer .inner { max-width: 1180px; margin: 0 auto; padding: 34px 24px; display: flex; gap: 12px 28px; flex-wrap: wrap; justify-content: space-between; align-items: center; color: #A38F85; font-size: 13.5px; line-height: 1.6; }
footer a { color: #8a7d75; text-decoration: none; font-weight: 600; }
footer a:hover { color: #157F58; text-decoration: underline; }
