:root{
  --bg:#0b132b;
  --ink:#222;
  --muted:#5b6575;
  --paper:#ffffff;
  --accent:#2563eb;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font:16px/1.7 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji"; color:var(--ink); background:#f6f7fb;}
a{color:var(--accent); text-decoration:none}
a:hover{text-decoration:underline}
.header{background:var(--bg); color:#fff; padding:22px 0}
.wrap{width:min(1100px,92vw); margin-inline:auto}
.brand{font-weight:800; font-size:22px}
nav.topnav{margin-top:8px}
nav.topnav a{color:#fff; margin-right:16px}
.grid{display:grid; grid-template-columns:1fr 1fr; gap:24px}
@media (max-width:860px){.grid{grid-template-columns:1fr}}
.card{background:var(--paper); border:1px solid #e6e8ef; border-radius:14px; padding:18px; box-shadow:0 8px 24px rgba(10,20,40,.04)}
section{margin:28px 0}
h1,h2,h3{margin:0 0 10px 0}
.lead{color:var(--muted)}
.footer{background:var(--bg); color:#fff; padding:22px 0; margin-top:32px}
.footer a{color:#fff; text-decoration:underline}
.note{font-size:14px; color:var(--muted)}
ul.clean{list-style:none; padding:0; margin:0}
ul.clean li{padding:6px 0}
.breadcrumbs{font-size:14px; color:var(--muted); margin-bottom:10px}
.article{background:var(--paper); border:1px solid #e6e8ef; border-radius:14px; padding:24px}
.article h1{font-size:28px}
.article p{margin:12px 0}
.article ul{margin:10px 0 10px 22px}
.kicker{letter-spacing:.12em; text-transform:uppercase; font-size:12px; color:#6aa1ff; font-weight:800}
.cta{display:inline-block; background:#1dd3b0; color:#062a24; font-weight:800; padding:10px 14px; border-radius:10px; box-shadow:0 6px 18px rgba(30,200,170,.25)}
.cta:hover{transform:translateY(-1px)}

/* tarieven tabel */
.tarieven{
  width:100%;
  border-collapse:collapse;
  text-align:left;
  font-size:16px;
}
.tarieven thead th{
  padding:8px;
  border-bottom:1px solid #ddd;
  font-weight:600;
}
.tarieven tbody td{
  padding:8px;
  border-bottom:1px solid #eee;
}

/* Black Friday blok */
.blackfriday{
  background:#000;
  color:#fff;
  padding:24px;
  border-radius:10px;
  margin-top:28px;
  text-align:center;
  box-shadow:0 12px 32px rgba(0,0,0,.4);
}
.blackfriday h3{
  color:#ffd700;
  margin-top:0;
  margin-bottom:10px;
  font-size:20px;
  font-weight:700;
}
.blackfriday p strong{
  color:#ffd700;
}
.blackfriday ul{
  list-style:disc;
  display:inline-block;
  text-align:left;
  margin:12px auto;
  padding-left:20px;
  line-height:1.5;
  text-align:left;
  color:#fff;
}
.blackfriday .cta{
  display:inline-block;
  background:#ffd700;
  color:#000;
  font-weight:700;
  text-decoration:none;
  padding:10px 18px;
  border-radius:6px;
  margin-top:12px;
  box-shadow:0 6px 18px rgba(255,215,0,.25);
  transition:all .2s ease;
}
.blackfriday .cta:hover{
  background:#fff;
  color:#000;
  transform:translateY(-1px);
}

/* === BLACK FRIDAY BANNER === */
.blackfriday-banner {
  background: #0b132b;
  color: #fff;
  text-align: center;
  padding: 16px;
  border-bottom: 2px solid #ffd700;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
}
.blackfriday-banner strong { color: #ffd700; font-weight: 700; }
.close-banner {
  position: absolute; right: 12px; top: 8px;
  font-size: 18px; cursor: pointer; color: #fff;
  opacity: 0.8; transition: 0.2s;
}
.close-banner:hover { opacity: 1; color: #ffd700; }
.bf-cta {
  display: inline-block;
  margin: 10px auto;
  padding: 8px 16px;
  background: #ffd700;
  color: #000;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.bf-cta:hover {
  background: #ffde59;
  transform: translateY(-1px);
}
.bf-details {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  font-size: 13px;
  color: #ddd;
}
.bf-details li:first-child {
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
}
