/* ==========================================================================
   Leerlab Quickscan — extra stijlen voor de uitslagpagina + print.
   Bouwt voort op /css/styles.css (huisstijl 't Leerlab).
   ========================================================================== */

/* --- Contextkeuze (onderwijstype / rol) --------------------------------- */
.choice-grid.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
@media (max-width: 560px) { .choice-grid.cols-3 { grid-template-columns: 1fr; } }
.role-card .rtag {
  font-family: var(--font-hand); font-weight: 700; color: var(--pink-deep);
  font-size: 18px; line-height: 1;
}

/* Legenda: hoe lees je de muur? */
.muur-legenda {
  display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 14px;
}
.muur-legenda .lg {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 700; color: var(--ink);
}
.muur-legenda .wbrick {
  display: inline-block; width: 24px; height: 15px; border-radius: 4px; flex: none;
}
.muur-legenda .brick-star { font-size: 15px; }

/* --- De Leerlabmuur: een echte bakstenen muur met luiken ---------------- */
/* De muur valt binnen de luiken (twee louvre-luiken aan weerskanten) en een
   ladder leunt ervoor. Elke bouwsteen is een laag metselwerk: hoe hoger de
   score, hoe meer stenen 'gebouwd' zijn; open plekken zijn nog te bouwen. */
.muur-scene {
  position: relative;
  display: flex; align-items: stretch; justify-content: center; gap: 0;
  padding: 0 2px;
}

/* Houten kozijn: het raam waarin de muur zit, met de bloembak op de bank */
.kozijn {
  flex: 0 1 430px; position: relative; z-index: 1;
  display: flex; flex-direction: column;
  background: #a86e2c;
  border: 3px solid #4f3111; border-radius: 7px;
  padding: 12px;
  box-shadow: inset 0 0 0 3px #c9903f, 0 4px 0 rgba(79,49,17,0.4);
}

/* De muur zelf: bakstenen in specie (witte/grijze voeg) */
.muur-wall {
  position: relative; z-index: 1;
  display: grid; gap: 9px;
  padding: 13px 13px 15px;
  background: #ece4d8;                 /* voegspecie tussen de stenen */
  border: 3px solid #b7a488; border-radius: 3px;
  box-shadow: inset 0 3px 9px rgba(120, 100, 80, 0.3);
  overflow: hidden;
}

/* Eén bouwsteen = één laag metselwerk */
.course { position: relative; }
/* De bouwstenen om aan te werken vallen op: gemarkeerd kader met zachte pulse. */
.course.marked {
  background: rgba(238, 77, 155, 0.14);
  border: 2.5px solid var(--pink);
  border-radius: 11px;
  padding: 8px 10px 10px;
  margin: 3px -5px;
  animation: kans-pulse 2.4s ease-in-out infinite;
}
@keyframes kans-pulse {
  0%, 100% { box-shadow: 0 3px 10px rgba(238, 77, 155, 0.18); }
  50% { box-shadow: 0 0 0 5px rgba(238, 77, 155, 0.20), 0 3px 14px rgba(238, 77, 155, 0.34); }
}
@media (prefers-reduced-motion: reduce) { .course.marked { animation: none; } }
.course-tag {
  font-size: 9.5px; font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase;
  color: #fff; background: var(--pink); border: 1.5px solid var(--pink-deep);
  border-radius: 999px; padding: 1px 8px; margin-left: 3px; white-space: nowrap; line-height: 1.4;
}
/* Naam + score + label links bij elkaar; rechts blijft vrij voor de ladder. */
.course-head { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-start; gap: 4px 10px; margin-bottom: 6px; }
.course-meta { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.course-naam {
  font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; font-size: 12.5px;
  color: var(--pink-deep); display: inline-flex; align-items: center; gap: 5px;
}
.course-score {
  font-weight: 800; font-size: 19px; color: var(--ink); flex: none; line-height: 1.3;
  background: var(--yellow); border: 2.5px solid var(--ink); border-radius: 9px;
  padding: 1px 11px; box-shadow: 0 2.5px 0 var(--yellow-deep);
}
.course-max { font-size: 12px; color: var(--ink); font-weight: 800; }
.course.marked .course-score { background: #fff; box-shadow: 0 2.5px 0 var(--pink-deep); }
/* i-icoontje naast de bouwsteennaam, opent een mini-popup met uitleg */
.course-info {
  flex: none; width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid var(--pink-deep); background: #fff; color: var(--pink-deep);
  font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 800;
  font-size: 12px; line-height: 1; cursor: pointer; padding: 0;
  display: inline-grid; place-items: center; vertical-align: middle;
  animation: info-pulse 2.2s ease-out infinite;
}
/* Zachte pulse zodat duidelijk is dat de i-knop aanklikbaar is. */
@keyframes info-pulse {
  0% { box-shadow: 0 0 0 0 rgba(238, 77, 155, 0.5); }
  60% { box-shadow: 0 0 0 7px rgba(238, 77, 155, 0); }
  100% { box-shadow: 0 0 0 0 rgba(238, 77, 155, 0); }
}
.course-info:hover, .course-info:focus-visible { animation: none; }
@media (prefers-reduced-motion: reduce) { .course-info { animation: none; } }
.course-info:hover { background: var(--pink-tint); }
.course-info:focus-visible { outline: 3px solid var(--pink-tint); outline-offset: 1px; }
.course.marked .course-info { border-color: var(--pink); color: var(--pink); }

/* De mini-popup (hangt aan body, dus buiten de overflow van de muur) */
.course-pop {
  position: absolute; z-index: 100; max-width: 320px;
  background: #fff; color: var(--ink);
  border: 2.5px solid var(--ink); border-radius: 12px;
  padding: 12px 15px; font-size: 14px; line-height: 1.5;
  box-shadow: 0 12px 26px rgba(26, 26, 26, 0.28);
  animation: pop-in 0.16s ease-out both;
}
.course-pop strong { display: block; color: var(--pink-deep); margin-bottom: 4px; font-size: 14px; }
@keyframes pop-in { 0% { opacity: 0; transform: translateY(-5px) scale(0.97); } 100% { opacity: 1; transform: none; } }

/* De stenen van een laag: glimmende bakstenen in halfsteens verband.
   Gemetseld (built) = felle steen; nog te metselen (open) = doffe, lichte steen. */
.course-bricks { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.course:nth-child(even) .course-bricks { transform: translateX(20px); } /* halfsteens verband */
.wbrick {
  height: 33px; border-radius: 8px;
  border: 2px solid rgba(110, 34, 22, 0.5);
  animation: brick-lay 0.5s cubic-bezier(0.2, 1.3, 0.4, 1) both;
}
/* De stenen worden één voor één "gemetseld" (van onder naar boven). */
@keyframes brick-lay {
  0% { opacity: 0; transform: translateY(-16px) scale(0.9); }
  60% { opacity: 1; transform: translateY(3px) scale(1.03); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.muur-legenda .wbrick { animation: none; } /* legenda-steentjes niet animeren */
@media (prefers-reduced-motion: reduce) {
  .wbrick { animation: none; }
}
/* Rode baksteen met glans bovenop */
.wbrick.built {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.28) 17%, rgba(255,255,255,0) 46%, rgba(0,0,0,0.12) 100%),
    linear-gradient(180deg, #e85a41 0%, #d1442f 54%, #a82f1d 100%);
  box-shadow: inset 0 -5px 7px rgba(90, 22, 12, 0.45), inset 0 2px 2px rgba(255, 255, 255, 0.45), 0 1.5px 0 rgba(255, 255, 255, 0.75);
}
/* Nog te metselen: doffe, lichte steen */
.wbrick.open {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 42%),
    linear-gradient(180deg, #dad0c4 0%, #c3b7a8 100%);
  border-color: rgba(120, 108, 92, 0.55);
  box-shadow: inset 0 -3px 4px rgba(120, 105, 88, 0.35), 0 1.5px 0 rgba(255, 255, 255, 0.7);
}
/* Gemarkeerde bouwsteen: roze steen (ontwikkelkans) */
.course.marked .wbrick.built {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.3) 17%, rgba(255,255,255,0) 46%, rgba(0,0,0,0.10) 100%),
    linear-gradient(180deg, #ff7ab6 0%, var(--pink) 55%, var(--pink-deep) 100%);
  border-color: rgba(150, 22, 90, 0.5);
  box-shadow: inset 0 -5px 7px rgba(150, 22, 90, 0.34), inset 0 2px 2px rgba(255, 255, 255, 0.5), 0 1.5px 0 rgba(255, 255, 255, 0.75);
}
.brick-star { color: var(--pink); font-size: 13px; }

/* Houten luiken (verticale planken) aan weerskanten */
.luik {
  flex: 0 0 60px; align-self: stretch; position: relative;
  border: 3px solid #4f3111;
  background-color: #b07a34;
  background-image:
    repeating-linear-gradient(90deg, rgba(79,49,17,0) 0 17px, rgba(79,49,17,0.55) 17px 20px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.10) 0 1px, rgba(255,255,255,0) 1px 20px),
    linear-gradient(180deg, #cd9550 0%, #9c6529 100%);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.12);
  z-index: 2;
}
.luik-left { border-radius: 6px 3px 3px 6px; }
.luik-right { border-radius: 3px 6px 6px 3px; }
/* scharnieren, naar het raam toe */
.hinge {
  position: absolute; width: 15px; height: 11px; z-index: 3;
  background: #2b2b2b; border: 2px solid #111; border-radius: 3px;
}
.hinge-top { top: 20%; }
.hinge-bottom { bottom: 20%; }
.luik-left .hinge { right: -9px; }
.luik-right .hinge { left: -9px; }
/* schroeven op de buitenrand */
.screw {
  position: absolute; width: 6px; height: 6px; border-radius: 50%; z-index: 3;
  background: #5a3714; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.45), 0 1px 0 rgba(255,255,255,0.25);
}
.screw-top { top: 14px; }
.screw-bottom { bottom: 14px; }
.luik-left .screw { left: 10px; }
.luik-right .screw { right: 10px; }

/* Bloembak op de vensterbank */
.bloembak { display: block; width: 94%; margin: -2px auto 0; }
.bloembak-svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 3px 2px rgba(26,26,26,0.22)); }

/* De ladder leunt tegen het rechterluik, over de volle hoogte. Vaste breedte:
   los van de muurhoogte, dus hij blokkeert nooit de scores. */
.muur-ladder {
  position: absolute; right: 6px; top: 3px; bottom: 3px; width: 44px; z-index: 5;
  transform: rotate(-1.5deg); transform-origin: bottom right; pointer-events: none;
  filter: drop-shadow(0 3px 3px rgba(26,26,26,0.3));
}
.ladder-rail {
  position: absolute; top: 0; bottom: 0; width: 8px; z-index: 2;
  border: 2.5px solid #1a1a1a; border-radius: 4px;
  background: linear-gradient(180deg, #ffa64d, #e88b1c);
}
.ladder-rail.left { left: 5px; }
.ladder-rail.right { right: 5px; }
.ladder-rungs {
  position: absolute; left: 7px; right: 7px; top: 6px; bottom: 6px; z-index: 1; border-radius: 2px;
  background: repeating-linear-gradient(to bottom,
    transparent 0 7px, #1a1a1a 7px 9px, #f7902d 9px 15px, #1a1a1a 15px 17px, transparent 17px 37px);
}
/* Leerlab-poppetje dat de muur op klimt */
.ladder-poppetje {
  position: absolute; left: 50%; bottom: 24%; width: 52px; z-index: 6;
  transform: translateX(-50%);
  filter: drop-shadow(0 2px 2px rgba(26, 26, 26, 0.28));
  animation: klim 2.6s ease-in-out infinite;
}
.ladder-poppetje svg { width: 100%; height: auto; display: block; }
@keyframes klim {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-4px); }
}
@media (prefers-reduced-motion: reduce) { .ladder-poppetje { animation: none; } }

@media (max-width: 560px) {
  .luik { flex-basis: 32px; }
  .hinge { width: 11px; }
  .muur-ladder { right: 4px; width: 24px; transform: rotate(-1deg); }
  .ladder-rail { width: 5px; }
  .ladder-rungs { left: 5px; right: 5px; }
  .ladder-poppetje { width: 38px; }
}

/* ========================================================================= */
/* De Leerlabmuur — een echte bakstenen muur (clean)                         */
/* ========================================================================= */
.muur-card { overflow: hidden; }
.muur-inner {
  flex: 1 1 auto; min-width: 0; align-self: stretch; position: relative; z-index: 1;
  /* Rode baksteen in halfsteens verband (SVG-tegel) + lichte "ghost"-omtrek. */
  --brick-red: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='40'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23c85f3f'/%3E%3Cstop offset='1' stop-color='%239a3c25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='42' height='40' fill='%23e9dfd0'/%3E%3Crect x='0' y='1' width='40' height='17' rx='1.5' fill='url(%23g)'/%3E%3Crect x='-21' y='21' width='40' height='17' rx='1.5' fill='url(%23g)'/%3E%3Crect x='21' y='21' width='40' height='17' rx='1.5' fill='url(%23g)'/%3E%3C/svg%3E");
  --brick-ghost: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='40'%3E%3Crect width='42' height='40' fill='%23e7dfd1'/%3E%3Crect x='0' y='1' width='40' height='17' rx='1.5' fill='%23d8cdba'/%3E%3Crect x='-21' y='21' width='40' height='17' rx='1.5' fill='%23d8cdba'/%3E%3Crect x='21' y='21' width='40' height='17' rx='1.5' fill='%23d8cdba'/%3E%3C/svg%3E");
  background: #efe7db;
  border: 2px solid #d3c4ad;
  border-radius: 10px;
  padding: 14px 14px 4px;
}
.wall-row { margin-bottom: 12px; }
.wall-row:last-child { margin-bottom: 6px; }
.wall-head { display: flex; align-items: center; flex-wrap: wrap; gap: 5px 8px; margin-bottom: 5px; }
.wall-naam {
  font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; font-size: 13.5px; color: var(--ink);
}
.wall-score { flex: none; margin-left: 8px; font-weight: 800; font-size: 16px; color: var(--ink); }
/* IJkpunt-chip naast de score (geeft het getal betekenis) */
.wall-niveau {
  flex: none; margin-left: auto; font-size: 10.5px; font-weight: 800; letter-spacing: 0.02em;
  padding: 2px 8px; border-radius: 999px; border: 1.5px solid;
}
.niveau-laag { color: var(--pink-deep); background: var(--pink-tint); border-color: var(--pink); }
.niveau-mid { color: #9a6a00; background: var(--yellow-tint); border-color: var(--yellow-deep); }
.niveau-hoog { color: #3c7a2c; background: #e7f5e1; border-color: #74c15d; }
.wall-max { font-size: 12px; color: var(--ink-faint); font-weight: 700; }
.wall-tag {
  flex: none; font-size: 9.5px; font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase;
  color: #fff; background: var(--pink); border-radius: 999px; padding: 2px 8px; white-space: nowrap;
}
.wall-track {
  position: relative; height: 36px; border-radius: 5px; overflow: hidden;
  background-image: var(--brick-ghost); background-size: 42px 40px;
  border: 1.5px solid #c7b69d;
  box-shadow: inset 0 1px 3px rgba(80, 60, 40, 0.16);
}
.wall-bricks {
  height: 100%;
  background-image: var(--brick-red); background-size: 42px 40px;
  border-right: 2px solid rgba(60, 25, 15, 0.25);
  box-shadow: inset -8px 0 10px rgba(70, 25, 15, 0.12);
  animation: wall-build 0.9s cubic-bezier(0.2, 0.75, 0.3, 1) both;
}
@keyframes wall-build { from { width: 0; } }
@media (prefers-reduced-motion: reduce) { .wall-bricks { animation: none; } }
/* De twee ontwikkelkansen: rustig maar duidelijk gemarkeerd. */
.wall-row.marked {
  background: rgba(238, 77, 155, 0.09);
  border-radius: 10px; padding: 8px 10px; margin: 0 -10px 15px;
}
.wall-row.marked .wall-naam { color: var(--pink-deep); }
.wall-row.marked .wall-track { border-color: var(--pink); box-shadow: inset 0 2px 5px rgba(80,60,40,0.2), 0 0 0 3px rgba(238,77,155,0.18); }
.wall-row.marked .course-info { border-color: var(--pink); color: var(--pink); }

.muur-note {
  display: flex; gap: 12px; align-items: flex-start; margin-top: 18px;
  background: var(--pink-tint); border: 2px solid var(--pink); border-radius: var(--radius-sm);
  padding: 14px 16px;
  color: var(--ink); font-size: 15px; line-height: 1.55;
}
.muur-note .ico { font-size: 22px; line-height: 1; flex: none; }
.muur-note strong { color: var(--pink-deep); }

/* Contactformulier: nette uitlijning + ruimte tussen de velden */
#step-contact .row-2 { align-items: start; margin-bottom: 16px; }
/* Telefoonveld dezelfde opmaak geven (type="tel" mist die in de basis-CSS). */
input[type="tel"] {
  width: 100%; border: 2.5px solid var(--line); border-radius: var(--radius-sm);
  padding: 13px 15px; font-family: inherit; font-size: 16px; color: var(--ink);
  background: var(--surface); transition: border-color 0.12s ease, box-shadow 0.12s ease;
}
input[type="tel"]:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 4px var(--pink-tint); }
/* Checkbox-veld in het contactformulier */
.check { display: flex; align-items: flex-start; gap: 10px; margin: 2px 0 10px; font-size: 14px; color: var(--ink-soft); cursor: pointer; line-height: 1.4; }
.check input { margin-top: 2px; width: 18px; height: 18px; accent-color: var(--pink); flex: none; }

/* Warme aanloop naar de tips */
.section-lead { margin: 6px 2px 16px; }
.section-lead .hand {
  font-family: var(--font-hand); font-weight: 700; color: var(--pink); font-size: 27px;
  display: block; line-height: 1; margin-bottom: 4px; transform: rotate(-2deg);
}
.section-lead p { margin: 0; color: var(--ink); font-size: 15px; line-height: 1.55; }

/* "Herken je dit?"-moment boven de diagnose (herkenning) */
.herken {
  background: var(--yellow-tint); border-left: 4px solid var(--yellow-deep);
  border-radius: 8px; padding: 12px 14px; margin: 0 0 14px;
  font-size: 15px; line-height: 1.5; color: var(--ink);
}
.herken-q { font-weight: 800; color: var(--ink); }
/* Spiegel: kaatst hun eigen antwoorden terug */
.spiegel { margin: 0 0 12px; font-size: 15px; line-height: 1.55; font-weight: 700; color: var(--pink-deep); }

/* "Zo begin je"-label boven de stappen */
.stappen-lead { margin: 2px 0 12px; font-weight: 800; color: var(--ink); font-size: 15px; }

/* --- Aanbod als onderbouwing binnen het vervolgstap-blok ---------------- */
/* "Hoe wij helpen" onder de routetekst, met een scheidingslijn ertussen. */
.route-aanbod {
  margin: 18px 0 0; padding-top: 16px; border-top: 2px solid rgba(26, 26, 26, 0.10);
  color: var(--ink); font-size: 15px; line-height: 1.55;
}
.aanbod-lead { margin: 16px 0 12px; font-weight: 800; color: var(--ink); font-size: 15px; }
.aanbod-list { margin: 0 0 22px; padding: 0; list-style: none; display: grid; gap: 12px; }
.aanbod-list li {
  display: flex; align-items: flex-start; gap: 10px;
}
.aanbod-list li::before {
  content: ''; flex: none; margin-top: 4px;
  width: 12px; height: 12px; background: var(--pink); border: 2px solid var(--ink); border-radius: 3px;
}
.aanbod-txt { flex: 1 1 auto; min-width: 0; color: var(--ink); font-size: 15px; line-height: 1.5; }
.aanbod-txt strong { color: var(--ink); }
.prod-link { color: var(--pink-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; white-space: nowrap; }
.prod-link:hover { color: var(--pink); }

/* --- Diagnoseblok ------------------------------------------------------- */
.diagnose { margin-bottom: 18px; }
.diagnose > h3 {
  font-size: 20px; margin: 0 0 8px; font-weight: 800; display: flex; align-items: center; gap: 10px;
}
.diagnose > h3 .pin {
  flex: none; width: 26px; height: 26px; border-radius: 8px; background: var(--pink);
  color: #fff; display: grid; place-items: center; font-size: 14px;
}
.diagnose .intro { color: var(--ink); margin: 0 0 16px; font-size: 15px; line-height: 1.55; }
.stappen { display: grid; gap: 10px; }
.stap {
  display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start;
  border: 2px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px; background: var(--surface);
}
.stap .stap-ico {
  width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
  font-size: 18px; background: var(--yellow); border: 2px solid var(--ink);
}
.stap .stap-body strong { display: block; font-size: 15px; margin-bottom: 2px; color: var(--ink); }
.stap .stap-body span { color: var(--ink); font-size: 15px; line-height: 1.5; }

/* --- Route + knop ------------------------------------------------------- */
.route-card { border-color: var(--ink); box-shadow: 0 6px 0 var(--yellow); }
.route-card .route-eyebrow {
  font-family: var(--font-hand); font-weight: 700; color: var(--pink); font-size: 22px;
  display: block; margin-bottom: 2px;
}
.route-card h2 { margin: 0 0 8px; font-size: 22px; letter-spacing: -0.01em; }
.route-card p { color: var(--ink); margin: 0 0 20px; font-size: 15px; line-height: 1.55; }

/* --- Aanbodblok --------------------------------------------------------- */
.aanbod { background: var(--yellow-tint); border: 2px solid var(--yellow); }
.aanbod h3 { margin: 0 0 6px; font-size: 18px; }
.aanbod p { margin: 0; color: var(--ink); font-size: 15px; line-height: 1.55; }

/* --- E-mailcapture ------------------------------------------------------ */
.email-card .lead-hand {
  font-family: var(--font-hand); font-weight: 700; color: var(--pink); font-size: 22px;
  display: block; margin-bottom: 2px;
}
.email-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: stretch; margin-top: 12px; }
.email-row input[type="email"] { flex: 1 1 220px; }
.email-ok { margin-top: 12px; }

/* --- Resultaat-koptekst ------------------------------------------------- */
.result-hero h1 { text-transform: none; font-size: clamp(26px, 6vw, 38px); }
.result-hero .lead { font-size: 15px; color: var(--ink); line-height: 1.55; }
.result-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }

/* --- Print (PDF via de browser) ----------------------------------------- */
@media print {
  :root { --shadow: none; --shadow-lift: none; }
  body { background: #fff !important; }
  .brand, .foot, .no-print, .close-btn, .progress-wrap { display: none !important; }
  .card { break-inside: avoid; box-shadow: none !important; border-color: #ccc; }
  .route-card { box-shadow: none !important; }
  .btn { display: none !important; }
  /* Muur in print: eenvoudige balk (baksteenpatroon print vaak niet mee). */
  .course-info { display: none !important; }
  .muur-inner { background: #fff !important; border-color: #ccc; }
  .wall-track { background: #f0f0f0 !important; box-shadow: none !important; border-color: #ccc; }
  .wall-bricks { background: #b0472e !important; box-shadow: none !important; animation: none !important; }
  .wall-bricks, .wall-score, .wall-naam, .wall-tag, .stap, .aanbod, .aanbod-list li::before, .muur-note {
    -webkit-print-color-adjust: exact; print-color-adjust: exact;
  }
  a[href]:after { content: ""; }
}

/* ============================================================================
   v2 (feedback 19 aug): meerkeuze-rollen, "kan ik niet beoordelen",
   nvt-laag op de muur en het professional-blok.
   ============================================================================ */

/* Meerkeuze rollen: een vinkje in de gekozen kaart. */
.role-card { position: relative; }
.role-card .tick {
  position: absolute; top: 8px; right: 10px;
  width: 20px; height: 20px; border-radius: 50%;
  display: inline-grid; place-items: center;
  background: var(--pink); color: #fff; font-size: 12px; font-weight: 900;
  opacity: 0; transform: scale(.5); transition: opacity .15s ease, transform .15s ease;
}
.role-card.selected .tick { opacity: 1; transform: scale(1); }
.multi-hint { margin-top: 12px; text-align: center; }

/* Antwoordschaal: wrapper + schaalvraag + "kan ik niet beoordelen" + overslaan. */
.scale-wrap { display: flex; flex-direction: column; gap: 10px; }
.scale-stem { font-weight: 700; color: var(--ink-soft); }
.opt.nvt {
  flex: none; width: 100%; flex-direction: row; justify-content: center; gap: 8px;
  min-height: 0; padding: 11px 14px;
}
.opt.nvt .lbl { font-size: 14px; color: var(--ink-soft); }
.opt.nvt.checked .lbl { color: var(--ink); }
.skip-link {
  align-self: center; background: none; border: none; cursor: pointer;
  color: var(--ink-faint); font-size: 14px; text-decoration: underline;
  text-underline-offset: 2px; padding: 4px 8px;
}
.skip-link:hover { color: var(--pink-deep); }

/* Muur: een laag zonder cijfer ("kan ik niet beoordelen"). */
.niveau-onbekend { color: var(--ink-faint); background: #f0eee9; border-color: #d8d3c9; }
.wall-score.onbekend { font-size: 13px; font-weight: 700; color: var(--ink-faint); }
.wall-row.onbekend .wall-track { opacity: .6; }

/* Professional-blok in de vragenlijst. */
.prof-lead { margin: 0 0 14px; }
.prof-lead .hand { font-family: var(--font-hand); font-weight: 700; color: var(--pink); font-size: 22px; display: block; }
.prof-lead p { margin: 4px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.55; }

/* Professional-blok in de uitslag. */
.prof-card .lead-hand {
  font-family: var(--font-hand); font-weight: 700; color: var(--pink); font-size: 22px; display: block; margin-bottom: 2px;
}
.prof-zin { margin: 6px 0 14px; font-size: 15.5px; line-height: 1.6; }
.prof-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.prof-list li {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding: 11px 14px; background: var(--pink-tint); border-radius: var(--radius-sm);
}
.prof-stelling { font-size: 14.5px; line-height: 1.45; }
.prof-val { flex: none; font-weight: 800; color: var(--pink-deep); font-size: 14px; white-space: nowrap; }
.prof-na { font-weight: 600; color: var(--ink-faint); font-style: italic; }

/* Honeypot: visueel weg, buiten tab-volgorde (anti-spam). */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
