/* Lavoriano: professioneel en herkenbaar, gebouwd op wat kandidaten vertrouwen geeft.
   Bescheiden koppen, veel concrete informatie, blauw als draagkleur, brons als signatuur. */

@font-face {
  font-family: 'Figtree'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/figtree-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/figtree-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/figtree-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree'; font-style: normal; font-weight: 800; font-display: swap;
  src: url('../fonts/figtree-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/fraunces-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/fraunces-700.woff2') format('woff2');
}

:root {
  --marine: #1B2F63;
  --marine-diep: #12224A;
  --blauw: #2249B4;
  --blauw-zacht: #EEF2FA;
  --inkt: #20242E;
  --grijs: #59606E;
  --lijn: #E2E6EF;
  --rand: #767F92;
  --wit: #FFFFFF;
  --accent: #B98A2F;
  --accent-zacht: #F6EEDD;
  --mal: 1140px;
  --radius: 12px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Figtree', 'Segoe UI', Arial, sans-serif;
  color: var(--inkt);
  background: var(--wit);
  line-height: 1.6;
  font-size: 1.04rem;
}

h1, h2, h3 { line-height: 1.15; letter-spacing: -0.01em; font-family: 'Fraunces', Georgia, serif; font-weight: 600; }
h1 { font-size: clamp(2.2rem, 4.4vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); }
h3 { font-size: 1.25rem; font-weight: 700; font-family: inherit; }

a { color: inherit; }

.skip {
  position: absolute; left: -999px; top: 0; z-index: 99;
  background: var(--marine); color: var(--wit); padding: 0.6rem 1rem;
}
.skip:focus { left: 0; }

:focus-visible { outline: 3px solid var(--blauw); outline-offset: 2px; }
.voet :focus-visible, .band :focus-visible, .blok-donker :focus-visible {
  outline-color: var(--wit);
}

.markeer { color: var(--accent); }

/* ---------- kop en navigatie ---------- */

.kop {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.95rem 5vw;
  border-bottom: 1px solid var(--lijn);
  position: sticky; top: 0; background: var(--wit); z-index: 20;
  box-shadow: 0 2px 14px rgba(27, 47, 99, 0.08);
}

.logo { display: flex; align-items: center; gap: 0.65rem; font-size: 1.8rem; text-decoration: none; color: var(--marine); }
.logo-beeld { width: 42px; height: 42px; border-radius: 10px; display: block; }
.logo-punt { color: var(--accent); }

.nav ul { display: flex; align-items: center; gap: 1.9rem; list-style: none; }
.nav a:not(.knop) {
  text-decoration: none; font-weight: 600; font-size: 0.98rem; color: var(--grijs);
}
.nav a:not(.knop):hover { color: var(--marine); }

.menu-label { display: none; }

/* ---------- knoppen ---------- */

.knop {
  display: inline-block; background: var(--blauw); color: var(--wit);
  font-weight: 700; font-size: 1rem; text-decoration: none;
  padding: 0.8rem 1.7rem; border: 2px solid var(--blauw); border-radius: 8px;
  cursor: pointer; font-family: inherit;
  transition: background 0.15s, border-color 0.15s;
}
.knop:hover { background: var(--marine); border-color: var(--marine); }
.knop-omlijnd { background: var(--wit); color: var(--blauw); }
.knop-omlijnd:hover { background: var(--blauw-zacht); color: var(--blauw); border-color: var(--blauw); }
.knop-klein { padding: 0.5rem 1.15rem; font-size: 0.93rem; }
.knop-groot { padding: 1rem 2.2rem; font-size: 1.1rem; }
.knop-vol { width: 100%; text-align: center; }
.knop-licht { background: var(--wit); color: var(--marine); border-color: var(--wit); }
.knop-licht:hover { background: var(--blauw-zacht); border-color: var(--blauw-zacht); color: var(--marine); }

/* ---------- hero: twee kolommen, één ster ---------- */

.hero {
  position: relative;
  background:
    radial-gradient(52rem 30rem at 10% 105%, rgba(185, 138, 47, 0.14), transparent 62%),
    radial-gradient(46rem 28rem at 95% -10%, rgba(34, 73, 180, 0.10), transparent 62%),
    linear-gradient(180deg, var(--blauw-zacht), var(--wit));
  padding: clamp(3rem, 6vw, 4.5rem) 5vw clamp(2.5rem, 5vw, 3.5rem);
  border-bottom: 1px solid var(--lijn);
}
.hero-binnen { max-width: var(--mal); margin: 0 auto; }

.hero-rij {
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.hero-tekst { align-self: center; }

.hero-foto {
  border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 4 / 5; align-self: stretch;
}
.hero-foto img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 22%; display: block;
}

.zoekpaneel-vol { max-width: 640px; }

.hero-kop { max-width: 15ch; }

.hero-sub { font-size: 1.13rem; max-width: 46ch; margin-top: 1rem; color: var(--grijs); }

.hero-acties { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.7rem; }

.borgen {
  list-style: none; display: flex; flex-wrap: wrap; gap: 0.6rem 1.8rem;
  margin-top: 1.8rem;
}
.borgen li {
  font-weight: 600; font-size: 0.97rem; color: var(--inkt);
  display: flex; align-items: center; gap: 0.5rem;
}
.borgen li::before {
  content: "\2713"; flex: none;
  width: 1.25rem; height: 1.25rem; border-radius: 50%;
  background: var(--accent); color: var(--wit);
  font-size: 0.75rem; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center;
}
.borgen-staand { flex-direction: column; gap: 0.7rem; align-items: flex-start; }

.zoekpaneel {
  background: var(--wit); border: 1px solid var(--lijn); border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(27, 47, 99, 0.12);
  padding: 1.8rem;
}
.zoekpaneel h2, .zoekpaneel h3 { font-size: 1.2rem; margin-bottom: 1rem; font-weight: 700; }

.chips { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.chip {
  display: inline-flex; align-items: center; text-decoration: none;
  border: 1.5px solid var(--rand); border-radius: 999px;
  padding: 0.5rem 1.05rem; font-weight: 650; font-size: 0.95rem; color: var(--marine);
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.chip:hover { border-color: var(--blauw); background: var(--blauw-zacht); }
.chip-anders { border-style: dashed; color: var(--grijs); }

.zoekpaneel-scheiding {
  display: flex; align-items: center; gap: 0.8rem; margin: 1.2rem 0;
  color: var(--grijs); font-size: 0.88rem; font-weight: 600;
}
.zoekpaneel-scheiding::before, .zoekpaneel-scheiding::after {
  content: ""; flex: 1; height: 1px; background: var(--lijn);
}

.zoekpaneel-noot { font-size: 0.88rem; color: var(--grijs); margin-top: 0.7rem; text-align: center; }

/* ---------- blokken ---------- */

.blok { padding: clamp(3.5rem, 7vw, 6rem) 5vw; }
.blok-binnen { max-width: var(--mal); margin: 0 auto; }
.blok-licht { background: #F7F8FB; border-top: 1px solid var(--lijn); border-bottom: 1px solid var(--lijn); }
.blok-donker { background: var(--marine); color: var(--wit); }

.drieluik {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem;
  margin-top: 1.8rem;
}
.blok-donker .drieluik article {
  background: var(--marine-diep); border-radius: var(--radius); padding: 1.6rem;
  border-top: 3px solid var(--accent);
}
.drieluik h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.drieluik p { font-size: 0.99rem; opacity: 0.92; }

.stappen {
  list-style: none; counter-reset: stap;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem;
  margin-top: 1.8rem;
}
.stappen li {
  counter-increment: stap; background: var(--wit);
  border: 1px solid var(--lijn); border-radius: var(--radius); padding: 1.6rem;
}
.stappen li::before {
  content: counter(stap);
  display: inline-flex; align-items: center; justify-content: center;
  width: 2rem; height: 2rem; border-radius: 50%;
  background: var(--accent); color: var(--wit); font-weight: 800; font-family: 'Figtree', sans-serif;
  margin-bottom: 0.9rem;
}
.stappen h3 { font-size: 1.2rem; margin-bottom: 0.45rem; }
.stappen p { font-size: 0.99rem; color: var(--grijs); }

/* ---------- kaarten (profielen) ---------- */

.blok-kop-rij { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.blok-kop-rij h2, .sectie-kop { font-size: clamp(1.6rem, 2.6vw, 2rem); }
.alles-link { font-weight: 700; color: var(--blauw); white-space: nowrap; }

.kaarten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.kaarten-vol { grid-template-columns: repeat(2, 1fr); }

.kaart {
  position: relative; display: block; background: var(--wit);
  border: 1px solid var(--lijn); border-radius: var(--radius);
  padding: 1.5rem; text-decoration: none;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}
.kaart:hover { border-color: var(--blauw); box-shadow: 0 6px 20px rgba(27, 47, 99, 0.10); transform: translateY(-2px); }
.kaart-label {
  display: flex; align-items: center; justify-content: space-between; gap: 0.6rem;
  font-weight: 700; font-size: 0.85rem; color: var(--blauw); margin-bottom: 0.7rem;
}
.kaart-doorlopend { color: var(--accent); font-weight: 700; white-space: nowrap; }
.kaart h3 { font-size: 1.3rem; margin-bottom: 0.6rem; color: var(--marine); }
.kaart-meta { font-size: 0.93rem; color: var(--grijs); }
.kaart-salaris { font-size: 1.02rem; color: var(--inkt); font-weight: 700; margin-top: 0.3rem; }

.transparant { margin-top: 1.8rem; font-size: 0.95rem; color: var(--grijs); max-width: 70ch; }
.transparant a { color: var(--blauw); }

.tussenblok {
  background: var(--blauw-zacht); border: 1px solid var(--lijn); border-radius: var(--radius);
  padding: 1.9rem; margin-top: 2rem;
}
.tussenblok h2 { font-size: 1.35rem; margin-bottom: 0.5rem; }
.tussenblok p { max-width: 70ch; margin-bottom: 1.1rem; color: var(--grijs); }
.tussenblok a:not(.knop) { color: var(--blauw); }

/* ---------- pagina-koppen en detail ---------- */

.pagina-kop {
  position: relative;
  background:
    radial-gradient(40rem 22rem at 92% -15%, rgba(34, 73, 180, 0.10), transparent 62%),
    radial-gradient(36rem 22rem at 3% 125%, rgba(185, 138, 47, 0.13), transparent 62%),
    linear-gradient(180deg, var(--blauw-zacht), var(--wit));
  padding: clamp(3.2rem, 6vw, 5rem) 5vw;
  border-bottom: 1px solid var(--lijn);
}
.pagina-kop h1 { max-width: 20ch; font-size: clamp(2rem, 4vw, 2.8rem); }
.pagina-sub { font-size: 1.1rem; max-width: 62ch; margin-top: 0.9rem; color: var(--grijs); }

.feiten { list-style: none; display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.3rem; }
.feiten li {
  border: 1px solid var(--lijn); background: var(--wit); border-radius: 999px;
  padding: 0.4rem 1rem; font-weight: 600; font-size: 0.93rem;
}

.detail-rij { display: grid; grid-template-columns: 1.35fr 1fr; gap: 2.6rem; align-items: start; }
.detail-tekst h2 { font-size: 1.4rem; margin: 2.2rem 0 0.8rem; }
.intro { font-size: 1.12rem; max-width: 60ch; }

.lijst { list-style: none; }
.lijst li { padding: 0.4rem 0 0.4rem 1.6rem; position: relative; color: var(--grijs); }
.lijst li::before {
  content: "\2713"; position: absolute; left: 0; top: 0.4rem;
  color: var(--accent); font-weight: 800;
}

.transparant-kader {
  background: var(--accent-zacht); border: 1px solid var(--lijn);
  border-left: 4px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.4rem 1.6rem; margin-top: 2rem;
}
.transparant-kader h3 { margin-bottom: 0.4rem; font-size: 1.1rem; }
.transparant-kader p { font-size: 0.95rem; color: var(--grijs); }

.mini-faq { display: grid; gap: 0.6rem; margin-top: 1.2rem; }
.mini-faq details {
  background: var(--wit); border: 1px solid var(--lijn); border-radius: 10px; padding: 0 1.1rem;
}
.mini-faq summary {
  cursor: pointer; font-weight: 650; padding: 0.85rem 0; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 0.95rem;
}
.mini-faq summary::-webkit-details-marker { display: none; }
.mini-faq summary::after { content: "+"; font-size: 1.3rem; color: var(--accent); font-weight: 400; }
.mini-faq details[open] summary::after { content: "\2212"; }
.mini-faq details p { padding: 0 0 0.95rem; color: var(--grijs); font-size: 0.93rem; }

/* ---------- formulieren ---------- */

.formulier-paneel {
  background: var(--wit); border: 1px solid var(--lijn); border-radius: var(--radius);
  box-shadow: 0 6px 24px rgba(27, 47, 99, 0.07);
  padding: 1.8rem; position: sticky; top: 5.4rem;
}
.formulier-breed { position: static; max-width: 760px; margin: 0 auto; }
.formulier-paneel h2, .formulier-paneel h3 { font-size: 1.35rem; margin-bottom: 1.1rem; }

.formulier-paneel label { display: block; font-weight: 650; font-size: 0.93rem; margin-bottom: 1rem; }
.optioneel { font-weight: 450; color: var(--grijs); }

.formulier-paneel input:not([type="file"]),
.formulier-paneel textarea {
  display: block; width: 100%; margin-top: 0.35rem;
  border: 1.5px solid var(--rand); border-radius: 8px;
  padding: 0.7rem 0.85rem; font: inherit; font-size: 1rem; background: var(--wit);
}
.formulier-paneel input:focus, .formulier-paneel textarea:focus {
  outline: none; border-color: var(--blauw); box-shadow: 0 0 0 3px rgba(34, 73, 180, 0.15);
}
.formulier-paneel input[type="file"] { display: block; margin-top: 0.45rem; font-size: 0.92rem; }
.veld-fout { color: #B4232C; font-size: 0.85rem; margin-top: 0.35rem; font-weight: 600; }

.veld-rij { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.2rem; }

.formulier-noot { font-size: 0.88rem; color: var(--grijs); margin-top: 0.9rem; }
.formulier-noot a { color: var(--blauw); }

.formulier-alert {
  background: #FDECEC; border: 1px solid #F1B7BB; color: #7A1D24;
  border-radius: 10px; padding: 1rem 1.2rem; margin-bottom: 1.4rem; font-size: 0.95rem; font-weight: 600;
}

/* ---------- slotblok en voet ---------- */

.blok-slot { text-align: center; background: var(--blauw-zacht); border-top: 1px solid var(--lijn); }
.slot-kop { font-size: clamp(1.8rem, 3.4vw, 2.4rem); margin-bottom: 1.6rem; }

.voet { background: var(--marine); color: var(--wit); padding: 3rem 5vw 2.4rem; }
.voet-binnen {
  max-width: var(--mal); margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 2.2rem; justify-content: space-between;
}
.voet-logo { font-family: 'Fraunces', Georgia, serif; font-weight: 600; font-size: 1.5rem; }
.voet-claim { color: var(--accent); margin-top: 0.3rem; font-weight: 600; }
.voet-links { list-style: none; display: grid; gap: 0.5rem; align-content: start; }
.voet-links a { text-decoration: none; opacity: 0.9; }
.voet-links a:hover { opacity: 1; text-decoration: underline; }
.voet-adres { font-size: 0.85rem; opacity: 0.75; line-height: 1.55; margin-top: 0.5rem; }
.voet-noot { font-size: 0.87rem; opacity: 0.6; align-self: end; }

/* ---------- tekstpagina's en beheer ---------- */

.tekst-kolom { max-width: 640px; }
.tekst-kolom h2 { font-size: 1.5rem; margin: 2.2rem 0 0.8rem; }
.tekst-kolom p + p { margin-top: 0.8rem; }
.tekst-kolom p { color: var(--grijs); max-width: 65ch; }
.tekst-kolom .intro { color: var(--inkt); }
.tekst-kolom a:not(.knop) { color: var(--blauw); }
.tekst-kolom .hero-acties { margin-top: 2rem; }

.bedrijfsgegevens {
  margin-top: 2rem; padding: 1.4rem 1.6rem; background: #F7F8FB;
  border: 1px solid var(--lijn); border-radius: var(--radius); font-size: 0.95rem;
}
.bedrijfsgegevens p { max-width: none; }

.tabel-wikkel { overflow-x: auto; border: 1px solid var(--lijn); border-radius: var(--radius); background: var(--wit); }
.beheer-tabel { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.beheer-tabel th, .beheer-tabel td {
  text-align: left; padding: 0.8rem 1rem; border-bottom: 1px solid var(--lijn); vertical-align: top;
}
.beheer-tabel th { background: var(--blauw-zacht); font-size: 0.85rem; }
.beheer-tabel a { color: var(--blauw); }
.beheer-tussenkop { margin: 2.4rem 0 1rem; font-size: 1.3rem; }
.beheer-lijst { list-style: none; display: grid; gap: 0.6rem; max-width: 560px; }
.beheer-lijst li {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  background: var(--wit); border: 1px solid var(--lijn); border-radius: 8px; padding: 0.55rem 1rem;
}

/* ---------- werkgeversband ---------- */

.band { position: relative; background: var(--marine); color: var(--wit); padding: 2.4rem 5vw; overflow: hidden; }
.band-rij {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1.4rem;
}
.band h2 { font-size: 1.5rem; margin-bottom: 0.3rem; }
.band p { opacity: 0.92; max-width: 60ch; }

/* ---------- sectie met kop links, inhoud rechts ---------- */

.kolom-rij {
  display: grid; grid-template-columns: minmax(230px, 0.9fr) 2fr;
  gap: clamp(1.8rem, 4vw, 3.5rem); align-items: start;
}
.kolom-kop p { color: var(--grijs); margin-top: 0.6rem; max-width: 34ch; }
.kolom-rij .stappen { margin-top: 0; }

.kolom-foto {
  width: 100%; max-width: 280px; height: auto; border-radius: var(--radius);
  margin-top: 1.4rem; display: block; aspect-ratio: 4 / 5; object-fit: cover;
}

/* ---------- faq ---------- */

.faq { display: grid; gap: 0.7rem; }
.faq details {
  background: var(--wit); border: 1px solid var(--lijn); border-radius: var(--radius);
  padding: 0 1.3rem;
}
.faq summary {
  cursor: pointer; font-weight: 650; padding: 1rem 0; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--accent); font-weight: 400; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding: 0 0 1.1rem; color: var(--grijs); max-width: 75ch; }
.faq details a { color: var(--blauw); }

/* ---------- dubbel slotblok ---------- */

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; text-align: left; }
.duo-kaart {
  background: var(--wit); border: 1px solid var(--lijn); border-radius: var(--radius);
  padding: 1.9rem;
}
.duo-kaart h3 { font-size: 1.3rem; margin-bottom: 0.4rem; }
.duo-kaart p { color: var(--grijs); margin-bottom: 1.2rem; }

/* ---------- hero-foto en menselijke beelden ---------- */

.hero-foto { border-radius: var(--radius); overflow: hidden; align-self: stretch; min-height: 320px; }
.hero-foto img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; display: block; }

/* ---------- responsief ---------- */

@media (max-width: 960px) {
  .drieluik, .stappen, .kaarten { grid-template-columns: 1fr 1fr; }
  .detail-rij { grid-template-columns: 1fr; }
  .formulier-paneel { position: static; }
  .hero-rij { grid-template-columns: 1fr; }
  .hero-foto { order: -1; min-height: 220px; max-height: 280px; }
  .hero-foto img { object-position: center 20%; }
  .kolom-rij { grid-template-columns: 1fr; }
  .kolom-rij .stappen { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .kop { flex-wrap: wrap; }
  .menu-label {
    display: block; font-weight: 700; font-family: inherit; font-size: 0.95rem;
    color: var(--inkt); background: var(--wit);
    border: 1.5px solid var(--rand); border-radius: 8px;
    padding: 0.45rem 1.1rem; cursor: pointer;
  }
  .nav ul {
    display: none; flex-direction: column; align-items: flex-start;
    width: 100%; padding-top: 1rem; gap: 1rem;
  }
  .nav { display: contents; }
  .nav.open ul { display: flex; }
}

@media (max-width: 680px) {
  .drieluik, .stappen, .kaarten, .kaarten-vol, .veld-rij, .duo { grid-template-columns: 1fr; }
  .kolom-rij .stappen { grid-template-columns: 1fr; }
  .band-rij { flex-direction: column; align-items: flex-start; }
  .blok-kop-rij { flex-direction: column; align-items: flex-start; gap: 0.4rem; }

  /* hero op mobiel: foto randloos en beeldvullend, kop fors, meer statement */
  .hero { padding-left: 0; padding-right: 0; padding-top: 0; }
  .hero-binnen.hero-rij { max-width: none; margin: 0; gap: 0; }
  .hero-foto {
    border-radius: 0; aspect-ratio: 3 / 4; max-height: 62vh; min-height: 340px;
  }
  .hero-foto img { object-position: center 24%; }
  .hero-tekst { padding: 2rem 6vw 0; }
  .hero-kop { font-size: 2.7rem; max-width: 11ch; line-height: 1.04; }
  .hero-sub { font-size: 1.08rem; }
  .hero-binnen:not(.hero-rij) { padding: 0 6vw; }
}

/* ---------- sticky mobiele inschrijfknop op profielpagina's ---------- */

.mobiele-cta { display: none; }

@media (max-width: 960px) {
  .mobiele-cta {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
    background: var(--blauw); color: var(--wit); text-align: center;
    text-decoration: none; font-weight: 700; padding: 1rem 1.2rem;
    box-shadow: 0 -6px 20px rgba(27, 47, 99, 0.18);
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  }
  .detail-rij { padding-bottom: 4.5rem; }
}

/* ---------- over-pagina: menselijk beeld tussen de tekst ---------- */

.over-foto {
  width: 100%; max-width: 100%; height: auto; aspect-ratio: 3 / 2;
  object-fit: cover; object-position: 55% 55%;
  border-radius: var(--radius); margin: 1.6rem 0 0.5rem; display: block;
}

/* ---------- markt-context: gesourcede salarisdata per profiel ---------- */

.markt-context {
  color: var(--grijs); font-size: 0.98rem; max-width: 65ch;
  background: #F7F8FB; border: 1px solid var(--lijn); border-radius: 10px;
  padding: 1rem 1.2rem;
}
