/* ── Diensten detail page ─────────────────────────────────── */

.diensten-section-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8b95a5;
    margin: 0 0 1rem;
    padding: 0;
    border: none;
}

/* "Voor wie" audience cards */
.diensten-voor-wie-card {
    border-left: 3px solid #1E6FFF;
    padding: 0.65rem 0.9rem;
    background: rgba(30, 111, 255, 0.05);
    border-radius: 0 0.4rem 0.4rem 0;
    font-size: 0.9rem;
    line-height: 1.45;
    height: 100%;
}

/* Body descriptive content */
.diensten-body {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 1.5rem;
}
.diensten-body h2 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0a0f1e;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
}
.diensten-body h2:first-child { margin-top: 0; }
.diensten-body p { line-height: 1.75; }
.diensten-body > p:last-child {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.diensten-body ol { padding-left: 1.25rem; }
.diensten-body ol li { padding: 0.3rem 0; line-height: 1.6; }
.diensten-body table { width: 100%; font-size: 0.9rem; margin: 0.75rem 0 1.25rem; border-collapse: collapse; }
.diensten-body table th,
.diensten-body table td { padding: 0.5rem 0.75rem; border-bottom: 1px solid rgba(0,0,0,0.07); }
.diensten-body table th {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #8b95a5;
}
.diensten-body blockquote {
    border-left: 3px solid #1E6FFF;
    margin: 0 0 1.25rem;
    padding: 0.6rem 1rem;
    background: rgba(30, 111, 255, 0.05);
    border-radius: 0 0.4rem 0.4rem 0;
    font-size: 0.9rem;
}
.diensten-body blockquote p { margin: 0; }

/* Hero note (used on nis2-quickscan) */
.diensten-hero-note { opacity: 0.75; font-size: 0.875rem; margin-top: 1rem; }
.diensten-hero-note a { color: inherit; text-decoration: underline; }
