  /* Header — legal subpagina */
  .header-logo { text-decoration: none; }
  .header-logo:hover { color: var(--groen-salie); }
  .header-terug { font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; color: var(--groen-donker); text-decoration: none; display: flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 100px; transition: background 0.15s, color 0.15s; }
  .header-terug:hover { background: rgba(28, 58, 42, 0.06); color: var(--groen-salie); }
  .header-terug svg { width: 14px; height: 14px; flex-shrink: 0; }

  /* Sub-hero */
  .sub-hero { background: var(--salie-waas); padding: var(--s8) 0 var(--s6); text-align: center; }
  .sub-hero h1 { font-family: 'DM Sans', sans-serif; font-size: 32px; font-weight: 700; color: var(--groen-donker); line-height: 1.2; letter-spacing: -0.01em; margin-bottom: var(--s1); }
  .sub-hero-meta { font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 400; color: var(--tekst-2); }

  /* Content */
  .sub-container { max-width: 720px; margin: 0 auto; padding: var(--s8) var(--s4) var(--s12); }

  /* Secties */
  .sectie-legal { margin-bottom: var(--s6); padding-bottom: var(--s6); border-bottom: 1px solid var(--lijn); }
  .sectie-legal:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
  .sectie-legal h2 { font-family: 'DM Sans', sans-serif; font-size: 22px; font-weight: 700; color: var(--groen-donker); line-height: 1.3; margin-bottom: var(--s3); letter-spacing: -0.005em; }
  .sectie-legal p { font-size: 16px; line-height: 1.7; color: var(--tekst); margin-bottom: var(--s2); }
  .sectie-legal ul { list-style: none; padding-left: 0; }
  .sectie-legal ul li { font-size: 16px; line-height: 1.7; color: var(--tekst); padding-left: 20px; position: relative; margin-bottom: 8px; }
  .sectie-legal ul li::before { content: '\2014'; position: absolute; left: 0; color: var(--groen-salie); font-weight: 600; }
  .sectie-legal ol { counter-reset: stap-item; list-style: none; padding-left: 0; }
  .sectie-legal ol > li { counter-increment: stap-item; font-size: 16px; line-height: 1.7; color: var(--tekst); padding-left: 28px; position: relative; margin-bottom: 12px; }
  .sectie-legal ol > li::before { content: counter(stap-item) "."; position: absolute; left: 0; font-weight: 600; color: var(--groen-salie); font-size: 14px; }
  .sectie-legal ol ul { margin-top: 8px; }
  .sectie-legal ol ul li { font-size: 15px; }
  .sectie-legal strong { font-weight: 600; color: var(--groen-donker); }
  .sectie-legal em { font-style: italic; color: var(--tekst-2); }

  /* Tabel */
  .tabel-legal { width: 100%; border-collapse: collapse; margin: var(--s2) 0 var(--s3); font-size: 15px; }
  .tabel-legal th { text-align: left; font-weight: 600; color: var(--groen-donker); padding: 10px 14px; background: var(--salie-waas); border-bottom: 2px solid var(--salie-diep); font-size: 14px; }
  .tabel-legal td { padding: 10px 14px; border-bottom: 1px solid var(--lijn); color: var(--tekst); }
  .tabel-legal tr:last-child td { border-bottom: none; }

  /* Bijlage / Formulier */
  .bijlage { background: var(--salie-waas); border-radius: var(--radius-lg); padding: var(--s4); margin-top: var(--s6); }
  .bijlage h2 { font-family: 'DM Sans', sans-serif; font-size: 20px; font-weight: 700; color: var(--groen-donker); margin-bottom: var(--s2); }
  .bijlage p { font-size: 15px; line-height: 1.7; color: var(--tekst); margin-bottom: var(--s2); }
  .bijlage .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .bijlage .field { margin-bottom: 8px; }
  .bijlage .field label { display: block; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 600; margin-bottom: 3px; color: var(--groen-donker); }
  .bijlage .field .req { color: #c0392b; }
  .bijlage .field input,
  .bijlage .field select { width: 100%; padding: 9px 12px; border: 1px solid var(--lijn); border-radius: var(--radius); font-size: 15px; font-family: 'DM Sans', sans-serif; color: var(--tekst); background: var(--wit); transition: border-color 0.15s, box-shadow 0.15s; -webkit-appearance: none; appearance: none; }
  .bijlage .field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23555' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 32px; }
  .bijlage .field input:focus,
  .bijlage .field select:focus { outline: none; border-color: var(--groen-salie); box-shadow: 0 0 0 3px rgba(58, 125, 92, 0.1); }
  .bijlage .field input:focus-visible,
  .bijlage .field select:focus-visible { outline: 3px solid var(--groen-salie); outline-offset: 2px; }
  .bijlage .field input::placeholder { color: #767676; }
  .bijlage .radio-groep { display: flex; gap: var(--s3); margin-top: 4px; }
  .bijlage .radio-groep label { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 400; color: var(--tekst); cursor: pointer; }
  .bijlage .radio-groep input[type="radio"] { width: 18px; height: 18px; accent-color: var(--groen-salie); cursor: pointer; }
  .bijlage .privacy-check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 8px; font-family: 'DM Sans', sans-serif; font-size: 13px; color: var(--tekst-2); line-height: 1.4; }
  .bijlage .privacy-check input[type="checkbox"] { width: 18px; height: 18px; margin-top: 1px; flex-shrink: 0; cursor: pointer; accent-color: var(--groen-salie); }
  .bijlage .privacy-check a { color: var(--groen-salie); text-decoration: underline; }
  .bijlage .submit-btn { width: 100%; background: var(--groen-salie); color: var(--wit); border: none; padding: 12px; border-radius: var(--radius); font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); margin-top: 2px; box-shadow: 0 2px 8px rgba(58, 125, 92, 0.25); }
  .bijlage .submit-btn:hover { background: #327050; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(58, 125, 92, 0.35); }
  .bijlage .submit-btn:disabled { background: #8bb8a0; cursor: not-allowed; transform: none; box-shadow: none; }
  .bijlage .success-msg { display: none; text-align: center; padding: var(--s5) 0 var(--s3); }
  .bijlage .success-msg .check-icon { width: 56px; height: 56px; background: var(--wit); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto var(--s2); }
  .bijlage .success-msg .check-icon svg { width: 28px; height: 28px; color: var(--groen-salie); }
  .bijlage .success-msg h4 { font-family: var(--font-body); font-size: 20px; font-weight: 700; color: var(--groen-donker); margin-bottom: 8px; }
  .bijlage .success-msg p { font-family: 'DM Sans', sans-serif; font-size: 15px; color: var(--tekst-2); }
  .bijlage-checkbox input[type="checkbox"] { appearance: none; width: 16px; height: 16px; border: 1.5px solid var(--lijn); border-radius: 3px; background: var(--wit); cursor: pointer; }

  .sub-update { text-align: center; font-size: 13px; color: var(--tekst-3); padding: var(--s4) 0; }

  /* Footer — actieve link */
  .footer-links a.actief { font-weight: 600; color: var(--groen-donker); border-bottom-color: var(--groen-salie); }

  /* Responsive */
  @media (max-width: 768px) {
    .tabel-legal { font-size: 14px; }
    .tabel-legal th, .tabel-legal td { padding: 8px 10px; }
  }
  @media (max-width: 480px) {
    .sub-hero { padding: var(--s6) 0 var(--s5); }
    .sub-hero h1 { font-size: 26px; }
    .sub-container { padding: var(--s5) var(--s3) var(--s8); }
    .sectie-legal h2 { font-size: 19px; }
    .sectie-legal p, .sectie-legal ol > li, .sectie-legal ul li { font-size: 15px; }
    .sectie-legal { margin-bottom: var(--s5); padding-bottom: var(--s5); }
    .bijlage { padding: var(--s3); }
    .bijlage .form-row { grid-template-columns: 1fr; }
    .tabel-legal { font-size: 13px; }
    .tabel-legal th, .tabel-legal td { padding: 8px; }
  }
