:root {
  --teal-deep: #1F4E5F;
  --teal-mid: #3A6F7C;
  --teal-soft: #E5EEF1;
  --text: #1A1A1A;
  --text-muted: #555;
  --text-soft: #777;
  --bg: #FAFAF8;
  --border: #D5D5D0;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", Roboto, sans-serif;
  color: var(--text);
  background: #ECE9DF;
  font-size: 16px;
  line-height: 1.6;
}

main {
  max-width: 760px;
  margin: 2.5rem auto;
  padding: 2.5rem 3rem 3rem;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

header {
  border-bottom: 2px solid var(--teal-deep);
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}

.audience-tag {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--teal-mid);
  font-weight: 700;
  margin-bottom: 0.6rem;
}

h1 {
  font-size: 2.4rem;
  margin: 0;
  color: var(--teal-deep);
  letter-spacing: -0.02em;
  font-weight: 700;
}

.tagline {
  font-size: 1.05rem;
  color: var(--teal-mid);
  margin: 0.25rem 0 0;
  font-weight: 500;
}

.subtitle {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0.1rem 0 0;
  font-style: italic;
}

h2 {
  font-size: 1.35rem;
  color: var(--teal-deep);
  margin: 2.4rem 0 0.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding-left: 0.7rem;
  border-left: 3px solid var(--teal-deep);
}

h3 {
  font-size: 1.02rem;
  color: var(--teal-deep);
  margin: 1.4rem 0 0.3rem;
  font-weight: 600;
}

p {
  margin: 0.6rem 0;
}

ul {
  margin: 0.5rem 0;
  padding-left: 1.4rem;
}

li {
  margin: 0.3rem 0;
}

ul li::marker {
  color: var(--teal-mid);
}

em {
  color: var(--text-muted);
  font-style: italic;
}

strong {
  color: var(--teal-deep);
}

.lede {
  font-size: 1.05rem;
  color: var(--text);
}

.scenario {
  background: var(--teal-soft);
  padding: 1rem 1.4rem;
  border-left: 3px solid var(--teal-deep);
  border-radius: 2px;
  margin: 1rem 0;
}

.scenario p:first-child { margin-top: 0; }
.scenario p:last-child { margin-bottom: 0; }
.scenario strong { color: var(--teal-deep); }

.compare {
  border-collapse: collapse;
  width: 100%;
  margin: 0.8rem 0;
  font-size: 0.92rem;
}

.compare th, .compare td {
  padding: 0.55rem 0.7rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

.compare th {
  color: var(--teal-deep);
  font-weight: 700;
  border-bottom: 2px solid var(--teal-deep);
}

.paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0.8rem 0;
}

.path {
  background: var(--teal-soft);
  padding: 0.9rem 1.1rem;
  border-left: 3px solid var(--teal-deep);
  border-radius: 2px;
}

.path h3 {
  margin: 0 0 0.4rem;
  color: var(--teal-deep);
  font-size: 0.98rem;
}

.path ul {
  padding-left: 1.1rem;
  font-size: 0.9rem;
  margin: 0;
}

.path li {
  margin: 0.18rem 0;
}

.honest {
  background: #FAF6F1;
  padding: 1rem 1.4rem;
  border-left: 3px solid #C97B3D;
  border-radius: 2px;
  margin: 0.8rem 0;
  font-size: 0.95rem;
}

.honest p:first-child { margin-top: 0; }
.honest p:last-child { margin-bottom: 0; }

.callout {
  background: var(--teal-soft);
  padding: 0.9rem 1.2rem;
  border-radius: 2px;
  margin: 0.8rem 0;
  font-size: 0.95rem;
}

.callout p:first-child { margin-top: 0; }
.callout p:last-child { margin-bottom: 0; }

ul.audience-tegels {
  list-style: none;
  padding-left: 0;
  margin: 0.8rem 0;
}

ul.audience-tegels > li {
  background: var(--teal-soft);
  padding: 1.1rem 1.4rem;
  border-left: 3px solid var(--teal-deep);
  border-radius: 3px;
  margin: 0.9rem 0;
}

ul.audience-tegels > li ul.opleidingen-sublist {
  background: rgba(255,255,255,0.45);
  padding: 0.5rem 0.8rem 0.5rem 1.5rem;
  border-radius: 2px;
  margin-top: 0.5rem;
}

ul.link-tegels {
  list-style: none;
  padding-left: 0;
  margin: 0.8rem 0;
}

ul.link-tegels > li {
  margin: 0.9rem 0;
}

ul.link-tegels > li > a {
  display: block;
  background: var(--teal-soft);
  padding: 1.1rem 1.4rem;
  border-left: 3px solid var(--teal-deep);
  border-radius: 3px;
  color: var(--text);
  text-decoration: none;
  border-bottom: none;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

ul.link-tegels > li > a:hover {
  background: #D5E4E9;
  transform: translateX(2px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border-bottom: none;
}

.link-tegels-titel {
  display: block;
  font-weight: 700;
  color: var(--teal-deep);
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.link-tegels-pijl {
  display: inline-block;
  margin-left: 0.4rem;
  color: var(--teal-deep);
  transition: transform 0.15s ease;
}

ul.link-tegels > li > a:hover .link-tegels-pijl {
  transform: translateX(4px);
}

.link-tegels-omschrijving {
  display: block;
  color: var(--text);
  line-height: 1.5;
  font-size: 0.95rem;
}

footer {
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.contact strong {
  color: var(--text);
  display: block;
  margin-bottom: 0.2rem;
}

.meta {
  text-align: right;
}

a {
  color: var(--teal-deep);
  text-decoration: none;
  border-bottom: 1px dotted var(--teal-mid);
}

a:hover {
  border-bottom-style: solid;
}

@media print {
  html, body { background: #fff; font-size: 11pt; }
  main {
    box-shadow: none;
    margin: 0;
    padding: 1.5cm 1.8cm;
    max-width: 100%;
    border-radius: 0;
  }
  h1 { font-size: 22pt; }
  h2 { margin-top: 14pt; }
  .scenario, .honest, .path, .callout { page-break-inside: avoid; }
  @page {
    size: A4;
    margin: 0;
  }
}
