/* ─── Kennisbank: leespagina en overzicht ───── */
.post-page { background: var(--ivory); min-height: 100vh; }
.post-page .nav { position: sticky; }
.post-wrap { max-width: 1120px; margin: 0 auto; padding: calc(var(--nav-h) + 48px) var(--gutter) 96px; display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: clamp(40px, 6vw, 96px); align-items: start; }
.post { max-width: 720px; }
.post__meta { font-size: 11.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 20px; }
.post__head h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(34px, 3.8vw, 56px); line-height: 1.08; letter-spacing: -.03em; color: var(--navy); }
.post__lede { margin-top: 22px; font-size: clamp(18px, 1.4vw, 22px); line-height: 1.5; color: var(--navy); font-weight: 300; }
.post__cover { margin: 40px 0 8px; border-radius: 18px; overflow: hidden; aspect-ratio: 3 / 2; }
.post__cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.post__body { margin-top: 40px; font-size: 17.5px; line-height: 1.7; color: #2A2F3E; }
.post__body > * + * { margin-top: 1.25em; }
.post__body h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(22px, 2vw, 28px); line-height: 1.25; letter-spacing: -.02em; color: var(--navy); margin-top: 2.2em; }
.post__body h3 { font-weight: 500; font-size: 18px; color: var(--navy); margin-top: 1.8em; }
.post__body ul, .post__body ol { padding-left: 1.3em; }
.post__body li + li { margin-top: .5em; }
.post__body li::marker { color: var(--gold-deep); }
.post__body blockquote { margin: 2em 0; padding: 4px 0 4px 24px; border-left: 2px solid var(--gold); font-family: "Newsreader", Georgia, serif; font-size: 24px; line-height: 1.35; color: var(--navy); }
.post__body table { width: 100%; border-collapse: collapse; font-size: 15.5px; margin: 1.5em 0; }
.post__body th, .post__body td { text-align: left; padding: 12px 14px; border-bottom: 1px solid rgba(16,26,48,.12); vertical-align: top; }
.post__body th { font-weight: 500; color: var(--navy); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.post__body a { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.post__faq { margin-top: 1em; }
.post__faq dt { font-weight: 500; color: var(--navy); margin-top: 1.4em; }
.post__faq dd { margin: .4em 0 0; color: #2A2F3E; }
.post__foot { margin-top: 56px; padding: 32px; border-radius: 18px; background: var(--navy); color: var(--ivory); font-size: 17px; line-height: 1.55; }
.post__foot a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.post-side { position: sticky; top: calc(var(--nav-h) + 24px); display: flex; flex-direction: column; gap: 28px; }
.post-side__box { padding: 24px; border-radius: 16px; background: #fff; border: 1px solid rgba(16,26,48,.08); }
.post-side__box h4 { font-size: 11.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 14px; }
.post-side__box p { font-size: 15px; line-height: 1.55; color: var(--grey); }
.post-side__box .btn { margin-top: 16px; width: 100%; justify-content: center; }
.post-side__list { list-style: none; margin: 0; padding: 0; }
.post-side__list li + li { border-top: 1px solid rgba(16,26,48,.08); }
.post-side__list a { display: block; padding: 12px 0; font-size: 15px; color: var(--navy); line-height: 1.4; }
.post-side__list a:hover { color: var(--gold-deep); }
.post-back { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--grey); margin-bottom: 28px; }
.post-back svg { width: 14px; height: 14px; }
/* overzicht */
.kb-index { max-width: 1280px; margin: 0 auto; padding: calc(var(--nav-h) + 48px) var(--gutter) 96px; }
.kb-index h1 { font-family: var(--font-display); font-weight: 300; font-size: clamp(36px, 4vw, 60px); letter-spacing: -.03em; color: var(--navy); margin-bottom: 12px; }
.kb-index > p { font-size: 18px; color: var(--grey); max-width: 40em; margin-bottom: 48px; }
.kb-index .kb__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 28px; }
.kb-index .kb__card { width: auto; }
@media (max-width: 980px) { .post-wrap { grid-template-columns: 1fr; } .post-side { position: static; } }
