/* wordpresswebsitealmelo.nl
   Aesthetic: WordPress-build / blueprint. Warm off-white + teal-groen + charcoal.
   Spline Sans (display) + Inter (body).
   AFWIJKENDE LAYOUT: blueprint/wireframe hero (rastergrond + dashed secties),
   genummerde build-pakketten, timeline. Geen em-dash. */

:root {
  --bg: #F5F7F5;
  --bg-soft: #E9EFEC;
  --bg-deep: #14211D;
  --surface: #FFFFFF;
  --ink: #1B2724;
  --ink-soft: #50605A;
  --ink-faint: #88968F;
  --line: #DEE6E1;
  --line-strong: #C6D2CB;
  --primary: #117A65;
  --primary-dark: #0C5E4E;
  --primary-soft: #DBEDE7;
  --accent: #E0A33A;
  --accent-dark: #C2871F;
  --blueprint: #117A65;
  --radius-sm: 6px; --radius: 12px; --radius-lg: 18px;
  --shadow-sm: 0 1px 2px rgba(27,39,36,0.06);
  --shadow: 0 10px 30px -12px rgba(27,39,36,0.16);
  --shadow-lg: 0 28px 55px -22px rgba(17,122,101,0.3), 0 8px 18px -10px rgba(27,39,36,0.12);
  --maxw: 1180px; --maxw-narrow: 760px;
  --font-display: "Spline Sans", 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); text-decoration: none; }
a:hover { color: var(--primary-dark); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.14; letter-spacing: -0.02em; color: var(--ink); margin: 0; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 700; }
h2 { font-size: clamp(1.65rem, 3.4vw, 2.4rem); }
h3 { font-size: 1.2rem; }
h4 { font-size: 1rem; }
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: var(--bg-deep); color: #8FA69D; 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: #C7D6CF; }
.topbar-dot { color: var(--accent); }

.nav { position: sticky; top: 0; z-index: 50; background: rgba(245,247,245,0.9); 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.12rem; letter-spacing: -0.02em; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand em { font-style: normal; color: var(--primary); }
.brand-mono { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 8px; background: var(--primary); color: #fff; font-family: var(--font-display); font-weight: 700; 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: #fff !important; padding: 0.6rem 1.1rem; border-radius: 8px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--primary-dark); }
.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.8rem 1.5rem; border-radius: 8px; 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: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--primary-dark); color: #fff; }
.btn-secondary { background: var(--surface); color: var(--ink); border-color: var(--line-strong); }
.btn-secondary:hover { border-color: var(--primary); color: var(--primary); }
.btn-gold { background: var(--accent); color: #2a2100; box-shadow: var(--shadow); }
.btn-gold:hover { background: var(--accent-dark); color: #fff; }
.btn-ghost { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 600; font-size: 0.92rem; color: var(--primary); }
.btn-ghost:hover { gap: 0.65rem; }

/* ===== HERO met blueprint ===== */
.hero { padding: clamp(3rem,7vw,5rem) 0 clamp(3rem,6vw,4.5rem); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--primary-dark); background: var(--primary-soft); padding: 0.4rem 0.85rem; border-radius: 999px; margin-bottom: 1.25rem; }
.hero h1 .accent { color: var(--primary); }
.hero .lead { max-width: 520px; margin-top: 1.25rem; }
.hero-cta-group { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-meta { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 2rem; font-size: 0.88rem; color: var(--ink-soft); }
.hero-meta strong { color: var(--ink); }

/* blueprint wireframe */
.blueprint { border: 1px solid var(--line-strong); border-radius: var(--radius-lg); background-color: var(--surface); background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 22px 22px; padding: 1.25rem; box-shadow: var(--shadow); }
.bp-box { border: 1.5px dashed var(--primary); border-radius: 8px; background: rgba(17,122,101,0.04); color: var(--primary-dark); font-family: var(--font-display); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; display: flex; align-items: center; padding: 0 0.7rem; margin-bottom: 0.7rem; }
.bp-box.header { height: 38px; justify-content: space-between; }
.bp-box.header::after { content: "menu"; opacity: 0.6; }
.bp-box.hero { height: 90px; align-items: flex-start; padding-top: 0.6rem; }
.bp-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0.7rem; }
.bp-row .bp-box { height: 60px; margin-bottom: 0; }
.bp-box.footer { height: 30px; margin-top: 0.7rem; margin-bottom: 0; }
.bp-tag { position: relative; }

/* ===== Sections ===== */
.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.1em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 0.85rem; }

/* ===== Services (build-pakketten) ===== */
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; }
.service-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-card-number { display: inline-flex; align-items: center; justify-content: center; min-width: 2.1rem; height: 2.1rem; padding: 0 0.5rem; border-radius: 8px; background: var(--primary-soft); color: var(--primary-dark); font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; margin-bottom: 1rem; }
.service-card h3 { margin-bottom: 0.5rem; }
.service-card p { color: var(--ink-soft); font-size: 0.97rem; margin-bottom: 1.1rem; }

/* ===== Timeline ===== */
.timeline { max-width: 820px; margin: 0 auto; position: relative; padding-left: 2rem; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--line-strong); }
.tl-item { position: relative; padding: 0 0 1.75rem 1.25rem; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content: ""; position: absolute; left: -2rem; top: 2px; width: 16px; height: 16px; border-radius: 50%; background: var(--surface); border: 3px solid var(--primary); }
.tl-item .n { font-family: var(--font-display); font-size: 0.8rem; color: var(--primary-dark); font-weight: 600; }
.tl-item h3 { font-size: 1.15rem; margin: 0.2rem 0 0.4rem; }
.tl-item p { color: var(--ink-soft); font-size: 0.95rem; 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: #E6EEE9; border-color: var(--bg-deep); box-shadow: var(--shadow-lg); position: relative; }
.pricing-card.featured::after { content: "Populair"; position: absolute; top: 1.25rem; right: 1.25rem; background: var(--accent); color: #2a2100; 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(--accent-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: #9FB3AB; }
.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: #9FB3AB; }
.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); 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), #2aa589); display: flex; align-items: center; justify-content: center; }
.blog-card-cover.deep { background: linear-gradient(135deg, var(--bg-deep), #1f4a3f); }
.blog-card-cover.gold { background: linear-gradient(135deg, var(--accent), #f0c878); }
.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(--accent-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); }
.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(224,163,58,0.16), transparent 60%), var(--bg-deep); color: #E6EEE9; 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: #9FB3AB; max-width: 560px; margin: 0 auto 2rem; }

/* ===== Footer ===== */
.footer { background: #101A17; color: #88968F; 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: #C7D6CF; }
.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: #88968F; 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 #1E2E29; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.82rem; }
.footer-bottom a { color: #88968F; }

/* ===== Breadcrumbs / page-header ===== */
.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); }
.page-header { padding: clamp(2.5rem,6vw,4rem) 0 clamp(2rem,4vw,3rem); border-bottom: 1px solid var(--line); background-color: var(--bg); background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 28px 28px; }
.page-header h1 { max-width: 880px; }
.page-header .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(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.75rem; box-shadow: var(--shadow-sm); }
.contact-info-item { padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
.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(--ink-faint); margin-bottom: 0.3rem; }
.contact-info-value { font-size: 1.1rem; font-weight: 600; }
.contact-info-value a { color: var(--primary); }

.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; border-bottom: 1px solid var(--line); background: var(--bg); }
.article-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 0.85rem; }
.article-header h1 { max-width: 760px; }
.article-meta { display: flex; align-items: center; gap: 0.75rem; margin-top: 1.25rem; font-size: 0.88rem; color: var(--ink-soft); }
.article-meta-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--primary); }
.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(--surface); 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) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card[style*="grid-column"] { grid-column: auto !important; }
  .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) { .footer-grid { grid-template-columns: 1fr; } }

/* === Speels thema-patroon op hero / page-header (toegevoegd 2026-05-31) ===
   Subtiele blueprint/wireframe-blokken in teal + goud, achter de content.
   Inline SVG data-URI, pointer-events:none, lage opacity, mask-fade onderaan.
   Breekt niets: content staat via z-index altijd bovenop, leesbaar en responsive. */
.hero, .page-header { position: relative; overflow: hidden; }
.hero > .container, .page-header > .container { position: relative; z-index: 1; }
.hero::before, .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.09;
  background-repeat: repeat;
  background-position: top left;
  background-size: 300px 220px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.65) 55%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.65) 55%, transparent 100%);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='300'%20height='220'%20viewBox='0%200%20300%20220'%3E%3Cg%20fill='none'%20stroke='%23117A65'%20stroke-width='2'%3E%3Crect%20x='24'%20y='20'%20width='180'%20height='130'%20rx='10'/%3E%3Cline%20x1='24'%20y1='44'%20x2='204'%20y2='44'/%3E%3Crect%20x='36'%20y='56'%20width='156'%20height='34'%20rx='5'%20stroke-dasharray='5%204'/%3E%3Crect%20x='36'%20y='100'%20width='44'%20height='38'%20rx='4'/%3E%3Crect%20x='92'%20y='100'%20width='44'%20height='38'%20rx='4'/%3E%3Crect%20x='148'%20y='100'%20width='44'%20height='38'%20rx='4'/%3E%3Crect%20x='232'%20y='150'%20width='52'%20height='52'%20rx='8'%20stroke-dasharray='5%204'/%3E%3Cline%20x1='244'%20y1='168'%20x2='272'%20y2='168'/%3E%3Cline%20x1='244'%20y1='180'%20x2='272'%20y2='180'/%3E%3Cline%20x1='244'%20y1='192'%20x2='264'%20y2='192'/%3E%3C/g%3E%3Cg%20fill='%23117A65'%3E%3Ccircle%20cx='36'%20cy='32'%20r='3'/%3E%3Ccircle%20cx='48'%20cy='32'%20r='3'/%3E%3Ccircle%20cx='60'%20cy='32'%20r='3'/%3E%3C/g%3E%3Cg%20fill='none'%20stroke='%23E0A33A'%20stroke-width='2'%3E%3Crect%20x='232'%20y='40'%20width='44'%20height='44'%20rx='6'/%3E%3Cpath%20d='M232%2062%20h44%20M254%2040%20v44'/%3E%3Cline%20x1='36'%20y1='168'%20x2='150'%20y2='168'/%3E%3Cline%20x1='36'%20y1='184'%20x2='120'%20y2='184'/%3E%3C/g%3E%3C/svg%3E");
}

/* === 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; }
