/* NU-huisstijl, overgenomen uit NU-HUISSTIJL.html v1.1.
   White-first: wit en gebroken wit dragen het scherm, mint ondersteunt, verzadigd groen is
   identiteit en actie. Oranje is de tweede actiekleur en nooit decoratie. */
:root {
  --nu-green: #00b560;
  --nu-green-deep: #007a40;
  --nu-green-ink: #063d25;
  --nu-orange: #ea7317;
  --nu-orange-hover: #d1650f;
  --nu-white: #f7fcf9;
  --nu-mist: #e5f7ed;
  --nu-gold: #d8b95b;
  --app-bg: #edf9f2;
  --bg-soft: #f7fcf9;
  --line: rgba(0, 0, 0, .08);
  --nu-warning: #b26a00;
  --nu-danger: #b4231c;
  --ink: #083b25;
  --ink-soft: #496b59;
  --radius: 24px;
  --radius-s: 14px;
  --shadow: 0 12px 32px rgba(0, 122, 64, .08);
  --shadow-btn: 0 4px 12px rgba(0, 122, 64, .22);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg-soft);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

/* ---------- kop ---------- */
header.top {
  position: sticky; top: 0; z-index: 20;
  background: rgba(247, 252, 249, .92);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.top .wrap { display: flex; align-items: center; gap: 16px; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.brand img { width: 40px; height: 40px; border-radius: 10px; display: block; }
.brand b { font-size: 17px; letter-spacing: -.01em; }
.brand span { color: var(--ink-soft); font-size: 13px; display: block; font-weight: 400; }
.spacer { flex: 1; }

.lang { display: flex; gap: 4px; background: var(--nu-mist); padding: 4px; border-radius: 999px; }
.lang a {
  display: block; padding: 6px 14px; border-radius: 999px; text-decoration: none;
  color: var(--nu-green-deep); font-size: 14px; font-weight: 600;
}
.lang a[aria-current="true"] { background: var(--nu-green); color: #fff; box-shadow: var(--shadow-btn); }

/* ---------- hero ---------- */
.hero { padding: 72px 0 32px; }
.hero h1 {
  font-size: clamp(34px, 6vw, 56px); line-height: 1.06; letter-spacing: -.02em;
  margin: 0 0 16px; font-weight: 700;
}
.hero h1 em { font-style: normal; color: var(--nu-green-deep); }
.hero p.lede { font-size: 20px; color: var(--ink-soft); max-width: 62ch; margin: 0 0 8px; }

/* ---------- checker ---------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 28px;
}
.drop {
  border: 2px dashed rgba(0, 181, 96, .45); border-radius: var(--radius);
  background: var(--nu-mist); padding: 40px 24px; text-align: center;
  transition: background .15s ease, border-color .15s ease;
}
.drop.hot { background: rgba(0, 181, 96, .16); border-color: var(--nu-green); }
.drop p { margin: 8px 0 0; color: var(--ink-soft); }

.btn {
  display: inline-flex; align-items: center; gap: 8px; border: 0; cursor: pointer;
  background: var(--nu-green); color: #fff; font: inherit; font-weight: 600;
  padding: 14px 26px; border-radius: 999px; box-shadow: var(--shadow-btn);
  transition: background .15s ease, transform .15s ease;
}
.btn:hover { background: var(--nu-green-deep); }
.btn:active { transform: translateY(1px); }
.btn.ghost { background: #fff; color: var(--nu-green-deep); box-shadow: inset 0 0 0 1px rgba(0, 122, 64, .3); }
.btn.orange { background: var(--nu-orange); }
.btn.orange:hover { background: var(--nu-orange-hover); }
.btn[disabled] { opacity: .55; cursor: progress; }

.status { margin: 16px 0 0; color: var(--ink-soft); min-height: 24px; }

.result { display: none; margin-top: 20px; }
.result.show { display: block; }
.verdict {
  display: flex; gap: 18px; align-items: center; padding: 20px;
  border-radius: var(--radius-s); background: var(--nu-mist);
}
.verdict .dot { width: 14px; height: 14px; border-radius: 50%; background: var(--nu-green); flex: none; }
.verdict.warn { background: rgba(234, 115, 23, .12); }
.verdict.warn .dot { background: var(--nu-orange); }
.verdict.strong { background: rgba(180, 35, 28, .1); }
.verdict.strong .dot { background: var(--nu-danger); }
.verdict h3 { margin: 0 0 2px; font-size: 18px; letter-spacing: -.01em; }
.verdict p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.meter { height: 8px; border-radius: 999px; background: rgba(6, 61, 37, .1); margin: 16px 0 6px; overflow: hidden; }
.meter i { display: block; height: 100%; background: var(--nu-green); border-radius: 999px; }
.meter i.warn { background: var(--nu-orange); }
.meter i.strong { background: var(--nu-danger); }
.scale { display: flex; justify-content: space-between; font-size: 13px; color: var(--ink-soft); }

/* ---------- secties ---------- */
section { padding: 56px 0; }
h2 { font-size: clamp(24px, 3.4vw, 34px); letter-spacing: -.02em; margin: 0 0 12px; }
h2 + p.lede { color: var(--ink-soft); max-width: 68ch; margin: 0 0 28px; font-size: 18px; }

.grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.stat b { display: block; font-size: 38px; line-height: 1.1; letter-spacing: -.02em; color: var(--nu-green-deep); }
.stat span { color: var(--ink-soft); font-size: 15px; }
.stat small { display: block; margin-top: 8px; color: var(--ink-soft); font-size: 13px; }

table.slices { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
table.slices th, table.slices td { text-align: left; padding: 12px 18px; border-bottom: 1px solid var(--line); font-size: 15px; }
table.slices th { background: var(--nu-mist); font-weight: 600; color: var(--nu-green-ink); }
table.slices tr:last-child td { border-bottom: 0; }
table.slices td.num { text-align: right; font-variant-numeric: tabular-nums; }

ul.plain { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
ul.plain li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-s); padding: 16px 20px; color: var(--ink-soft); }
ul.plain li b { color: var(--ink); }

footer { border-top: 1px solid var(--line); padding: 40px 0 64px; color: var(--ink-soft); font-size: 14px; }
footer a { color: var(--nu-green-deep); }

@media (prefers-reduced-motion: reduce) {
  * { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Links in de inhoud droegen de standaardkleur van de browser: fel blauw met streep, midden
   in een groene huisstijl. De NU-richtlijn kent geen blauw, dus links volgen het groen en
   krijgen hun onderstreping pas bij aanwijzen. */
main a { color: var(--nu-green-deep); text-decoration: none; border-bottom: 1px solid rgba(0, 122, 64, .3); }
main a:hover { border-bottom-color: var(--nu-green); }

/* De linkenlijst onderaan de landingspagina: compacte regels binnen één kaart, niet een
   kaartje per regel - anders leest een lijst van vijf verwijzingen als vijf mededelingen. */
.stat ul.plain { gap: 0; }
.stat ul.plain li { background: none; border: 0; border-top: 1px solid var(--line); border-radius: 0; padding: 10px 0; }
.stat ul.plain li:first-child { border-top: 0; }
