* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; background: #f6f6f4; color: #16191c; font-family: Barlow, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: #1f4a63; }
a:hover { color: #0d2b3b; }
p { text-wrap: pretty; }
.serif { font-family: Georgia, 'Times New Roman', serif; }
h2, h3 { overflow-wrap: break-word; word-break: break-word; }

.page { min-height: 100vh; }

/* Header */
.header { background: #0d2b3b; color: #eef2f4; }
.header-inner { max-width: 1080px; margin: 0 auto; padding: 20px 24px; display: flex; flex-wrap: wrap; gap: 16px 32px; align-items: baseline; justify-content: space-between; }
.brand { color: #eef2f4; text-decoration: none; display: flex; align-items: baseline; gap: 12px; }
.brand-mark { font-size: 26px; font-weight: 600; letter-spacing: 0.06em; }
.brand-sub { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: #9fb6c2; }
.nav { display: flex; flex-wrap: wrap; gap: 4px 20px; font-size: 14.5px; }
.navlink { color: #cddae1; text-decoration: none; padding: 4px 0; }
.navlink:hover { color: #ffffff; }

/* Hero */
.hero { background: #0d2b3b; color: #eef2f4; border-top: 1px solid rgba(255,255,255,0.12); }
.hero-inner { max-width: 1080px; margin: 0 auto; padding: 72px 24px 80px; display: flex; flex-wrap: wrap; gap: 40px; align-items: center; }
.hero-main { flex: 1 1 440px; min-width: 0; }
.eyebrow { margin: 0 0 18px; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: #8fa9b7; }
.hero-title { margin: 0 0 24px; font-size: 46px; line-height: 1.12; font-weight: 600; letter-spacing: -0.01em; }
.hero-desc { margin: 0; max-width: 46ch; font-size: 18.5px; line-height: 1.6; color: #d7e2e8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn-light { background: #eef2f4; color: #0d2b3b; text-decoration: none; padding: 12px 22px; font-size: 15px; font-weight: 500; letter-spacing: 0.01em; }
.btn-light:hover { background: #ffffff; }
.btn-outline { border: 1px solid rgba(238,242,244,0.4); color: #eef2f4; text-decoration: none; padding: 12px 22px; font-size: 15px; font-weight: 500; }
.btn-outline:hover { border-color: #eef2f4; }

.hero-card { flex: 1 1 280px; border: 1px solid rgba(255,255,255,0.18); padding: 28px 30px; display: grid; gap: 18px; }
.hero-card-item { display: grid; gap: 4px; }
.hero-card-label { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #8fa9b7; }
.hero-card-value { font-size: 17px; }
.hero-card-divider { height: 1px; background: rgba(255,255,255,0.15); }

/* Layout */
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* Sections */
.section { padding: 72px 0 8px; border-bottom: 1px solid #dfdfd9; }
.section-last { padding: 72px 0 8px; }
.section-row { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.section-label { flex: 0 0 220px; min-width: 200px; }
.section-title { margin: 0; font-size: 28px; font-weight: 600; line-height: 1.2; }
.section-tag { margin: 10px 0 0; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: #6a7278; }
.section-body { flex: 1 1 420px; min-width: 0; padding-bottom: 64px; }
.section-body-last { flex: 1 1 420px; min-width: 0; padding-bottom: 72px; }
.section-body-grid { flex: 1 1 420px; min-width: 0; padding-bottom: 64px; display: grid; gap: 34px; max-width: 68ch; }

/* Text */
.lead { margin: 0 0 20px; font-size: 18px; line-height: 1.65; max-width: 62ch; }
.lead-nomargin { margin: 0; font-size: 18px; line-height: 1.65; max-width: 62ch; }
.text-block { display: grid; gap: 18px; max-width: 62ch; }
.text-row { display: flex; gap: 16px; }
.text-marker { font-size: 18px; color: #1f4a63; flex: 0 0 auto; }
.text-body { margin: 0; font-size: 18px; line-height: 1.65; }
.muted-link-text { margin: 0; font-size: 16px; line-height: 1.6; color: #4a5257; max-width: 62ch; }
.link-underline { text-decoration: underline; }

/* Policy subsections (beleidsplan) */
.policy-h3 { margin: 0 0 10px; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: #1f4a63; }
.policy-p { margin: 0 0 14px; font-size: 17.5px; line-height: 1.65; }
.policy-p-last { margin: 0; font-size: 17.5px; line-height: 1.65; }
.stack-8 { display: grid; gap: 8px; }
.stack-10 { display: grid; gap: 10px; }
.stack-14 { display: grid; gap: 14px; }
.list-p { margin: 0; font-size: 17.5px; line-height: 1.6; }
.num-row { display: flex; gap: 14px; }
.num-marker { font-size: 17.5px; color: #1f4a63; flex: 0 0 auto; }

/* Tables (bestuur / organisatie) */
.table { display: grid; gap: 0; max-width: 520px; border-top: 1px solid #dfdfd9; }
.table-wide { display: grid; gap: 0; max-width: 620px; border-top: 1px solid #dfdfd9; }
.table-row { display: grid; grid-template-columns: minmax(0, 160px) minmax(0, 1fr); gap: 16px; padding: 16px 0; border-bottom: 1px solid #dfdfd9; }
.table-row-wide { display: grid; grid-template-columns: minmax(0, 190px) minmax(0, 1fr); gap: 16px; padding: 15px 0; border-bottom: 1px solid #dfdfd9; }
.table-label { font-size: 15px; color: #6a7278; }
.table-value { font-size: 17.5px; font-weight: 500; }
.table-value-plain { font-size: 17px; }
.note { margin: 24px 0 0; font-size: 16px; line-height: 1.6; color: #4a5257; }

/* Financieel */
.finance-intro { margin: 0 0 26px; font-size: 17px; line-height: 1.6; color: #4a5257; max-width: 60ch; }
.finance-list { display: grid; gap: 10px; max-width: 680px; }
.row { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; justify-content: space-between; background: #ffffff; border: 1px solid #e2e2dc; padding: 18px 22px; }
.row:hover { border-color: #1f4a63; }
.row-left { display: flex; align-items: baseline; gap: 16px; min-width: 0; }
.row-year { font-size: 22px; font-weight: 600; color: #0d2b3b; }
.row-label { font-size: 16.5px; color: #16191c; white-space: nowrap; }
.row-actions { display: flex; gap: 10px; }
.pill-btn { font-size: 14.5px; font-weight: 500; color: #1f4a63; text-decoration: none; border: 1px solid #c9d4da; padding: 8px 16px; }
.pill-btn:hover { background: #eef2f4; }
.fill-btn { font-size: 14.5px; font-weight: 500; color: #eef2f4; background: #1f4a63; text-decoration: none; padding: 8px 16px; }
.fill-btn:hover { background: #0d2b3b; }

/* Footer */
.footer { background: #0d2b3b; color: #9fb6c2; }
.footer-inner { max-width: 1080px; margin: 0 auto; padding: 44px 24px; display: flex; flex-wrap: wrap; gap: 16px 40px; justify-content: space-between; align-items: baseline; font-size: 14.5px; }
