body.page-template-template-over-profiel,
body.page-template-template-over-voordelen,
body.page-template-template-over-werking,
body.page-template-template-over-brandbestrijding {
    font-family: 'Inter', sans-serif;
}

.breadcrumb { padding: 0.85rem 0; border-bottom: 1px solid #111; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 300; color: #9E9E9E; }
.breadcrumb .container { display: flex; align-items: center; gap: 0.5rem; flex-wrap: nowrap; min-width: 0; }
.breadcrumb a, .breadcrumb .sep { flex-shrink: 0; }
.breadcrumb a { font-size: 13px; color: #9E9E9E; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { color: #555; }
.breadcrumb .current { color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; flex: 0 1 auto; }

/* Blog/longread container */
.article-wrap { padding: 4rem 0 5rem; }
.article-wrap .article { max-width: 840px; margin: 0 auto; padding: 0 1.5rem; }

/* Article header */
.art-head { margin-bottom: 2.5rem; }
.art-head .kicker { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.45rem 0.85rem; background: rgba(211, 47, 47, 0.12); color: var(--color-primary); border-radius: 999px; font: 600 11px/1 'Inter', sans-serif; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1.5rem; }
.art-head h1 { font: 700 clamp(2rem, 4.5vw, 2.85rem)/1.15 'Montserrat', sans-serif; color: #fff; margin: 0 0 1rem; letter-spacing: -0.01em; }
.art-head .subtitle { font: 300 1.2rem/1.55 'Inter', sans-serif; color: #c9c9c9; margin-bottom: 1.75rem; }

/* Featured image */
.art-hero { margin: 0 0 2.5rem; position: relative; min-height: 340px; background: linear-gradient(135deg, #161616 0%, #1e1e1e 100%); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.art-hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.art-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.65) 100%); pointer-events: none; }
.art-hero .caption { position: absolute; bottom: 0.75rem; right: 1.25rem; font: italic 400 11.5px/1.4 'Inter', sans-serif; color: #c9c9c9; z-index: 2; text-shadow: 0 1px 4px rgba(0,0,0,0.8); }

/* Body text */
.art-body p { font: 300 1.05rem/1.7 'Inter', sans-serif; color: #d8d8d8; margin-bottom: 1.4rem; }
.art-body p.lede { font-size: 1.2rem; line-height: 1.65; color: #fff; margin-bottom: 1.75rem; font-weight: 400; }

.art-body h2 { font: 700 1.55rem/1.25 'Montserrat', sans-serif; color: #fff; margin: 4rem 0 1.25rem; scroll-margin-top: 6rem; display: flex; align-items: baseline; gap: 0.85rem; flex-wrap: wrap; }
.art-body h2 .class-tag { font: 600 12px/1 'Inter', sans-serif; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-primary); padding: 0.4rem 0.7rem; background: rgba(211, 47, 47, 0.12); border-radius: 999px; }
.art-body h3 { font: 700 1.15rem/1.3 'Montserrat', sans-serif; color: #fff; margin: 3rem 0 1rem; }
.art-body strong { color: #fff; font-weight: 600; }

.art-body ul { list-style: none; padding: 0; margin: 0 0 1.6rem; display: grid; gap: 0.5rem; }
.art-body ul li { position: relative; padding-left: 1.5rem; font: 300 1rem/1.65 'Inter', sans-serif; color: #d8d8d8; }
.art-body ul li::before { content: '✓'; position: absolute; left: 0; top: 1px; color: var(--color-primary); font-weight: 700; font-family: 'Inter', sans-serif; }

.art-body ol { list-style: none; padding: 0; margin: 0 0 1.75rem; display: grid; gap: 0.85rem; counter-reset: olcount; }
.art-body ol li { position: relative; padding: 1.1rem 1.25rem 1.15rem 3.75rem; background: #0c0c0c; border: 1px solid #1a1a1a; border-radius: 0.5rem; font: 300 0.97rem/1.6 'Inter', sans-serif; color: #b9b9b9; counter-increment: olcount; transition: border-color .2s, transform .2s; }
.art-body ol li:hover { border-color: #2a2a2a; transform: translateX(2px); }
.art-body ol li::before { content: counter(olcount, decimal-leading-zero); position: absolute; left: 1.1rem; top: 1.05rem; width: 30px; height: 30px; border-radius: 50%; background: rgba(211, 47, 47, 0.12); color: var(--color-primary); display: flex; align-items: center; justify-content: center; font: 700 12px/1 'Montserrat', sans-serif; letter-spacing: 0.04em; }
.art-body ol li strong { display: block; margin-bottom: 0.3rem; color: #fff; font-weight: 600; font-size: 1.02rem; font-family: 'Inter', sans-serif; }

/* Pull quote */
.pullquote { margin: 4rem -1rem; padding: 1.75rem 2rem; border-left: 3px solid var(--color-primary); background: #0a0a0a; font: 600 1.3rem/1.45 'Montserrat', sans-serif; color: #fff; }
.pullquote .attrib { display: block; margin-top: 0.85rem; font: 500 12px/1 'Inter', sans-serif; letter-spacing: 0.2em; text-transform: uppercase; color: #777; }

/* Inline image */
.inline-fig { margin: 3.5rem -1rem; position: relative; }
.inline-fig .img { position: relative; min-height: 280px; background: linear-gradient(135deg, #161616 0%, #1e1e1e 100%); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 1.5rem; }
.inline-fig .img img { position: relative; z-index: 1; max-width: 90%; max-height: 320px; opacity: 0.95; }
.inline-fig figcaption { margin-top: 0.85rem; font: italic 400 13px/1.55 'Inter', sans-serif; color: #9E9E9E; text-align: center; }
.inline-fig figcaption strong { color: #c9c9c9; font-style: normal; font-weight: 600; }

/* Info / glossary box (WGK) */
.info-box { margin: 4rem -1rem; padding: 1.5rem 1.75rem; background: linear-gradient(135deg, #0e0e0e 0%, #0a0a0a 100%); border: 1px solid #1f1f1f; border-left: 3px solid var(--color-primary); border-radius: 0.5rem; }
.info-box .head { display: flex; align-items: center; gap: 0.85rem; margin-bottom: 1rem; }
.info-box .head .icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(211, 47, 47, 0.15); color: var(--color-primary); display: flex; align-items: center; justify-content: center; font: 700 0.95rem/1 'Montserrat', sans-serif; }
.info-box .head h4 { font: 700 1.05rem/1.2 'Montserrat', sans-serif; color: #fff; margin: 0; }
.info-box .head .label { font: 500 10px/1 'Inter', sans-serif; letter-spacing: 0.25em; text-transform: uppercase; color: var(--color-primary); display: block; margin-bottom: 0.2rem; }
.info-box p { font: 400 0.95rem/1.6 'Inter', sans-serif; color: #c9c9c9; margin-bottom: 0.7rem; }
.info-box p:last-child { margin-bottom: 0; }
.info-box strong { color: #fff; font-weight: 600; }

/* Ratio / mengverhouding table (brandbestrijding) */
.ratio-table { margin: 3rem -1rem; border: 1px solid #1a1a1a; border-radius: 0.5rem; overflow: hidden; }
.ratio-table .row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; border-bottom: 1px solid #161616; }
.ratio-table .row:last-child { border-bottom: 0; }
.ratio-table .row.head { background: #0a0a0a; }
.ratio-table .row.head .cell { color: var(--color-primary); font: 600 11px/1 'Inter', sans-serif; letter-spacing: 0.2em; text-transform: uppercase; }
.ratio-table .cell { padding: 1rem 1.25rem; font: 400 14px/1.5 'Inter', sans-serif; color: #c9c9c9; border-right: 1px solid #161616; }
.ratio-table .cell:last-child { border-right: 0; }
.ratio-table .row:not(.head) .cell:nth-child(2),
.ratio-table .row:not(.head) .cell:nth-child(3) { color: #fff; font-weight: 600; }

/* Inline CTA mid-article */
.inline-cta { margin: 4rem -1rem; padding: 1.75rem 2rem; background: linear-gradient(135deg, #1a0a0a 0%, #0e0707 100%); border: 1px solid #2a1212; border-radius: 0.5rem; display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center; }
.inline-cta .text h4 { font: 700 1.15rem/1.25 'Montserrat', sans-serif; color: #fff; margin-bottom: 0.4rem; }
.inline-cta .text p { font: 400 13.5px/1.55 'Inter', sans-serif; color: #c9c9c9; margin: 0; }
.inline-cta .btn-i { padding: 0.85rem 1.5rem; background: var(--color-primary); color: #fff; border-radius: 0.4rem; font: 600 13px/1 'Inter', sans-serif; letter-spacing: 0.05em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 0.5rem; white-space: nowrap; }
.inline-cta .btn-i:hover { background: #b02525; }

/* Article footer — tags */
.art-foot { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #1a1a1a; }
.art-foot .tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.art-foot .tags .tag { padding: 0.5rem 0.85rem; background: #0e0e0e; border: 1px solid #1f1f1f; border-radius: 999px; font: 500 12px/1 'Inter', sans-serif; color: #c9c9c9; }
.art-foot .tags .tag:hover { border-color: var(--color-primary); color: #fff; }

/* Related */
.related { padding: 4rem 0 5rem; }
.related .container { max-width: 960px; }
.related h3 { font: 700 1.2rem/1.2 'Montserrat', sans-serif; color: #fff; margin-bottom: 1.5rem; text-align: center; letter-spacing: 0.05em; }
.related .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.related .rel-card { display: block; padding: 0; background: #0e0e0e; border: 1px solid #1a1a1a; border-radius: 0.5rem; text-decoration: none; transition: border-color .2s, transform .2s; overflow: hidden; }
.related .rel-card:hover { border-color: var(--color-primary); transform: translateY(-2px); }
.related .rel-card .img { min-height: 140px; background: linear-gradient(135deg, #161616 0%, #1e1e1e 100%); border-radius: 0; margin: 0; position: relative; overflow: hidden; }
.related .rel-card .img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.related .rel-card .num { display: block; padding: 1.1rem 1.25rem 0; font: 700 11px/1 'Montserrat', sans-serif; color: var(--color-primary); letter-spacing: 0.2em; }
.related .rel-card h4 { padding: 0.3rem 1.25rem 1.25rem; font: 700 0.95rem/1.3 'Montserrat', sans-serif; color: #fff; margin: 0; }

@media (max-width: 800px) {
    .pullquote, .inline-fig, .info-box, .inline-cta, .ratio-table { margin-left: 0; margin-right: 0; }
    .inline-cta { grid-template-columns: 1fr; }
    .related .grid { grid-template-columns: 1fr; }
    .ratio-table .row { grid-template-columns: 1.5fr 0.9fr 0.6fr; }
    .ratio-table .cell { padding: 0.75rem 0.75rem; font-size: 13px; }
    .ratio-table .row.head .cell { font-size: 10px; letter-spacing: 0.15em; padding: 0.65rem 0.75rem; }
}
@media (max-width: 480px) {
    .ratio-table .cell { padding: 0.6rem 0.55rem; font-size: 12px; }
    .ratio-table .row.head .cell { font-size: 9px; padding: 0.55rem 0.55rem; }
}
