/* ══════════════════════════════════════════════════════════
   OPLEIDING DETAIL PAGINA — extra CSS
   Toevoegen aan layout.css of als aparte include
   ══════════════════════════════════════════════════════════ */

/* ── PAGE HERO met foto ────────────────────────────────── */
.page-hero {
  background: var(--g-dark);
  padding: calc(62px + 4rem) 2rem 0;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.page-hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 3rem;
	color:#fff;
}
.page-hero-img {
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-hero-img img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 16px 16px 0 0;
  display: block;
}

/* Desktop: portrait zichtbaar, landscape verborgen */
#hero-l { display: none; }
#hero-p { display: block; }

/* Mobiel: landscape zichtbaar, portrait verborgen */
@media (max-width: 768px) {
  #hero-p { display: none; }
  #hero-l { display: block; }
}

/* ── INTRO GRID ────────────────────────────────────────── */
.opl-intro-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2.5rem;
  margin-top: 2rem;
  align-items: start;
}
.opl-intro-tekst p {
  font-size: .97rem;
  line-height: 1.82;
  color: var(--ink-60);
  margin-bottom: 1.1rem;
}
.opl-intro-tekst p:last-child { margin-bottom: 0; }
.opl-intro-tekst strong { color: var(--ink); }

/* ── INFO CARD (sidebar) ───────────────────────────────── */
.info-card-acup {
  background: var(--g-xpale);
  border: 1px solid var(--g-pale);
  border-radius: var(--r-lg);
  padding: 1.5rem;
}
.info-card-acup h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  margin: .75rem 0 .5rem;
}
.info-card-acup p {
  font-size: .88rem;
  line-height: 1.65;
  color: var(--ink-60);
  margin-bottom: .75rem;
}

/* ── ROUTE MINI ────────────────────────────────────────── */
.route-mini {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  margin-top: .75rem;
}
.route-mini-stap {
  background: var(--white);
  border: 1.5px solid var(--g-pale);
  border-radius: 8px;
  padding: .55rem 1rem;
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink-60);
}
.route-mini-stap.active {
  background: var(--g-dark);
  border-color: var(--g-dark);
  color: #fff;
}
.route-mini-stap.done {
  background: var(--g-pale);
  border-color: var(--g);
  color: var(--g-dark);
}
.route-mini-stap.result {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--g-dark);
  font-weight: 700;
}
.route-mini-pijl {
  font-size: .9rem;
  color: var(--g);
  text-align: center;
  line-height: 1;
}

/* ── DIAGNOSE BLOK ─────────────────────────────────────── */
.acup-diagnose-blok {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1.25rem;
  align-items: start;
  background: var(--g-xpale);
  border: 1px solid var(--g-pale);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  margin-top: 2rem;
}
.acup-diagnose-blok h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: .4rem;
}
.acup-diagnose-blok p {
  font-size: .9rem;
  line-height: 1.72;
  color: var(--ink-60);
}
.acup-diagnose-blok strong { color: var(--ink); }

/* ── LESINHOUD BLOKKEN ─────────────────────────────────── */
.lesinhoud-blok {
  background: var(--white);
  border: 1px solid var(--g-pale);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.lesinhoud-header {
  background: var(--g-dark);
  padding: 1.25rem 1.5rem;
}
.lesinhoud-jaar {
  display: inline-block;
  background: var(--gold);
  color: var(--g-dark);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  padding: .25rem .75rem;
  border-radius: 100px;
  margin-bottom: .6rem;
}
.lesinhoud-header h3 {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
}
.lesinhoud-lijst {
  list-style: none;
  padding: 1.25rem 1.5rem;
  display: grid;
  gap: .55rem;
}
.lesinhoud-lijst li {
  font-size: .88rem;
  color: var(--ink-60);
  line-height: 1.5;
  padding-left: 1.4rem;
  position: relative;
}
.lesinhoud-lijst li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--g);
  font-weight: 700;
}

/* ── EC OVERZICHT ──────────────────────────────────────── */
.ec-overzicht {
  background: var(--g-xpale);
  border: 1px solid var(--g-pale);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  display: grid;
  gap: 1rem;
  max-width: 680px;
}
.ec-rij {
  display: grid;
  grid-template-columns: 240px 1fr 72px;
  gap: 1rem;
  align-items: center;
}
.ec-label {
  font-size: .88rem;
  color: var(--ink-60);
}
.ec-bar-wrap {
  background: var(--g-pale);
  border-radius: 100px;
  height: 8px;
  overflow: hidden;
}
.ec-bar {
  height: 100%;
  background: var(--g);
  border-radius: 100px;
  transition: width .6s var(--ease);
}
.ec-waarde {
  font-size: .88rem;
  font-weight: 600;
  color: var(--g-dark);
  text-align: right;
}
.ec-totaal .ec-label,
.ec-totaal .ec-waarde {
  color: var(--g-dark);
  font-size: .95rem;
}

/* ── LESDAGEN BLOK ─────────────────────────────────────── */
.lesdata-blok {
  background: var(--white);
  border: 1px solid var(--g-pale);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.lesdata-header {
  background: var(--g-dark);
  padding: 1.25rem 1.5rem;
}
.lesdata-header h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin: .5rem 0 0;
}
.lesdata-lijst {
  padding: 1.25rem 1.5rem;
  font-size: .86rem;
  line-height: 2;
  color: var(--ink-60);
}
.lesdata-examen {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  padding: 0 1.5rem 1.25rem;
  font-size: .86rem;
  font-weight: 600;
  color: var(--g-dark);
}

.accreditation-badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.method-panel-new svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.page-hero-meta{
	margin-top:20px;
}
.page-hero-meta-item{
	display:block;
}
.page-hero-meta-item svg { width: 14px; height: 14px; flex-shrink: 0;color:#fff; }
.info-card-acup .icon-box-new svg { width: 20px; height: 20px; stroke: var(--g); fill: none; stroke-width: 1.8; }
.acup-diagnose-blok .icon-box-new svg { width: 20px; height: 20px; stroke: var(--g); fill: none; stroke-width: 1.8; }
.lesinhoud-blok svg { width: 18px; height: 18px; }
.lesdata-blok svg { width: 18px; height: 18px; }
.contact-note-icon svg { width: 20px; height: 20px; stroke: var(--g); fill: none; stroke-width: 1.8; }

/* ── BTN GHOST (voor CTA banner) ──────────────────────── */
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .52rem 1.1rem;
  background: rgba(255,255,255,.08);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  font-size: .875rem;
  font-weight: 600;
  transition: background .18s;
  white-space: nowrap;
}
.btn-ghost:hover { background: rgba(255,255,255,.14); }

/* ── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 900px) {
  .opl-intro-grid {
    grid-template-columns: 1fr;
  }
  .ec-rij {
    grid-template-columns: 1fr 72px;
  }
  .ec-bar-wrap { display: none; }
}

@media (max-width: 768px) {
  .page-hero {
    padding: calc(62px + 2.5rem) 1.25rem 0;
  }
  .acup-diagnose-blok {
    grid-template-columns: 1fr;
  }
  .acup-diagnose-blok .icon-box-new { display: none; }
}