/* Shared styles for legal pages (privacy.html, gebruiksvoorwaarden.html) */
/* Extracted from inline <style> blocks. */

.privacy-wrapper { max-width: 760px; margin: 0 auto; padding: 80px 24px 120px; }
        .privacy-hero { border-left: 4px solid #007d69; padding-left: 20px; margin-bottom: 56px; }
        .privacy-hero .label { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #007d69; margin-bottom: 8px; }
        .privacy-hero h1 { font-size: clamp(28px, 5vw, 40px); font-weight: 700; line-height: 1.2; color: #0d0d0d; margin-bottom: 12px; }
        .privacy-hero .meta { font-size: 14px; color: #666; }
        .privacy-section { margin-bottom: 48px; }
        .privacy-section h2 { font-size: 20px; font-weight: 700; color: #0d0d0d; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid #e8e8e8; }
        .privacy-section p { color: #333; margin-bottom: 12px; }
        .privacy-section ul { list-style: none; padding: 0; margin-bottom: 12px; }
        .privacy-section ul li { padding: 6px 0 6px 20px; position: relative; color: #333; }
        .privacy-section ul li::before { content: ''; position: absolute; left: 0; top: 15px; width: 6px; height: 6px; border-radius: 50%; background: #007d69; }
        .info-box { background: #f0faf8; border: 1px solid #b3ddd7; border-radius: 8px; padding: 20px 24px; margin: 24px 0; }
        .info-box p { margin: 0; font-size: 15px; color: #1a4f46; }
        .contact-block { background: #f7f7f7; border-radius: 8px; padding: 24px; margin-top: 16px; }
        .contact-block p { margin-bottom: 6px; color: #333; }
        .contact-block a { color: #007d69; text-decoration: none; font-weight: 600; }
        .toc { background: #f9f9f9; border-radius: 8px; padding: 24px; margin-bottom: 48px; }
        .toc h2 { font-size: 16px; font-weight: 700; margin-bottom: 12px; color: #0d0d0d; border: none; padding: 0; }
        .toc ol { padding-left: 20px; color: #333; }
        .toc ol li { margin-bottom: 4px; }
        .toc a { color: #007d69; text-decoration: none; font-size: 15px; }

/* pages/privacy.html — extracted inline style attributes */
.legal-page .pv-1 { color:#007d69; font-weight:600; }
.legal-page .pv-2 { margin-top:24px; }
.legal-page .pv-3 { border:none; border-top:1px solid #e8e8e8; margin:48px 0; }
.legal-page .pv-4 { font-size:13px; color:#999; text-align:center; }
.legal-page .pv-5 { color:#007d69; }

/* pages/gebruiksvoorwaarden.html — extracted inline style attributes */
.legal-page .gv-1 { margin-top:16px; }
.legal-page .gv-2 { color:#007d69; font-weight:600; }
.legal-page .gv-3 { border:none; border-top:1px solid #e8e8e8; margin:48px 0; }
.legal-page .gv-4 { font-size:13px; color:#999; text-align:center; }
.legal-page .gv-5 { color:#007d69; }
