* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #0f172a;
  line-height: 1.65;
  background: #f8fafc;
}
header {
  background: #0f172a;
  color: white;
  padding: 18px 24px;
}
.container {
  max-width: 800px;
  margin: 40px auto;
  background: white;
  padding: 48px;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}
@media (max-width: 640px) { .container { margin: 20px; padding: 28px; } }
h1 { font-size: 2rem; margin-bottom: 8px; letter-spacing: -0.02em; }
h2 { font-size: 1.25rem; margin-top: 32px; margin-bottom: 12px; color: #0f172a; }
h3 { font-size: 1.05rem; margin-top: 18px; margin-bottom: 6px; color: #334155; }
p, li { color: #334155; margin-bottom: 10px; }
ul, ol { margin-left: 22px; margin-bottom: 12px; }
a { color: #ef4444; }
.laatst { color: #64748b; font-size: 0.9rem; }
.terug { display: inline-block; margin-bottom: 24px; color: #ef4444; text-decoration: none; font-weight: 600; }
.terug:hover { text-decoration: underline; }
.terug-onder { margin-top: 32px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.logo-ico { width: 32px; height: 32px; background: #ef4444; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; }
.box { background: #f1f5f9; padding: 16px 20px; border-radius: 10px; margin: 16px 0; border-left: 3px solid #ef4444; }
