
  * { 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; }
  .breadcrumb a:hover { text-decoration: underline; }
  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; }
  h2 { font-size: 22px; font-weight: 700; margin-bottom: 16px; }
  ul { list-style: none; padding: 0; }
  ul li { padding: 8px 0; border-bottom: 1px solid #f0f2f5; }
  ul li:last-child { border-bottom: none; }
  a { color: #0070AC; }
  .btn { display: inline-block; padding: 12px 24px; background: #0070AC; color: white; text-decoration: none; border-radius: 8px; font-weight: 600; margin-right: 8px; margin-top: 8px; border: none; cursor: pointer; font-size: 15px; }
  .btn:hover { background: #005e8f; }
  .btn-outline { background: white; color: #0070AC; border: 2px solid #00A1E4; }
  .btn-whatsapp { background: #25D366; color: white; border-color: #25D366; }
  .btn-whatsapp:hover { background: #1EBE57; }
  .btn-green { background: #10b981; color: white; border-color: #10b981; }
  .btn-green:hover { background: #059669; }
  .btn-block { display: block; width: 100%; text-align: center; margin-right: 0; }
  .specs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
  .spec { background: #f0f9ff; color: #0070AC; padding: 4px 12px; border-radius: 999px; font-size: 13px; font-weight: 500; }
  .nearby-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
  .nearby-card { display: block; padding: 16px; border: 1px solid #e5e7eb; border-radius: 10px; text-decoration: none; color: #0a1628; transition: all 0.2s; }
  .nearby-card:hover { border-color: #00A1E4; background: #f0f9ff; }
  .nearby-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
  .nearby-card p { font-size: 13px; color: #6b7280; margin: 0; }
  
  /* Badge sectie */
  .badge-card { background: linear-gradient(135deg, #ECFDF5, #FFFFFF); border: 2px solid #10b981; }
  .badge-header { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
  .badge-emoji { font-size: 40px; line-height: 1; flex-shrink: 0; }
  .badge-body { display: grid; grid-template-columns: 240px 1fr; gap: 32px; align-items: start; }
  .badge-preview { text-align: center; }
  .badge-preview img { max-width: 200px; height: auto; box-shadow: 0 4px 12px rgba(0,161,228,0.2); border-radius: 12px; }
  .badge-caption { font-size: 13px; color: #6b7280; margin-top: 12px; font-style: italic; }
  .badge-actions h3 { font-weight: 700; color: #0a1628; }
  .badge-divider { text-align: center; color: #9ca3af; font-size: 13px; margin: 20px 0; position: relative; }
  .badge-divider::before, .badge-divider::after { content: ''; position: absolute; top: 50%; width: 40%; height: 1px; background: #e5e7eb; }
  .badge-divider::before { left: 0; }
  .badge-divider::after { right: 0; }
  .code-block { background: #0a1628; color: #e2e8f0; padding: 12px; border-radius: 8px; font-family: 'Monaco', 'Menlo', monospace; font-size: 11px; line-height: 1.6; overflow-x: auto; position: relative; }
  .code-block pre { margin: 0; white-space: pre-wrap; word-break: break-all; padding-right: 70px; }
  .code-block .copy-btn { position: absolute; top: 8px; right: 8px; padding: 4px 10px; background: #0070AC; color: white; border: none; border-radius: 4px; font-size: 11px; cursor: pointer; font-weight: 600; }
  .code-block .copy-btn:hover { background: #0091d4; }
  .code-block .copy-btn.copied { background: #10b981; }
  .badge-note { background: #FEF3C7; border-left: 4px solid #F59E0B; padding: 12px 16px; border-radius: 6px; margin-top: 16px; font-size: 13px; color: #78350F; }
  .badge-help { margin-top: 20px; border-top: 1px solid #d1fae5; padding-top: 16px; }
  .badge-help summary { cursor: pointer; font-weight: 600; color: #059669; user-select: none; }
  .badge-help details[open] summary { margin-bottom: 8px; }
  
  /* footer styles vervangen door .site-footer */
  @media (max-width: 720px) {
    h1 { font-size: 26px; }
    .card { padding: 20px; }
    .badge-body { grid-template-columns: 1fr; gap: 20px; }
    .badge-preview img { max-width: 160px; }
    .badge-header { flex-direction: column; align-items: flex-start; }
  }

  /* 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: #0091d4; }
  .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; }
  }

  .openingstijden { width: 100%; max-width: 420px; border-collapse: collapse; }
  .openingstijden th, .openingstijden td { text-align: left; padding: 9px 4px; border-bottom: 1px solid #f0f2f5; font-size: 15px; }
  .openingstijden th { font-weight: 600; color: #6b7280; width: 45%; }
  .openingstijden td { font-variant-numeric: tabular-nums; }
  .openingstijden td.dicht { color: #9ca3af; }
  .openingstijden tr:last-child th, .openingstijden tr:last-child td { border-bottom: none; }
  .tijden-bron { font-size: 13px; color: #9ca3af; margin-top: 10px; }
  .tijden-onbevestigd { font-size: 13.5px; color: #78350F; background: #FEF3C7; border-left: 3px solid #F59E0B; padding: 10px 14px; border-radius: 0 6px 6px 0; margin-top: 12px; }
  .visueel-verborgen { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

  .kliniek-fotos { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; margin-top: 16px; }
  .kliniek-fotos img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 10px; display: block; }
