/* websitemarketingalmelo.nl
   Aesthetic: Growth/results. Licht met donkere full-bleed hero + stats-band.
   AFWIJKENDE LAYOUT: gecentreerde hero met metric-pills, zig-zag feature-rijen,
   horizontale stepper. Midnight #0B1F3A + emerald #10B981. Lexend + Inter. Geen em-dash. */

:root {
  --bg: #F6FAF8;
  --bg-soft: #ECF3EF;
  --bg-deep: #0B1F3A;
  --bg-deep2: #0E2746;
  --surface: #FFFFFF;
  --ink: #0E1A17;
  --ink-soft: #51605A;
  --ink-faint: #8597; /* fallback below */
  --ink-faint: #88958F;
  --line: #E0EAE5;
  --line-strong: #CBDAD2;
  --primary: #10B981;
  --primary-dark: #059669;
  --primary-soft: #D9F5EA;
  --accent: #34D399;
  --accent-dark: #059669;
  --gold: #F2C14E;
  --radius-sm: 8px; --radius: 14px; --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(14,26,23,0.06);
  --shadow: 0 8px 24px -8px rgba(14,26,23,0.14);
  --shadow-lg: 0 28px 55px -22px rgba(16,185,129,0.34), 0 8px 18px -10px rgba(14,26,23,0.12);
  --maxw: 1180px; --maxw-narrow: 760px;
  --font-display: "Lexend", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 17px; line-height: 1.65; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--primary-dark); text-decoration: none; }
a:hover { color: var(--primary); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.12; letter-spacing: -0.02em; color: var(--ink); margin: 0; }
h1 { font-size: clamp(2.3rem, 5.2vw, 3.9rem); }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.7rem); }
h3 { font-size: 1.3rem; }
h4 { font-size: 1rem; font-weight: 600; letter-spacing: 0; }
p { margin: 0 0 1rem; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; }
.container-narrow { max-width: var(--maxw-narrow); }
.accent { color: var(--primary); }
.lead { font-size: 1.2rem; line-height: 1.6; color: var(--ink-soft); }

.topbar { background: #07172B; color: #9FB3C8; font-size: 0.82rem; }
.topbar-inner { max-width: var(--maxw); margin: 0 auto; padding: 0.55rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.topbar-meta { display: flex; gap: 1.25rem; align-items: center; }
.topbar-meta a { color: #DCE6F0; }
.topbar-dot { color: var(--accent); }

.nav { position: sticky; top: 0; z-index: 50; background: rgba(246,250,248,0.92); backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 0.85rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; letter-spacing: -0.02em; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand em { font-style: normal; color: var(--primary-dark); }
.brand-mono { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 8px; background: var(--primary); color: #062a1e; font-weight: 800; font-size: 1rem; }
.nav-menu { list-style: none; display: flex; align-items: center; gap: 1.75rem; margin: 0; padding: 0; }
.nav-menu a { color: var(--ink-soft); font-weight: 500; font-size: 0.95rem; }
.nav-menu a:hover, .nav-menu a.active { color: var(--ink); }
.nav-cta { background: var(--primary); color: #052e20 !important; padding: 0.6rem 1.1rem; border-radius: 999px; font-weight: 700 !important; }
.nav-cta:hover { background: var(--primary-dark); color: #fff !important; }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.4rem; cursor: pointer; color: var(--ink); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.85rem 1.6rem; border-radius: 999px; font-weight: 600; font-size: 0.97rem; font-family: var(--font-body); cursor: pointer; border: 1px solid transparent; transition: transform 0.12s ease, background 0.18s ease; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--primary); color: #052e20; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--primary-dark); color: #fff; }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-secondary:hover { border-color: var(--primary); color: var(--primary-dark); }
.btn-gold { background: var(--gold); color: #2a2100; box-shadow: var(--shadow); }
.btn-gold:hover { filter: brightness(1.05); }
.btn-ghost { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 600; font-size: 0.92rem; color: var(--primary-dark); }
.btn-ghost:hover { gap: 0.65rem; }
/* op donkere secties */
.on-dark .btn-secondary { color: #fff; border-color: rgba(255,255,255,0.3); }
.on-dark .btn-secondary:hover { border-color: var(--accent); color: var(--accent); }

/* ===== HERO: donker, full-bleed, gecentreerd ===== */
.hero { background: radial-gradient(900px 500px at 50% -10%, var(--bg-deep2), var(--bg-deep) 60%), var(--bg-deep); color: #EAF1F8; text-align: center; padding: clamp(3.5rem,8vw,6rem) 0 clamp(3rem,6vw,5rem); overflow: hidden; }
.hero .container { max-width: 880px; }
.hero .est-stamp { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); background: rgba(52,211,153,0.12); border: 1px solid rgba(52,211,153,0.3); padding: 0.4rem 0.95rem; border-radius: 999px; }
.hero h1 { color: #fff; margin-top: 1.4rem; }
.hero h1 .accent { color: var(--accent); }
.hero .lead { color: #AEC0D2; margin: 1.25rem auto 0; max-width: 620px; }
.hero-cta-group { display: flex; gap: 0.85rem; flex-wrap: wrap; justify-content: center; margin-top: 2rem; }
.metric-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; margin-top: 2.75rem; }
.metric-pill { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 999px; padding: 0.55rem 1.1rem; font-size: 0.9rem; color: #DCE6F0; }
.metric-pill b { font-family: var(--font-display); color: var(--accent); font-weight: 700; }

/* ===== Logos / proof strip ===== */
.proof { background: var(--surface); border-bottom: 1px solid var(--line); }
.proof-inner { display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; padding: 1.5rem 0; font-size: 0.9rem; color: var(--ink-soft); }
.proof-inner strong { color: var(--ink); font-weight: 600; }

/* ===== STAT-BAND ===== */
.stat-band { background: var(--bg-deep); color: #fff; }
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; padding: 3rem 0; }
.stat { text-align: center; }
.stat-num { font-family: var(--font-display); font-weight: 700; font-size: 2.6rem; color: var(--accent); line-height: 1; }
.stat-label { font-size: 0.9rem; color: #AEC0D2; margin-top: 0.5rem; }

/* ===== FEATURE-ROWS (zig-zag) ===== */
.section { padding: clamp(3.25rem,7vw,5.5rem) 0; }
.section-header { max-width: 720px; margin-bottom: 2.75rem; }
.section-header.centered { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow { display: inline-block; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--primary-dark); margin-bottom: 0.85rem; }
.feature-rows { display: grid; gap: clamp(2.5rem,5vw,4rem); }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.feature-row:nth-child(even) .feature-visual { order: 2; }
.feature-step { display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; border-radius: 10px; background: var(--primary-soft); color: var(--primary-dark); font-family: var(--font-display); font-weight: 700; margin-bottom: 1rem; }
.feature-text h3 { font-size: 1.6rem; margin-bottom: 0.6rem; }
.feature-text p { color: var(--ink-soft); margin-bottom: 1rem; }
.feature-list { list-style: none; padding: 0; margin: 0 0 1rem; display: grid; gap: 0.5rem; }
.feature-list li { font-size: 0.95rem; padding-left: 1.6rem; position: relative; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 0.5rem; width: 13px; height: 8px; border-left: 2px solid var(--primary); border-bottom: 2px solid var(--primary); transform: rotate(-45deg); }
.feature-visual { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 1.75rem; min-height: 240px; display: flex; flex-direction: column; justify-content: center; }
/* mini chart */
.mini-chart { display: flex; align-items: flex-end; gap: 8px; height: 130px; }
.mini-chart i { flex: 1; background: linear-gradient(180deg, var(--accent), var(--primary)); border-radius: 6px 6px 0 0; }
.mini-meta { display: flex; justify-content: space-between; font-size: 0.8rem; color: var(--ink-soft); margin-top: 0.75rem; }
.visual-kpi { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.visual-kpi div { background: var(--bg-soft); border-radius: 12px; padding: 1rem; }
.visual-kpi .v { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--ink); }
.visual-kpi .l { font-size: 0.78rem; color: var(--ink-soft); }
.visual-list { display: grid; gap: 0.6rem; }
.visual-list span { display: flex; align-items: center; gap: 0.6rem; font-size: 0.95rem; font-weight: 500; }
.visual-list span::before { content: "✓"; width: 22px; height: 22px; border-radius: 50%; background: var(--primary-soft); color: var(--primary-dark); display: inline-flex; align-items: center; justify-content: center; font-size: 0.8rem; flex: 0 0 auto; }
.visual-search { background: var(--bg-soft); border-radius: 12px; padding: 0.7rem 1rem; font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 0.6rem; display: flex; align-items: center; gap: 0.5rem; }
.visual-rank { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 0.9rem; border-radius: 10px; font-size: 0.9rem; }
.visual-rank.top { background: var(--primary-soft); color: var(--primary-dark); font-weight: 600; }
.visual-rank.mid { background: var(--bg-soft); color: var(--ink-soft); }

/* ===== Stepper (proces, horizontaal) ===== */
.stepper { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; counter-reset: step; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; position: relative; }
.step-n { font-family: var(--font-display); font-weight: 700; font-size: 0.85rem; color: var(--primary-dark); letter-spacing: 0.1em; }
.step h3 { font-size: 1.1rem; margin: 0.5rem 0 0.4rem; }
.step p { font-size: 0.92rem; color: var(--ink-soft); margin: 0; }

/* ===== Pricing ===== */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; align-items: start; }
.pricing-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.75rem; display: flex; flex-direction: column; }
.pricing-card.featured { background: var(--bg-deep); color: #fff; border-color: var(--bg-deep); box-shadow: var(--shadow-lg); position: relative; }
.pricing-card.featured::after { content: "Meest gekozen"; position: absolute; top: 1.25rem; right: 1.25rem; background: var(--accent); color: #052e20; font-size: 0.7rem; font-weight: 700; padding: 0.3rem 0.7rem; border-radius: 999px; }
.pricing-card-tier { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary-dark); }
.pricing-card.featured .pricing-card-tier { color: var(--accent); }
.pricing-card h3 { margin: 0.6rem 0; }
.pricing-card.featured h3 { color: #fff; }
.pricing-description { font-size: 0.92rem; color: var(--ink-soft); min-height: 2.6rem; }
.pricing-card.featured .pricing-description { color: #AEC0D2; }
.pricing-amount { font-family: var(--font-display); font-weight: 700; font-size: 2rem; margin: 0.5rem 0 1.25rem; }
.pricing-amount .unit { font-family: var(--font-body); font-size: 0.85rem; font-weight: 500; color: var(--ink-soft); }
.pricing-card.featured .pricing-amount .unit { color: #AEC0D2; }
.pricing-features { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: 0.6rem; flex: 1; }
.pricing-features li { font-size: 0.92rem; padding-left: 1.6rem; position: relative; }
.pricing-features li::before { content: ""; position: absolute; left: 0; top: 0.45rem; width: 14px; height: 8px; border-left: 2px solid var(--primary); border-bottom: 2px solid var(--primary); transform: rotate(-45deg); }
.pricing-card.featured .pricing-features li::before { border-color: var(--accent); }

/* ===== FAQ ===== */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 0.75rem; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-question { width: 100%; text-align: left; background: none; border: 0; padding: 1.15rem 1.4rem; font-family: var(--font-body); font-weight: 600; font-size: 1.02rem; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-question::after { content: "+"; font-size: 1.4rem; color: var(--primary-dark); transition: transform 0.2s ease; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.28s ease; }
.faq-item.open .faq-answer { max-height: 600px; }
.faq-answer p { padding: 0 1.4rem 1.25rem; margin: 0; color: var(--ink-soft); }

/* ===== Blog ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.blog-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform 0.18s ease, box-shadow 0.18s ease; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.blog-card-cover { height: 150px; background: linear-gradient(135deg, var(--primary), var(--accent)); display: flex; align-items: center; justify-content: center; }
.blog-card-cover.deep { background: linear-gradient(135deg, var(--bg-deep), #16406e); }
.blog-card-cover.gold { background: linear-gradient(135deg, var(--gold), #f6d57e); }
.blog-card-cover::after { content: attr(data-letter); font-family: var(--font-display); font-weight: 700; font-size: 2rem; color: rgba(255,255,255,0.95); }
.blog-card-content { padding: 1.4rem; display: flex; flex-direction: column; flex: 1; }
.blog-card-tag { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--primary-dark); margin-bottom: 0.6rem; }
.blog-card h3 { font-size: 1.1rem; margin-bottom: 0.75rem; }
.blog-card h3 a { color: var(--ink); }
.blog-card h3 a:hover { color: var(--primary-dark); }
.blog-card-meta { font-size: 0.82rem; color: var(--ink-faint); margin-top: auto; }

/* ===== CTA ===== */
.cta-section { background: radial-gradient(700px 360px at 50% 120%, rgba(52,211,153,0.18), transparent 60%), var(--bg-deep); color: #fff; text-align: center; padding: clamp(3.5rem,8vw,5.5rem) 0; }
.cta-section h2 { color: #fff; max-width: 680px; margin: 0 auto 1rem; }
.cta-section h2 .accent { color: var(--accent); }
.cta-section p { color: #AEC0D2; max-width: 560px; margin: 0 auto 2rem; }

/* ===== Footer ===== */
.footer { background: #07172B; color: #9FB3C8; padding: 3.5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; }
.footer-brand .brand { color: #fff; margin-bottom: 1rem; }
.footer-brand .brand em { color: var(--accent); }
.footer-brand p { font-size: 0.9rem; max-width: 320px; }
.footer-contact { font-size: 0.9rem; margin-top: 1rem; line-height: 1.7; }
.footer-contact a { color: #DCE6F0; }
.footer-col h4 { color: #fff; margin-bottom: 1rem; font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.footer-col a { color: #9FB3C8; font-size: 0.92rem; }
.footer-col a:hover { color: var(--accent); }
.footer-col li { font-size: 0.92rem; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #16304d; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.82rem; }
.footer-bottom a { color: #9FB3C8; }

/* ===== Breadcrumbs / page-header (sub-pagina's) ===== */
.breadcrumbs { border-bottom: 1px solid var(--line); background: var(--bg); }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0; padding: 0.85rem 0; font-size: 0.85rem; }
.breadcrumbs li { color: var(--ink-soft); }
.breadcrumbs li + li::before { content: "/"; margin-right: 0.5rem; color: var(--ink-faint); }
.breadcrumbs a { color: var(--ink-soft); }
.breadcrumbs a:hover { color: var(--primary-dark); }
.page-header { padding: clamp(2.5rem,6vw,4rem) 0 clamp(2rem,4vw,3rem); background: var(--bg-deep); color: #fff; }
.page-header .eyebrow { color: var(--accent); }
.page-header h1 { color: #fff; max-width: 880px; }
.page-header .lead { color: #AEC0D2; }
.page-header.light { background: var(--bg); color: var(--ink); }
.page-header.light h1 { color: var(--ink); }
.page-header.light .eyebrow { color: var(--primary-dark); }
.page-header.light .lead { color: var(--ink-soft); }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 3rem; align-items: start; }
.contact-info-block { background: var(--bg-deep); color: #fff; border-radius: var(--radius-lg); padding: 1.75rem; }
.contact-info-item { padding: 0.9rem 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.contact-info-item:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-info-item:first-child { padding-top: 0; }
.contact-info-label { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.3rem; }
.contact-info-value { font-size: 1.1rem; font-weight: 600; }
.contact-info-value a { color: #fff; }
.contact-info-value a:hover { color: var(--accent); }

.form { display: grid; gap: 1.1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.4rem; }
.form input, .form select, .form textarea { width: 100%; padding: 0.75rem 0.9rem; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); font-family: var(--font-body); font-size: 0.97rem; background: var(--surface); color: var(--ink); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-soft); }
.form textarea { resize: vertical; }

/* ===== Article ===== */
.article-header { padding: clamp(2.5rem,6vw,4rem) 0 1.5rem; background: var(--bg-deep); color: #fff; }
.article-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.85rem; }
.article-header h1 { color: #fff; max-width: 760px; }
.article-meta { display: flex; align-items: center; gap: 0.75rem; margin-top: 1.25rem; font-size: 0.88rem; color: #AEC0D2; }
.article-meta-dot { width: 4px; height: 4px; border-radius: 50%; background: #5a6f86; }
.article-body { max-width: var(--maxw-narrow); margin: 0 auto; padding: 2rem 1.5rem 1rem; font-size: 1.08rem; }
.article-body h2 { margin: 2.5rem 0 1rem; }
.article-body h3 { margin: 1.75rem 0 0.6rem; }
.article-body ul { padding-left: 1.25rem; margin: 0 0 1.25rem; }
.article-body li { margin-bottom: 0.5rem; }
.article-body blockquote { margin: 1.75rem 0; padding: 1.25rem 1.5rem; border-left: 4px solid var(--primary); background: var(--primary-soft); border-radius: 0 var(--radius) var(--radius) 0; font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; }
.article-body hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0 1.5rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .feature-row { grid-template-columns: 1fr; gap: 1.75rem; }
  .feature-row:nth-child(even) .feature-visual { order: 0; }
  .stat-grid { grid-template-columns: repeat(2,1fr); gap: 2rem; }
  .stepper { grid-template-columns: 1fr 1fr; }
  .pricing-grid, .blog-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav-menu { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--surface); border-bottom: 1px solid var(--line); padding: 0.5rem 1.5rem 1rem; box-shadow: var(--shadow); display: none; }
  .nav-menu.open { display: flex; }
  .nav-menu li { padding: 0.4rem 0; }
  .nav-cta { text-align: center; margin-top: 0.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .topbar-meta:first-child { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 480px) { .stat-grid { grid-template-columns: 1fr 1fr; } .stepper { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } }

/* === Meer ruimte boven kopjes binnen lopende tekst (toegevoegd 2026-05-25) === */
.container-narrow h2, .article-body h2, .prose h2 { margin-top: 3rem; }
.container-narrow h3, .article-body h3, .prose h3 { margin-top: 2rem; }
.container-narrow > h2:first-child, .article-body > h2:first-child,
.container-narrow > h3:first-child, .article-body > h3:first-child { margin-top: 0; }
.container-narrow h2 + h3, .article-body h2 + h3,
.container-narrow h3 + h3, .article-body h3 + h3 { margin-top: 0.75rem; }

/* === Inhoudsopgave (kennisbank-gidsen, toegevoegd 2026-05-31) === */
.toc { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--primary); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.25rem 1.5rem; margin: 0 0 2.25rem; }
.toc-title { font-family: var(--font-display); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary-dark); margin: 0 0 0.75rem; }
.toc ol { margin: 0; padding-left: 1.25rem; display: grid; gap: 0.4rem; }
.toc li { font-size: 0.97rem; }
.toc a { color: var(--ink-soft); }
.toc a:hover { color: var(--primary-dark); }

/* === Speels thema-patroon achter donkere koppen (groei/verkeer, toegevoegd 2026-05-31) === */
/* Opwaartse stijgende lijngrafiek + pijltjes in emerald, subtiel achter de content. */
.hero, .page-header, .article-header { position: relative; overflow: hidden; }
.hero > .container, .page-header > .container, .article-header > .container { position: relative; z-index: 1; }
.hero::before, .page-header::before, .article-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='240' viewBox='0 0 360 240' fill='none'%3E%3Cg stroke='%2334D399' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 200 L90 150 L150 170 L220 100 L300 60'/%3E%3Cpath d='M275 64 L300 60 L296 86' stroke-width='2'/%3E%3C/g%3E%3Cg stroke='%2334D399' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' opacity='0.55'%3E%3Cpath d='M40 30 L60 12 L80 30'/%3E%3Cpath d='M60 12 L60 42'/%3E%3Cpath d='M150 60 L168 44 L186 60'/%3E%3Cpath d='M168 44 L168 70'/%3E%3Cpath d='M320 150 L338 134 L356 150'/%3E%3Cpath d='M338 134 L338 162'/%3E%3C/g%3E%3Cg fill='%2334D399' opacity='0.5'%3E%3Crect x='30' y='205' width='10' height='24' rx='2'/%3E%3Crect x='48' y='192' width='10' height='37' rx='2'/%3E%3Crect x='66' y='180' width='10' height='49' rx='2'/%3E%3Crect x='84' y='160' width='10' height='69' rx='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 360px 240px;
  -webkit-mask-image: linear-gradient(115deg, rgba(0,0,0,0.85), rgba(0,0,0,0.15) 65%, transparent);
  mask-image: linear-gradient(115deg, rgba(0,0,0,0.85), rgba(0,0,0,0.15) 65%, transparent);
}
.page-header.light::before { opacity: 0.06; }
@media (max-width: 600px) { .hero::before, .page-header::before, .article-header::before { background-size: 300px 200px; opacity: 0.07; } }
