/* ============================================================
   FX Brokerkeuze — design system (nl-NL)
   Greenfield design for the Dutch market, based on a measured
   study of Dutch comparison sites (geld.nl, vergelijk.nl,
   independer.nl, consumentenbond.nl).
   Blue-dominant palette + one orange accent; Roboto Slab
   headings (editorial, Independer-style); border-based cards;
   risk-red for mandatory warnings; non-sticky header.
   Independent from all sibling FX media sites.
   ============================================================ */

@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/fonts/inter-v20-latin_latin-ext-regular.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('/fonts/inter-v20-latin_latin-ext-500.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('/fonts/inter-v20-latin_latin-ext-600.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('/fonts/inter-v20-latin_latin-ext-700.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 800; font-display: swap;
  src: url('/fonts/inter-v20-latin_latin-ext-800.woff2') format('woff2'); }
@font-face { font-family: 'Roboto Slab'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('/fonts/roboto-slab-v36-latin_latin-ext-500.woff2') format('woff2'); }
@font-face { font-family: 'Roboto Slab'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('/fonts/roboto-slab-v36-latin_latin-ext-600.woff2') format('woff2'); }
@font-face { font-family: 'Roboto Slab'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('/fonts/roboto-slab-v36-latin_latin-ext-700.woff2') format('woff2'); }

:root {
  --primary: #0e5aa7;
  --primary-dark: #123a66;
  --primary-soft: #e9f2fb;
  --accent: #f27e00;
  --accent-dark: #d96b00;
  --accent-soft: #fef0dd;
  --risk: #d22f27;
  --risk-bg: #fdf1f0;
  --risk-border: #f0c8c4;
  --success: #3dbd70;
  --success-soft: #e7f6ee;
  --ink: #1f2325;
  --ink-soft: #3f4a55;
  --muted: #5b6470;
  --bg: #ffffff;
  --bg-soft: #f5f8fb;
  --surface-light: #e9f2fb;
  --border: #d0e1f9;
  --border-strong: #b9cde8;
  --radius: 16px;
  --radius-sm: 12px;
  --maxw: 1260px;
  --contentw: 780px;
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  --font-head: 'Roboto Slab', Georgia, serif;
  --shadow-card: 0 1px 2px rgba(18, 58, 102, .06);
  --shadow-pop: 0 12px 32px rgba(18, 58, 102, .14);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font); font-size: 16.5px; line-height: 1.6;
  color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-dark); text-decoration: underline; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.25; color: var(--ink); font-family: var(--font-head); font-weight: 700; }
h1 { font-size: 40px; letter-spacing: -.01em; }
h2 { font-size: 28px; }
h3 { font-size: 20px; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.3em; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--primary); color: #fff;
  padding: 10px 16px; z-index: 100; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #fff; text-decoration: none; }

/* ---------- header (static, not sticky — Dutch comparison convention) ---------- */
.site-header { background: #fff; border-bottom: 1px solid var(--border); }
.header-topstrip { height: 4px; background: var(--accent); }
.header-inner { display: flex; align-items: center; gap: 18px; height: 68px; }
.site-logo { display: inline-flex; align-items: center; gap: 10px; }
.site-logo:hover { text-decoration: none; }
.site-logo .mark { flex: none; display: block; }
.site-logo-text { font-size: 20px; font-weight: 800; letter-spacing: -.02em; color: var(--ink); line-height: 1; }
.site-logo-text .logo-fx { color: var(--accent); font-weight: 800; }
.main-nav { display: flex; gap: 2px; flex: 1; align-items: center; }
.nav-link {
  display: inline-block; padding: 8px 13px; border-radius: var(--radius-sm);
  font-size: 15px; font-weight: 600; color: var(--ink-soft); white-space: nowrap;
  transition: background-color .15s, color .15s;
}
.nav-link:hover { background: var(--bg-soft); color: var(--primary); text-decoration: none; }
.nav-link.nav-active { color: var(--primary); background: var(--primary-soft); }
.header-cta { flex: none; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; cursor: pointer; margin-left: auto; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }
.main-nav-mobile { display: none; }
@media (max-width: 920px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .header-cta { display: none; }
  .main-nav-mobile.open { display: flex; flex-direction: column; padding: 6px 22px 14px; border-top: 1px solid var(--border); background: #fff; }
  .main-nav-mobile .nav-link { padding: 13px 8px; font-size: 16px; border-bottom: 1px solid var(--bg-soft); border-radius: 0; }
  .main-nav-mobile .nav-link:last-child { border-bottom: 0; }
  .main-nav-mobile .header-cta-mobile { margin-top: 12px; }
  .main-nav-mobile .header-cta-mobile .btn { width: 100%; justify-content: center; }
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 22px; border-radius: var(--radius-sm); border: 1px solid transparent;
  font-family: inherit; font-size: 15px; font-weight: 600; line-height: 1.4;
  cursor: pointer; text-decoration: none; transition: background-color .15s, border-color .15s, color .15s;
}
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--accent); color: #492300; }
.btn-primary:hover { background: var(--accent-dark); color: #492300; }
.btn-ghost { background: #fff; border-color: var(--border-strong); color: var(--primary); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary-dark); background: var(--primary-soft); }
.btn-dark { background: var(--primary); color: #fff; }
.btn-dark:hover { background: var(--primary-dark); color: #fff; }
.btn-sm { padding: 8px 16px; font-size: 14px; }
.btn-lg { padding: 14px 26px; font-size: 16px; }
.btn-block { width: 100%; }

/* ---------- breadcrumbs ---------- */
.breadcrumbs { padding: 18px 0 0; font-size: 13px; color: var(--muted); max-width: var(--maxw); margin: 0 auto; padding-left: 22px; padding-right: 22px; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--primary); text-decoration: none; }
.breadcrumbs span + span::before, .breadcrumbs a + a::before, .breadcrumbs a + span::before { content: "›"; margin: 0 8px; color: var(--border-strong); }
.breadcrumbs .current { color: var(--ink-soft); }

/* ---------- hero (home) ---------- */
.hero { background: var(--bg-soft); border-bottom: 1px solid var(--border); }
.hero-inner { padding: 54px 0 56px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 48px; align-items: start; }
.hero h1 { font-size: 42px; max-width: 660px; margin-bottom: .45em; }
.hero h1 .accent { color: var(--primary); }
.hero-sub { font-size: 17.5px; color: var(--ink-soft); max-width: 580px; margin-bottom: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.hero-trust { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.hero-trust li { font-size: 13.5px; color: var(--muted); display: inline-flex; align-items: center; gap: 8px; }
.hero-trust li::before { content: "✓"; color: var(--success); font-weight: 700; }
.hero-panel {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-card); padding: 24px; margin-top: 4px;
}
.hero-panel h2 { font-size: 17px; font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; font-family: var(--font-head); }
.hero-panel h2 .rank-link { font-size: 13px; font-weight: 600; color: var(--muted); font-family: var(--font); }
.hero-top3 { display: flex; flex-direction: column; }
.hero-top3-row {
  display: grid; grid-template-columns: 34px 52px 1fr auto; gap: 12px; align-items: center;
  padding: 12px 0; border-top: 1px solid var(--bg-soft);
}
.hero-top3-row:first-child { border-top: 0; }
.rank-badge {
  width: 28px; height: 28px; border-radius: 9px; display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; color: var(--primary); background: var(--primary-soft); font-family: var(--font);
}
.rank-badge.r1 { background: var(--accent); color: #492300; }
.rank-badge.r2 { background: var(--primary); color: #fff; }
.rank-badge.r3 { background: var(--primary-dark); color: #fff; }
.hero-top3-logo { width: 52px; height: 52px; border: 1px solid var(--border); border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-top3-logo img { max-width: 84%; max-height: 84%; object-fit: contain; }
.hero-top3-name { font-weight: 700; font-size: 15px; }
.hero-top3-reg { font-size: 12.5px; color: var(--muted); }
.hero-top3-cta .btn { padding: 8px 14px; font-size: 13.5px; }
.hero-panel-foot { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--bg-soft); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.hero-panel-note { font-size: 12px; color: var(--muted); margin: 0; }
/* trust strip (geld.nl-style white checks on blue) */
.trust-strip { background: var(--primary); color: #fff; }
.trust-strip-inner { display: flex; flex-wrap: wrap; gap: 14px 40px; padding: 14px 0; align-items: center; justify-content: center; }
.trust-strip span { font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 9px; }
.trust-strip span::before { content: "✓"; color: #9fd8b7; font-weight: 800; }
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 22px; padding: 30px 0 34px; }
  .hero h1 { font-size: 27px; margin-bottom: .4em; }
  .hero-sub { font-size: 16px; margin-bottom: 18px; }
  .hero-actions { margin-bottom: 18px; }
  .hero-actions .btn { width: 100%; }
}

/* ---------- sections ---------- */
.section { padding: 54px 0; }
.section-alt { background: var(--bg-soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-kicker { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--accent); margin: 0 0 6px; }
.section-title { font-size: 26px; margin: 0; }
.section-desc { color: var(--muted); font-size: 15.5px; max-width: 720px; margin: 8px 0 0; }
.section-link { font-size: 14.5px; font-weight: 600; white-space: nowrap; }
.section-link:hover { text-decoration: underline; }

/* ---------- grid ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 1000px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; } }

/* ---------- broker card ---------- */
.broker-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-card); padding: 22px; display: flex; flex-direction: column;
  transition: border-color .15s, box-shadow .15s;
}
.broker-card:hover { border-color: var(--border-strong); box-shadow: 0 6px 18px rgba(18,58,102,.09); }
.bc-head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.bc-logo { width: 56px; height: 56px; flex: none; border: 1px solid var(--border); border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.bc-logo img { max-width: 86%; max-height: 86%; object-fit: contain; }
.bc-name { font-size: 18px; font-weight: 700; margin: 0 0 2px; font-family: var(--font-head); }
.bc-tagline { font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.45; }
.bc-facts { list-style: none; margin: 0 0 14px; padding: 0; border-top: 1px solid var(--bg-soft); }
.bc-facts li { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; border-bottom: 1px solid var(--bg-soft); font-size: 13.5px; }
.bc-facts li b { font-weight: 600; color: var(--muted); }
.bc-facts li span { font-weight: 600; color: var(--ink); text-align: right; }
.bc-actions { margin-top: auto; display: flex; flex-direction: column; gap: 8px; }
.bc-actions .btn { width: 100%; min-height: 44px; }

/* ---------- comparison table (ranking) ---------- */
.table-wrap { border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-card); }
table.cmp { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 820px; }
table.cmp thead th {
  text-align: left; padding: 13px 14px; background: var(--surface-light); border-bottom: 1px solid var(--border);
  font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--primary-dark); white-space: nowrap;
  position: sticky; top: 0; z-index: 2;
}
table.cmp td { padding: 14px; border-bottom: 1px solid var(--bg-soft); vertical-align: middle; }
table.cmp tr:last-child td { border-bottom: 0; }
table.cmp tbody tr:hover td { background: #fafcff; }
.cmp-broker { display: flex; align-items: center; gap: 12px; min-width: 200px; }
.cmp-broker .bc-logo { width: 44px; height: 44px; }
.cmp-broker-name { font-weight: 700; font-size: 14.5px; line-height: 1.3; font-family: var(--font-head); }
.cmp-broker-for { font-size: 12.5px; color: var(--muted); line-height: 1.4; }
.cmp td.cmp-cta { text-align: right; }
.cmp .btn { min-height: 38px; padding: 8px 16px; font-size: 13.5px; white-space: nowrap; }
.cmp .btn + .btn { margin-left: 6px; }
.rank-num { font-weight: 800; font-size: 18px; color: var(--border-strong); min-width: 32px; font-family: var(--font-head); }
.rank-num.r1 { color: var(--accent); }
.rank-num.r2 { color: var(--primary); }
.rank-num.r3 { color: var(--primary-dark); }

/* mobile ranking cards (replaces table < 900px) */
.cmp-mobile { display: none; }
@media (max-width: 900px) {
  .table-wrap.desktop-only { display: none; }
  .cmp-mobile { display: block; }
}
.cmp-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-card);
  padding: 18px; margin-bottom: 14px;
}
.cmp-card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.cmp-card-top .bc-logo { width: 48px; height: 48px; }
.cmp-card-facts { list-style: none; margin: 0 0 14px; padding: 0; border-top: 1px solid var(--bg-soft); }
.cmp-card-facts li { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; border-bottom: 1px solid var(--bg-soft); font-size: 13.5px; }
.cmp-card-facts li b { font-weight: 600; color: var(--muted); }
.cmp-card-facts li span { font-weight: 600; text-align: right; }
.cmp-card-cta { display: flex; gap: 8px; }
.cmp-card-cta .btn { flex: 1; min-height: 44px; }

/* ---------- broker detail ---------- */
.page-head { padding: 32px 0 4px; }
.page-head h1 { font-size: 34px; margin-bottom: 6px; }
.page-head .lead { font-size: 17px; color: var(--ink-soft); max-width: 780px; margin: 0; }
.broker-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 44px; align-items: start; padding: 26px 0 60px; }
.broker-content { min-width: 0; }
.broker-sidebar { position: sticky; top: 18px; }
.facts-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-card); overflow: hidden; }
.facts-card-head { display: flex; align-items: center; gap: 14px; padding: 18px 18px 14px; }
.facts-card-head .bc-logo { width: 52px; height: 52px; }
.facts-card-head h2 { font-size: 17px; margin: 0; font-family: var(--font-head); }
.facts-card .facts { list-style: none; margin: 0; padding: 0; }
.facts-card .facts li { display: flex; justify-content: space-between; gap: 14px; padding: 9px 18px; border-top: 1px solid var(--bg-soft); font-size: 13.5px; }
.facts-card .facts li b { font-weight: 600; color: var(--muted); }
.facts-card .facts li span { font-weight: 600; text-align: right; }
.facts-card-actions { padding: 14px 18px 18px; display: flex; flex-direction: column; gap: 8px; }
.facts-card-actions .btn { width: 100%; min-height: 46px; }
.facts-card-note { padding: 0 18px 16px; font-size: 12px; color: var(--muted); }
.verified-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: #0e6b3c; background: var(--success-soft); border-radius: 20px; padding: 4px 12px; margin-bottom: 12px; }
@media (max-width: 960px) {
  .broker-layout { grid-template-columns: 1fr; }
  .broker-sidebar { position: static; }
}

/* ---------- prose ---------- */
.prose { font-size: 16.5px; }
.prose h2 { margin-top: 1.7em; padding-top: .2em; }
.prose h3 { margin-top: 1.5em; }
.prose ul, .prose ol { margin-bottom: 1.2em; }
.prose li { margin-bottom: .4em; }
.prose table { width: 100%; border-collapse: collapse; font-size: 14.5px; margin: 1.3em 0; display: block; overflow-x: auto; }
.prose th { text-align: left; padding: 9px 12px; background: var(--surface-light); border-bottom: 2px solid var(--border); font-size: 13px; font-weight: 700; }
.prose td { padding: 9px 12px; border-bottom: 1px solid var(--bg-soft); }
.prose .toc { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 18px 22px; margin: 1.3em 0 1.7em; font-size: 14.5px; }
.prose .toc b { display: block; margin-bottom: 6px; }
.prose .toc ol { margin: 0; padding-left: 1.2em; }
.prose .toc li { margin-bottom: 3px; }

/* ---------- notice / boxes ---------- */
.notice {
  border: 1px solid var(--border-strong); background: var(--bg-soft); color: var(--ink-soft);
  border-radius: var(--radius-sm); padding: 15px 19px; font-size: 14.5px; margin: 1.3em 0;
}
.notice a { color: var(--primary); text-decoration: underline; }
.info-box { background: var(--primary-soft); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 15px 19px; font-size: 14.5px; margin: 1.3em 0; }
.riskbox {
  border: 1px solid var(--risk-border); background: var(--risk-bg); color: #8c241f;
  border-radius: var(--radius-sm); padding: 13px 16px; font-size: 13px; line-height: 1.55; margin-top: 18px;
}
.riskbox b { color: var(--risk); }

/* ---------- pros / cons ---------- */
.procons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 1.3em 0; }
.procons ul { list-style: none; margin: 0; padding: 0; }
.procons li { padding: 8px 0 8px 28px; position: relative; font-size: 14.5px; border-bottom: 1px solid var(--bg-soft); }
.procons li:last-child { border-bottom: 0; }
.procons .pro li::before { content: ""; position: absolute; left: 0; top: 13px; width: 16px; height: 16px; border-radius: 50%; background: var(--success-soft); }
.procons .pro li::after { content: ""; position: absolute; left: 4px; top: 17px; width: 8px; height: 4.5px; border-left: 2px solid var(--success); border-bottom: 2px solid var(--success); transform: rotate(-45deg); }
.procons .con li::before { content: ""; position: absolute; left: 0; top: 13px; width: 16px; height: 16px; border-radius: 50%; background: var(--risk-bg); }
.procons .con li::after { content: "✕"; position: absolute; left: 3px; top: 11px; font-size: 11px; color: var(--risk); font-weight: 700; }
.procons h3 { font-size: 15.5px; }
@media (max-width: 640px) { .procons { grid-template-columns: 1fr; } }

/* ---------- faq ---------- */
.faq details { border: 1px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 10px; background: #fff; }
.faq summary { padding: 15px 19px; font-weight: 600; font-size: 15px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 21px; color: var(--accent); font-weight: 700; flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq details .faq-body { padding: 0 19px 17px; font-size: 14.5px; color: var(--ink-soft); }

/* ---------- article cards (gids) ---------- */
.article-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-card); padding: 24px; display: flex; flex-direction: column;
  transition: border-color .15s;
}
.article-card:hover { border-color: var(--border-strong); }
.article-card .ac-kicker { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--accent); margin-bottom: 8px; }
.article-card h3 { font-size: 18px; margin: 0 0 8px; font-family: var(--font-head); }
.article-card h3 a { color: var(--ink); }
.article-card h3 a:hover { color: var(--primary); text-decoration: none; }
.article-card p { font-size: 14px; color: var(--muted); margin: 0 0 14px; flex: 1; }
.article-card .ac-meta { font-size: 12.5px; color: var(--muted); }

/* ---------- step strip ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.step { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-card); }
.step-num { counter-increment: step; font-size: 13px; font-weight: 800; color: var(--accent); margin-bottom: 10px; display: block; }
.step-num::before { content: "Stap " counter(step); }
.step h3 { font-size: 16.5px; margin-bottom: 6px; }
.step p { font-size: 14px; color: var(--muted); margin: 0; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }

/* ---------- footer (dark navy) ---------- */
.site-footer { background: var(--primary-dark); color: #c8d6e8; font-size: 14px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding: 46px 0 30px; }
.footer-brand .site-logo-text { color: #fff; }
.footer-brand p { font-size: 13.5px; color: #9fb2c9; margin: 12px 0 0; max-width: 340px; }
.footer-col h3 { color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 13px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: #c8d6e8; }
.footer-col a:hover { color: #fff; text-decoration: none; }
.footer-disclosure { border-top: 1px solid #2c5485; padding: 16px 0; font-size: 12.5px; color: #9fb2c9; }
.footer-risk { border-top: 1px solid #2c5485; padding: 16px 0; font-size: 12.5px; color: #9fb2c9; }
.footer-risk b { color: #ffd9a8; }
.footer-bottom { border-top: 1px solid #2c5485; padding: 14px 0 22px; font-size: 12.5px; color: #9fb2c9; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.footer-bottom a { color: #9fb2c9; }
.footer-bottom a:hover { color: #fff; text-decoration: none; }
@media (max-width: 900px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-top { grid-template-columns: 1fr; } }

/* ---------- misc ---------- */
.muted { color: var(--muted); }
.small { font-size: 13px; }
.page-foot-note { font-size: 12.5px; color: var(--muted); margin-top: 34px; padding-top: 16px; border-top: 1px solid var(--border); }
.updated { font-size: 13px; color: var(--muted); }

/* ===== Acties (promoties en evenementen) ===== */
.chip { display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: .02em; padding: 3px 9px; border-radius: 999px; white-space: nowrap; }
.chip-active { background: #e6f4ea; color: #1a7a3a; }
.chip-soon { background: #fff4e0; color: #9a6200; }
.chip-past { background: var(--bg-soft); color: var(--muted); }
.chip-type { background: var(--surface-light); color: var(--primary); border: 1px solid var(--border); }
.actie-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 10px; }
.actie-dates { font-size: 13px; color: var(--muted); }
.actie-nl { font-size: 12px; color: #1a7a3a; background: #e6f4ea; padding: 2px 8px; border-radius: 999px; font-weight: 600; }
.actie-nl-no { color: #a33; background: #fdecec; }
.actie-card { display: flex; flex-direction: column; gap: 10px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; }
.actie-card h3 { font-size: 16.5px; line-height: 1.35; margin: 0; }
.actie-card h3 a { color: var(--ink); text-decoration: none; }
.actie-card h3 a:hover { color: var(--primary); }
.actie-card p { font-size: 14px; color: var(--muted); margin: 0; }
.actie-card .btn { align-self: flex-start; margin-top: auto; }
.actie-card-broker { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 13.5px; color: var(--ink); }
.actie-card-top { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.acties-past { opacity: .72; }
.acties-past .actie-card { background: var(--bg-soft); }
.count-chip { font-size: 12.5px; font-weight: 700; color: var(--muted); background: var(--bg-soft); border-radius: 999px; padding: 2px 10px; vertical-align: 2px; }
.actie-banner { border-radius: var(--radius); padding: 14px 18px; margin: 0 0 22px; font-size: 14.5px; border: 1px solid var(--border); }
.actie-banner-active { background: #e6f4ea; border-color: #bfe3cc; }
.actie-banner-soon { background: #fff4e0; border-color: #f0d9a8; }
.actie-banner-past { background: var(--bg-soft); color: var(--muted); }
.actie-banner-nl { background: #fdecec; border-color: #f0c4c4; color: #7a2222; }
.actie-page-head h1 { margin-top: 8px; }
.actie-cta p { font-size: 13.5px; color: var(--muted); margin: 0 0 10px; }
.acties-block { list-style: none; margin: 14px 0 30px; padding: 0; }
.acties-block li { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 15px; }
.acties-block-title { margin-top: 2.2em; }
.section-note { font-size: 13.5px; color: var(--muted); margin-top: 14px; }

/* ===== Nieuws & acties: newsroom-lijst ===== */
.news-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.filter-chip { font: inherit; font-size: 13px; font-weight: 600; color: var(--ink); background: var(--card); border: 1px solid var(--border); border-radius: 999px; padding: 7px 16px; cursor: pointer; transition: background .15s, border-color .15s; }
.filter-chip:hover { border-color: var(--primary); }
.filter-chip.is-active { background: var(--primary); border-color: var(--primary); color: #fff; }
.news-list { border-top: 1px solid var(--border); }
.news-item { display: grid; grid-template-columns: 130px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--border); }
.news-date { font-size: 13px; color: var(--muted); padding-top: 4px; }
.news-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 8px; }
.news-broker { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--ink); }
.news-broker img { border-radius: 6px; }
.news-main h3 { font-size: 18px; line-height: 1.35; margin: 0 0 6px; }
.news-main h3 a { color: var(--ink); text-decoration: none; }
.news-main h3 a:hover { color: var(--primary); }
.news-main p { font-size: 14.5px; color: var(--muted); margin: 0 0 10px; max-width: 70ch; }
.news-more { font-size: 14px; font-weight: 600; color: var(--primary); text-decoration: none; }
.news-more:hover { text-decoration: underline; }
.actie-dates-line { font-size: 13px; color: var(--muted); margin: 0 0 14px; }
.acties-block time { font-size: 13px; color: var(--muted); min-width: 108px; }
@media (max-width: 640px) {
  .news-item { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .news-date { padding-top: 0; }
}

.actie-nl-unknown { color: #7a5b00; background: #fdf3d7; }
.actie-banner-unknown { background: #fdf3d7; border-color: #ecd9a0; color: #6b4d00; }
