/* LinkedIn E-Learning - huisstijl */
:root {
  --blue: #0a66c2;
  --blue-dark: #084b8f;
  --blue-deep: #0b2545;
  --navy: #0a1f33;
  --ink: #16232e;
  --body: #41525d;
  --line: #e3e7ea;
  --bg: #ffffff;
  --bg-soft: #f4f7fa;
  --bg-tint: #eaf2fb;
  --accent: #f5b301;
  --green: #0f7b52;
  --radius: 12px;
  --shadow-sm: 0 1px 3px rgba(10, 31, 51, .08), 0 1px 2px rgba(10, 31, 51, .04);
  --shadow: 0 4px 16px rgba(10, 31, 51, .09);
  --shadow-lg: 0 18px 48px rgba(10, 31, 51, .14);
  --wrap: 1160px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration-color: rgba(10, 102, 194, .35); text-underline-offset: 3px; }
a:hover { color: var(--blue-dark); text-decoration-color: currentColor; }

h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; margin: 0 0 .5em; font-weight: 700; letter-spacing: -.02em; }
h1 { font-size: clamp(2rem, 1.35rem + 2.6vw, 3.1rem); }
h2 { font-size: clamp(1.5rem, 1.15rem + 1.5vw, 2.15rem); }
h3 { font-size: clamp(1.15rem, 1.05rem + .45vw, 1.35rem); }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.25em; }
li { margin-bottom: .45em; }
strong { color: var(--ink); }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 2.5rem, 780px); margin-inline: auto; }
.section { padding: clamp(3rem, 6vw, 5.5rem) 0; }
.section-soft { background: var(--bg-soft); }
.section-tint { background: var(--bg-tint); }
.lead { font-size: 1.19rem; line-height: 1.6; color: var(--body); }
.eyebrow {
  display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--blue); margin-bottom: .85rem;
}
.center { text-align: center; }
.muted { color: #6b7c8a; font-size: .93rem; }

/* Skip link */
.skip {
  position: absolute; left: -9999px; top: 0; background: var(--blue); color: #fff;
  padding: .7rem 1.1rem; z-index: 200; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; }

/* ---------- Header ---------- */
.topbar {
  background: var(--navy); color: #b9c6d2; font-size: .84rem;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .5rem 0; flex-wrap: wrap; }
.topbar a { color: #fff; text-decoration: none; }
.topbar a:hover { text-decoration: underline; }
.topbar-list { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.topbar-list span { display: inline-flex; align-items: center; gap: .4rem; }

.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(160%) blur(8px); border-bottom: 1px solid var(--line);
}
.site-header .wrap { width: min(100% - 2.5rem, 1320px); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 74px; }
.logo { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; font-weight: 800; color: var(--ink); letter-spacing: -.03em; font-size: 1.14rem; flex: none; }
.logo > span { white-space: nowrap; line-height: 1.15; }
.logo-mark {
  width: 40px; height: 40px; border-radius: 8px; background: var(--blue); color: #fff;
  display: grid; place-items: center; font-size: 1.25rem; font-weight: 800; letter-spacing: -.05em; flex: none;
}
.logo span small { display: block; font-size: .68rem; font-weight: 600; color: #7b8b98; letter-spacing: .01em; white-space: nowrap; }

.nav { display: flex; align-items: center; gap: .15rem; }
.nav a {
  padding: .5rem .55rem; border-radius: 8px; font-size: .9rem; font-weight: 600;
  color: var(--ink); text-decoration: none; white-space: nowrap;
}
.nav a:hover { background: var(--bg-tint); color: var(--blue); }
.nav a[aria-current="page"] { color: var(--blue); background: var(--bg-tint); }
.nav .btn { margin-left: .5rem; padding: .6rem 1rem; }

.nav-toggle {
  display: none; background: none; border: 1px solid var(--line); border-radius: 8px;
  padding: .5rem .6rem; cursor: pointer; color: var(--ink);
}
.nav-toggle svg { display: block; }

@media (max-width: 1320px) {
  .nav-toggle { display: block; }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff;
    border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch;
    padding: .6rem 1.25rem 1.1rem; gap: .1rem; box-shadow: var(--shadow);
  }
  .nav.open { display: flex; }
  .nav a { padding: .8rem .6rem; font-size: 1rem; }
  .nav .btn { margin: .5rem 0 0; text-align: center; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .78rem 1.35rem; border-radius: 8px; font-weight: 700; font-size: .98rem;
  text-decoration: none; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  line-height: 1.2;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 2px 10px rgba(10, 102, 194, .3); }
.btn-primary:hover { background: var(--blue-dark); color: #fff; box-shadow: 0 6px 18px rgba(10, 102, 194, .34); }
.btn-ghost { border-color: rgba(10, 102, 194, .35); color: var(--blue); background: #fff; }
.btn-ghost:hover { border-color: var(--blue); background: var(--bg-tint); color: var(--blue-dark); }
.btn-light { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .45); color: #fff; }
.btn-light:hover { background: rgba(255, 255, 255, .2); color: #fff; }
.btn-white { background: #fff; color: var(--blue-deep); }
.btn-white:hover { color: var(--blue-deep); background: #f2f6fa; }
.btn-lg { padding: .95rem 1.7rem; font-size: 1.04rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(160deg, #0b2545 0%, #0a66c2 62%, #1281d6 100%);
  color: #dbe7f3; position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(900px 420px at 82% 12%, rgba(255, 255, 255, .16), transparent 65%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.hero-grid {
  display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 4vw, 4rem);
  align-items: center; padding: clamp(3rem, 6vw, 5.5rem) 0;
}
.hero h1 { color: #fff; }
.hero .lead { color: #cfe0f0; font-size: 1.22rem; }
.hero .eyebrow { color: #9ecbff; }
.hero-badges { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.4rem; }
.badge {
  background: rgba(255, 255, 255, .13); border: 1px solid rgba(255, 255, 255, .24);
  color: #fff; border-radius: 999px; padding: .34rem .8rem; font-size: .82rem; font-weight: 600;
}
.hero-figure { position: relative; }
.hero-figure img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; }
.hero-note {
  position: absolute; bottom: -18px; left: -18px; background: #fff; color: var(--ink);
  border-radius: 10px; padding: .75rem 1rem; box-shadow: var(--shadow-lg); font-size: .86rem;
  font-weight: 600; max-width: 230px; line-height: 1.35;
}
.hero-note b { color: var(--blue); font-size: 1.35rem; display: block; line-height: 1.1; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-figure { order: -1; }
  .hero-note { position: static; margin-top: 1rem; max-width: none; }
}

/* Page header (subpagina's) */
.page-header {
  background: linear-gradient(150deg, var(--blue-deep), #10406f);
  color: #cfe0f0; padding: clamp(2.6rem, 5vw, 4rem) 0 clamp(2.2rem, 4vw, 3rem);
}
.page-header h1 { color: #fff; margin-bottom: .4rem; }
.page-header .lead { color: #c3d7ea; max-width: 62ch; margin-bottom: 0; }
.page-header .eyebrow { color: #9ecbff; }

/* Breadcrumbs */
.crumbs { font-size: .84rem; color: #93a8bb; padding: .9rem 0 0; }
.crumbs a { color: #cfe0f0; text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs span { margin: 0 .4rem; opacity: .55; }

/* ---------- Grids & cards ---------- */
.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 660px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem; box-shadow: var(--shadow-sm);
}
.card h3 { margin-bottom: .45rem; }
.card p:last-child { margin-bottom: 0; }
.card-link { display: block; text-decoration: none; color: inherit; transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease; }
.card-link:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #c8d8e8; color: inherit; }
.card-icon {
  width: 44px; height: 44px; border-radius: 10px; background: var(--bg-tint); color: var(--blue);
  display: grid; place-items: center; margin-bottom: 1rem;
}
.card-more { color: var(--blue); font-weight: 700; font-size: .92rem; display: inline-flex; gap: .3rem; align-items: center; }
.card-link:hover .card-more { gap: .55rem; }

/* Feature list */
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding-left: 1.9rem; margin-bottom: .7rem; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: .42em; width: 18px; height: 18px; border-radius: 50%;
  background: var(--bg-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a66c2' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.check-list--light li::before { background-color: rgba(255, 255, 255, .18); }

/* Split blok tekst + beeld */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.stat { text-align: center; padding: 1.2rem .8rem; }
.stat b { display: block; font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.6rem); color: var(--blue); font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.stat span { font-size: .9rem; color: var(--body); display: block; margin-top: .4rem; }
@media (max-width: 660px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* Programma / timeline */
.timeline { list-style: none; padding: 0; margin: 0; border-left: 2px solid var(--line); }
.timeline li { position: relative; padding: 0 0 1.8rem 1.9rem; margin: 0; }
.timeline li::before {
  content: ""; position: absolute; left: -8px; top: .35em; width: 14px; height: 14px;
  border-radius: 50%; background: #fff; border: 3px solid var(--blue);
}
.timeline li:last-child { padding-bottom: 0; }
.timeline h3 { margin-bottom: .3rem; }
.timeline .t-time { font-size: .82rem; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: .06em; }
.timeline p:last-child { margin-bottom: 0; }

/* Tabel */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
table { width: 100%; border-collapse: collapse; font-size: .97rem; }
th, td { text-align: left; padding: .85rem 1.1rem; border-bottom: 1px solid var(--line); }
th { background: var(--bg-soft); color: var(--ink); font-weight: 700; font-size: .88rem; text-transform: uppercase; letter-spacing: .04em; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: #fafcfe; }
td.price { font-weight: 700; color: var(--ink); white-space: nowrap; }

/* Quote / testimonial */
.quote {
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--blue);
  border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm);
}
.quote p { font-size: 1.03rem; color: var(--ink); font-style: italic; }
.quote footer { font-size: .88rem; color: #6b7c8a; font-style: normal; }
.quote footer b { display: block; color: var(--ink); font-style: normal; }

/* FAQ */
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  margin-bottom: .7rem; overflow: hidden;
}
.faq summary {
  cursor: pointer; padding: 1.05rem 3rem 1.05rem 1.2rem; font-weight: 700; color: var(--ink);
  list-style: none; position: relative; font-size: 1.02rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 1.2rem; top: 50%; width: 11px; height: 11px;
  border-right: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue);
  transform: translateY(-70%) rotate(45deg); transition: transform .18s ease;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq summary:hover { background: var(--bg-soft); }
.faq .faq-body { padding: 0 1.2rem 1.2rem; }
.faq .faq-body p:last-child { margin-bottom: 0; }

/* CTA band */
.cta-band {
  background: linear-gradient(140deg, var(--blue-deep), var(--blue)); color: #cfe0f0;
  border-radius: 16px; padding: clamp(2rem, 4vw, 3.2rem); text-align: center;
}
.cta-band h2 { color: #fff; }
.cta-band p { max-width: 58ch; margin-inline: auto; }
.cta-band .btn-row { justify-content: center; margin-top: 1.5rem; }

/* Fotogalerij */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery img { border-radius: 10px; aspect-ratio: 4 / 3; object-fit: cover; width: 100%; box-shadow: var(--shadow-sm); }
@media (max-width: 660px) { .gallery { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Nieuws ---------- */
.news-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; }
.news-card img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.news-card-body { padding: 1.3rem; display: flex; flex-direction: column; flex: 1; }
.news-meta { font-size: .8rem; color: #7b8b98; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .5rem; }
.news-card h3 { font-size: 1.12rem; margin-bottom: .5rem; }
.news-card p { font-size: .95rem; margin-bottom: 1rem; }
.news-card .card-more { margin-top: auto; }
.tag {
  display: inline-block; background: var(--bg-tint); color: var(--blue-dark); border-radius: 999px;
  padding: .2rem .65rem; font-size: .74rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase;
}

.article { font-size: 1.06rem; }
.article h2 { margin-top: 2.2rem; }
.article h3 { margin-top: 1.6rem; }
.article img { border-radius: var(--radius); margin: 1.8rem 0; box-shadow: var(--shadow); }
.article figcaption { font-size: .84rem; color: #7b8b98; margin-top: -1.2rem; margin-bottom: 1.8rem; }
.article blockquote {
  margin: 1.8rem 0; padding: .3rem 0 .3rem 1.3rem; border-left: 4px solid var(--blue);
  color: var(--ink); font-size: 1.1rem; font-style: italic;
}
.article-hero img { margin-top: 0; }
.article-meta { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; font-size: .88rem; color: #7b8b98; margin-bottom: 1.6rem; }
.article-meta img { width: 40px; height: 40px; border-radius: 50%; margin: 0; object-fit: cover; box-shadow: none; }

/* ---------- Formulier ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.2rem); box-shadow: var(--shadow); }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 700; color: var(--ink); font-size: .92rem; margin-bottom: .35rem; }
.field .req { color: #c0392b; }
.field input, .field select, .field textarea {
  width: 100%; padding: .72rem .9rem; border: 1.5px solid var(--line); border-radius: 8px;
  font: inherit; font-size: .98rem; color: var(--ink); background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(10, 102, 194, .14);
}
.field textarea { min-height: 130px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
@media (max-width: 600px) { .field-row { grid-template-columns: 1fr; } }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
.form-note { font-size: .84rem; color: #7b8b98; margin-top: .9rem; }
.alert { padding: .9rem 1.1rem; border-radius: 8px; margin-bottom: 1.2rem; font-size: .95rem; }
.alert-ok { background: #e7f5ee; border: 1px solid #b6e0cb; color: #0f7b52; }
.alert-err { background: #fdeceb; border: 1px solid #f5c6c3; color: #b03a30; }

/* Contactblok */
.contact-list { list-style: none; padding: 0; }
.contact-list li { display: flex; gap: .85rem; align-items: flex-start; margin-bottom: 1.1rem; }
.contact-list svg { flex: none; color: var(--blue); margin-top: .2rem; }
.contact-list b { display: block; color: var(--ink); }
.contact-list a { text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #9fb2c2; padding: 3.5rem 0 0; font-size: .93rem; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 2.5rem; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; } }
.site-footer h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .55rem; }
.site-footer a { color: #9fb2c2; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer .logo { color: #fff; margin-bottom: .9rem; }
.site-footer .logo span small { color: #8aa0b3; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1); padding: 1.3rem 0; font-size: .85rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
.footer-cta { display: inline-flex; align-items: center; gap: .5rem; color: #fff; font-weight: 700; }

@media print {
  .site-header, .topbar, .site-footer, .cta-band, .nav-toggle { display: none; }
  body { font-size: 12pt; color: #000; }
}

/* AI-uitbreiding blok */
.ai-uitbreiding {
  display: grid; grid-template-columns: auto 1fr; gap: 1.6rem; align-items: start;
  background: linear-gradient(135deg, var(--bg-tint), #f4f9ff);
  border: 1px solid #d3e4f7; border-radius: 16px; padding: clamp(1.5rem, 3vw, 2.4rem);
}
.ai-uitbreiding-icon {
  width: 60px; height: 60px; border-radius: 14px; background: var(--blue); color: #fff;
  display: grid; place-items: center; flex: none; box-shadow: 0 6px 18px rgba(10, 102, 194, .28);
}
.ai-uitbreiding h2 { margin-bottom: .5rem; }
.ai-uitbreiding p:last-of-type { margin-bottom: 0; }
@media (max-width: 640px) {
  .ai-uitbreiding { grid-template-columns: 1fr; gap: 1rem; }
  .ai-uitbreiding-icon { width: 52px; height: 52px; }
}

/* ---------- Dropdown-navigatie ---------- */
.nav-item.has-sub { position: relative; display: flex; align-items: center; }
.nav-parent { display: inline-flex !important; align-items: center; gap: .2rem; }
.nav-caret { transition: transform .18s ease; opacity: .7; }
.nav-sub {
  position: absolute; top: calc(100% - 4px); left: 0; min-width: 250px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow-lg); padding: .45rem; display: none; flex-direction: column;
  z-index: 120;
}
.nav-sub::before { content: ""; position: absolute; top: -8px; left: 0; right: 0; height: 8px; }
.nav-item.has-sub:hover .nav-sub,
.nav-item.has-sub:focus-within .nav-sub { display: flex; }
.nav-item.has-sub:hover .nav-caret,
.nav-item.has-sub:focus-within .nav-caret { transform: rotate(180deg); }
.nav-sub a {
  display: block; white-space: nowrap; padding: .6rem .8rem !important;
  border-radius: 8px; font-size: .92rem !important;
}
.nav-sub a:hover { background: var(--bg-tint); }

@media (max-width: 1320px) {
  .nav-item.has-sub { display: block; }
  .nav-parent { width: 100%; justify-content: space-between; }
  .nav-caret { display: none; }
  .nav-sub {
    position: static; display: flex; box-shadow: none; border: 0; padding: 0 0 .3rem .9rem;
    min-width: 0; border-left: 2px solid var(--line); margin: .1rem 0 .3rem .6rem;
  }
  .nav-sub a { padding: .6rem .6rem !important; font-size: .95rem !important; }
}

/* Netwerk-canvas in de blauwe kop */
.net-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 0; opacity: .9;
}
.hero > .wrap, .page-header > .wrap { position: relative; z-index: 1; }
.hero::after { z-index: 0; }

/* Bestelpagina regels */
.bestel-regel {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .9rem 0; border-bottom: 1px solid var(--line);
}
.bestel-regel .qty {
  width: 72px; padding: .5rem; text-align: center; border: 1.5px solid var(--line);
  border-radius: 8px; font: inherit; font-size: 1rem;
}
.bestel-totaal {
  display: flex; align-items: center; justify-content: space-between;
  padding: .8rem 0; border-bottom: 1px solid var(--line);
}

/* ---------- Reviews-balk (op elke pagina) ---------- */
.reviews-band { padding: clamp(2.5rem, 5vw, 4rem) 0; overflow: hidden; }
.reviews-head {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  flex-wrap: wrap; margin-bottom: 2rem;
}
.reviews-head h2 { margin-bottom: 0; }
.reviews-score { display: flex; align-items: center; gap: 1rem; }
.reviews-score-num {
  font-size: 3rem; font-weight: 800; color: var(--blue); line-height: 1; letter-spacing: -.03em;
}
.stars { display: inline-flex; gap: 2px; color: var(--accent); }
.reviews-score .muted { font-size: .84rem; margin-top: .2rem; }

.reviews-marquee { position: relative; width: 100%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.reviews-track { display: flex; gap: 1.25rem; width: max-content; animation: reviews-scroll 80s linear infinite; }
.reviews-marquee:hover .reviews-track { animation-play-state: paused; }
@keyframes reviews-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .reviews-track { animation: none; flex-wrap: nowrap; overflow-x: auto; }
}

.review-card {
  flex: 0 0 340px; width: 340px; margin: 0; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: .8rem;
}
.review-card blockquote {
  margin: 0; font-size: .96rem; line-height: 1.55; color: var(--ink); border: 0; padding: 0; font-style: normal;
}
.review-card figcaption { display: flex; align-items: center; gap: .7rem; margin-top: auto; }
.review-avatar {
  width: 40px; height: 40px; border-radius: 50%; background: var(--bg-tint); color: var(--blue-dark);
  display: grid; place-items: center; font-weight: 800; font-size: .85rem; flex: none;
}
.review-card figcaption b { display: block; color: var(--ink); font-size: .92rem; }
.review-card figcaption small { color: #7b8b98; font-size: .8rem; }
@media (max-width: 480px) { .review-card { flex-basis: 280px; width: 280px; } }

/* Cookiemelding */
.cookiebar {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 300; margin-inline: auto;
  max-width: 720px; background: #fff; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow-lg); padding: 1.1rem 1.3rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; flex-wrap: wrap;
}
.cookiebar p { margin: 0; font-size: .92rem; color: var(--body); flex: 1; min-width: 240px; }
.cookiebar-btns { display: flex; gap: .6rem; flex-shrink: 0; }
.cookiebar .btn { padding: .55rem 1.1rem; font-size: .92rem; }
@media (max-width: 520px) { .cookiebar-btns { width: 100%; } .cookiebar-btns .btn { flex: 1; } }
