
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.6; color: #0a1628; background: #f5f7fa; }
  header { background: white; border-bottom: 1px solid #e5e7eb; padding: 16px 0; }
  header .container { max-width: 900px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; }
  header .logo { display: flex; align-items: center; gap: 0; font-weight: 800; font-size: 22px; letter-spacing: -0.02em; text-decoration: none; color: #0a1628; } header .logo img { margin-right: 10px; }
  header .logo img { width: 36px; height: 36px; }
  header .logo .nl { color: #0070AC; }
  main { max-width: 900px; margin: 0 auto; padding: 40px 20px; }
  .breadcrumb { font-size: 14px; color: #6b7280; margin-bottom: 20px; }
  .breadcrumb a { color: #0070AC; text-decoration: none; }
  h1 { font-size: 36px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px; line-height: 1.1; }
  .subtitle { font-size: 18px; color: #6b7280; margin-bottom: 32px; }
  .card { background: white; border-radius: 12px; padding: 32px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); margin-bottom: 24px; }
  .card h2 { font-size: 22px; font-weight: 700; margin-bottom: 16px; }
  .card ul { margin-left: 20px; }
  .card ul li { margin: 6px 0; }
  .clinic-card { background: white; border-radius: 12px; padding: 24px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); margin-bottom: 16px; }
  .clinic-card h3 { font-size: 20px; margin-bottom: 8px; }
  .clinic-card h3 a { color: #0a1628; text-decoration: none; }
  .clinic-card h3 a:hover { color: #00A1E4; }
  .clinic-card .addr { color: #6b7280; font-size: 15px; }
  .clinic-card .specs { color: #4a5568; font-size: 14px; margin-top: 8px; font-style: italic; }
  .clinic-card .actions { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
  .btn { display: inline-block; padding: 10px 20px; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; }
  .btn-primary { background: #0070AC; color: white; }
  .btn-primary:hover { background: #005e8f; }
  .btn-outline { background: white; color: #0070AC; border: 2px solid #00A1E4; }
  /* footer styles vervangen door .site-footer */
  @media (max-width: 720px) {
    h1 { font-size: 26px; }
    .card { padding: 20px; }
    .clinic-card { padding: 18px; }
  }

  /* Universele site header (statische pagina's) */
  .site-header { background: white; border-bottom: 1px solid #e5e7eb; padding: 14px 0; position: sticky; top: 0; z-index: 100; }
  .header-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
  .site-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #0a1628; font-weight: 800; font-size: 20px; letter-spacing: -0.02em; }
  .site-logo .logo-mark { width: 36px; height: 36px; background: linear-gradient(135deg, #00A1E4, #003E7E); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: white; }
  .site-logo .logo-mark svg { width: 22px; height: 22px; }
  .site-logo .logo-nl { color: #0070AC; }
  .site-nav { display: flex; gap: 24px; flex: 1; justify-content: center; }
  .site-nav a { color: #0a1628; text-decoration: none; font-size: 15px; font-weight: 500; }
  .site-nav a:hover { color: #00A1E4; }
  .site-cta { display: flex; align-items: center; gap: 12px; }
  .btn-aanmelden { background: #0070AC; color: white; padding: 8px 18px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 14px; }
  .btn-aanmelden:hover { background: #005e8f; }
  .mobile-menu { display: none; position: relative; }
  .mobile-menu summary { list-style: none; cursor: pointer; padding: 8px; border: none; background: none; display: flex; flex-direction: column; gap: 4px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu .hamburger span { display: block; width: 22px; height: 2px; background: #0a1628; border-radius: 2px; }
  .mobile-menu-panel { position: absolute; top: 100%; right: 0; margin-top: 8px; background: white; border: 1px solid #e5e7eb; border-radius: 12px; padding: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.08); min-width: 220px; display: flex; flex-direction: column; gap: 4px; z-index: 200; }
  .mobile-menu-panel a { padding: 10px 14px; text-decoration: none; color: #0a1628; border-radius: 8px; font-size: 15px; font-weight: 500; }
  .mobile-menu-panel a:hover { background: #f0f9ff; color: #00A1E4; }

  @media (max-width: 860px) {
    .site-nav { display: none; }
    .mobile-menu { display: block; }
    .btn-aanmelden { display: none; }
  }

  /* Universele site footer (statische pagina's) */
  .site-footer { background: #0a1628; color: rgba(255,255,255,0.7); padding: 48px 0 24px; margin-top: 60px; font-size: 14px; }
  .footer-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
  .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 32px; }
  .footer-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; color: white; margin-bottom: 12px; }
  .footer-brand .logo-mark { background: white; color: #0070AC; width: 32px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; }
  .footer-brand .logo-nl { color: #00A1E4; }
  .footer-tagline { font-size: 14px; line-height: 1.6; max-width: 320px; color: rgba(255,255,255,0.7); }
  .site-footer h3 { color: white; font-size: 14px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; }
  .site-footer ul { list-style: none; padding: 0; margin: 0; }
  .site-footer ul li { margin: 6px 0; }
  .site-footer ul li a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 14px; }
  .site-footer ul li a:hover { color: white; }
  .footer-bot { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 13px; color: rgba(255,255,255,0.6); flex-wrap: wrap; gap: 12px; }
  .footer-bot a { color: rgba(255,255,255,0.7); text-decoration: none; }
  .footer-bot a:hover { color: white; }

  @media (max-width: 720px) {
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .footer-bot { flex-direction: column; align-items: flex-start; }
  }

