:root {
    --rood: #FF0500; --rood-donker: #CC0400; --rood-licht: #FFF0F0;
    --blauw: #3775C2; --blauw-donker: #2A5EA0; --blauw-licht: #EBF2FB;
    --oranje: #FF0500; --oranje-donker: #CC0400; --oranje-licht: #FFF0F0;
    --donker: #3775C2; --donker-2: #2A5EA0;
    --grijs: #555555; --grijs-licht: #F4F7FB;
    --wit: #FFFFFF; --border: #D0E0F2; --tekst: #1A1A1A;
    --font-display: 'Playfair Display', Georgia, serif;
    --font-body: 'Source Sans 3', sans-serif;
    --radius: 6px; --radius-lg: 12px;
    --schaduw: 0 2px 16px rgba(55,117,194,0.10);
    --schaduw-hover: 0 6px 28px rgba(55,117,194,0.18);
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--font-body); color: #1A1A1A; background: #fff; font-size: 16px; line-height: 1.7; }
  img { max-width: 100%; display: block; }
  a { text-decoration: none; color: inherit; }

  .topbar { background: #2A5EA0; color: #D0E4FF; font-size: 13px; padding: 8px 0; }
  .topbar-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
  .topbar a { color: #D0E4FF; transition: color 0.2s; }
  .topbar a:hover { color: var(--rood); }
  .topbar-links { display: flex; gap: 20px; align-items: center; }
  .topbar-links span { color: rgba(255,255,255,0.3); }

  nav { background: #fff; border-bottom: 3px solid var(--blauw); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,0.07); }
  .nav-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
  .logo { display: flex; align-items: center; }
  .nav-links { display: flex; align-items: center; gap: 4px; }
  .nav-links a { font-size: 14px; font-weight: 500; color: #1A1A1A; padding: 8px 14px; border-radius: var(--radius); transition: all 0.2s; }
  .nav-links a:hover { color: var(--rood); background: var(--rood-licht); }
  .nav-links .dropdown { position: relative; }
  .nav-links .dropdown-menu { position: absolute; top: calc(100% + 8px); left: 0; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--schaduw-hover); min-width: 220px; padding: 8px 0; display: none; }
  .nav-links .dropdown:hover .dropdown-menu { display: block; }
  .nav-links .dropdown-menu a { display: block; padding: 10px 16px; border-radius: 0; font-size: 14px; }
  .nav-links .dropdown-menu a:hover { background: var(--rood-licht); color: var(--rood); }
  .nav-cta { background: var(--rood) !important; color: white !important; padding: 10px 20px !important; border-radius: var(--radius) !important; font-weight: 600 !important; }
  .nav-cta:hover { background: var(--rood-donker) !important; }
  .hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
  .hamburger span { display: block; width: 24px; height: 2px; background: #1A1A1A; margin: 5px 0; }
  .mobile-nav { display: none; background: white; border-top: 1px solid var(--border); padding: 16px 24px; }
  .mobile-nav.open { display: block; }
  .mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 15px; font-weight: 500; color: #1A1A1A; }
  .mobile-nav a:last-child { border-bottom: none; }

  /* Page hero */
  .page-hero { background: linear-gradient(150deg, #2A5EA0 0%, #3775C2 100%); color: white; padding: 60px 24px; }
  .page-hero-inner { max-width: 1140px; margin: 0 auto; }
  .breadcrumb { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 16px; display: flex; align-items: center; gap: 6px; }
  .breadcrumb a { color: rgba(255,255,255,0.6); }
  .breadcrumb a:hover { color: white; }
  .page-hero h1 { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; line-height: 1.15; margin-bottom: 16px; }
  .page-hero h1 em { color: var(--rood); font-style: normal; }
  .page-hero p { font-size: 17px; color: #D0E4FF; max-width: 620px; line-height: 1.7; }
  .page-hero-meta { display: flex; gap: 24px; margin-top: 28px; flex-wrap: wrap; }
  .page-hero-badge { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: white; font-size: 13px; font-weight: 500; padding: 6px 14px; border-radius: 20px; display: flex; align-items: center; gap: 6px; }

  /* Content sections */
  .section { padding: 64px 24px; }
  .section-licht { background: var(--grijs-licht); }
  .container { max-width: 1140px; margin: 0 auto; }
  .content-grid { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: start; }
  .content-body h2 { font-family: var(--font-display); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700; color: #1A1A1A; margin-bottom: 16px; line-height: 1.25; }
  .content-body h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: #1A1A1A; margin: 28px 0 10px; }
  .content-body p { color: #333; margin-bottom: 16px; line-height: 1.75; }
  .content-body ul { margin: 0 0 16px 0; padding-left: 0; list-style: none; }
  .content-body ul li { display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; color: #333; border-bottom: 1px solid var(--border); font-size: 15px; }
  .content-body ul li:last-child { border-bottom: none; }
  .content-body ul li::before { content: '✓'; color: white; background: var(--rood); border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 2px; }

  /* Sidebar */
  .sidebar { display: flex; flex-direction: column; gap: 20px; }
  .sidebar-kaart { background: white; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; }
  .sidebar-kaart.blauw { background: linear-gradient(150deg, #2A5EA0, #3775C2); color: white; border: none; }
  .sidebar-kaart.blauw h3 { color: white; }
  .sidebar-kaart.blauw p { color: #D0E4FF; }
  .sidebar-kaart h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; color: #1A1A1A; }
  .sidebar-kaart p { font-size: 14px; color: #555; margin-bottom: 16px; line-height: 1.65; }
  .btn-primary { background: var(--rood); color: white; padding: 12px 22px; border-radius: var(--radius); font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; box-shadow: 0 4px 16px rgba(255,5,0,0.25); }
  .btn-primary:hover { background: var(--rood-donker); transform: translateY(-1px); }
  .btn-block { display: flex; width: 100%; justify-content: center; }
  .sidebar-links { list-style: none; }
  .sidebar-links li { border-bottom: 1px solid var(--border); }
  .sidebar-links li:last-child { border-bottom: none; }
  .sidebar-links a { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; font-size: 14px; font-weight: 500; color: #1A1A1A; transition: color 0.2s; }
  .sidebar-links a:hover { color: var(--rood); }
  .sidebar-links a::after { content: '→'; color: var(--rood); }
  .sidebar-links a.active { color: var(--rood); font-weight: 600; }

  /* Stappen */
  .stappen { counter-reset: stap; display: flex; flex-direction: column; gap: 0; }
  .stap { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--border); }
  .stap:last-child { border-bottom: none; }
  .stap-nr { width: 44px; height: 44px; background: var(--blauw); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; flex-shrink: 0; }
  .stap-tekst h4 { font-weight: 600; font-size: 15px; color: #1A1A1A; margin-bottom: 4px; }
  .stap-tekst p { font-size: 14px; color: #555; margin: 0; line-height: 1.6; }

  /* Voordelen grid */
  .voordelen-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 8px; }
  .voordeel-kaart { background: white; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; transition: all 0.25s; }
  .voordeel-kaart:hover { box-shadow: var(--schaduw-hover); transform: translateY(-2px); }
  .voordeel-icoon { width: 44px; height: 44px; background: var(--rood-licht); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
  .voordeel-icoon svg { width: 22px; height: 22px; fill: var(--rood); }
  .voordeel-kaart h4 { font-weight: 600; font-size: 15px; color: #1A1A1A; margin-bottom: 6px; }
  .voordeel-kaart p { font-size: 13px; color: #555; line-height: 1.6; margin: 0; }

  /* Section header */
  .section-kop { font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--rood); margin-bottom: 10px; }
  .section-titel { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 700; color: #1A1A1A; margin-bottom: 16px; line-height: 1.2; }
  .section-intro { font-size: 16px; color: #555; max-width: 600px; line-height: 1.7; }

  /* FAQ */
  .faq { display: flex; flex-direction: column; gap: 0; }
  .faq-item { border-bottom: 1px solid var(--border); }
  .faq-vraag { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; font-weight: 600; font-size: 15px; cursor: pointer; color: #1A1A1A; gap: 16px; }
  .faq-vraag::after { content: '+'; color: var(--rood); font-size: 20px; font-weight: 400; flex-shrink: 0; }
  .faq-item.open .faq-vraag::after { content: '−'; }
  .faq-antwoord { font-size: 14px; color: #555; line-height: 1.7; padding-bottom: 16px; display: none; }
  .faq-item.open .faq-antwoord { display: block; }

  /* CTA balk */
  .cta-balk { background: linear-gradient(150deg, #2A5EA0 0%, #3775C2 100%); color: white; padding: 64px 24px; text-align: center; position: relative; overflow: hidden; }
  .cta-balk-inner { max-width: 680px; margin: 0 auto; position: relative; }
  .cta-balk h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; margin-bottom: 14px; line-height: 1.2; }
  .cta-balk p { color: #D0E4FF; font-size: 17px; margin-bottom: 32px; }
  .cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
  .btn-white { background: white; color: #1A1A1A; padding: 14px 28px; border-radius: var(--radius); font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; }
  .btn-white:hover { background: var(--grijs-licht); transform: translateY(-1px); }

  /* Footer */
  footer { background: #2A5EA0; color: #D0E4FF; padding: 56px 24px 0; }
  .footer-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
  .footer-logo-naam { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: white; margin-bottom: 12px; }
  .footer-over { font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
  .footer-contact-item { display: flex; align-items: center; gap: 8px; font-size: 14px; margin-bottom: 8px; color: #D0E4FF; }
  .footer-contact-item svg { width: 16px; height: 16px; fill: var(--rood); flex-shrink: 0; }
  .footer-kop { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: white; margin-bottom: 16px; }
  .footer-links { list-style: none; }
  .footer-links li { margin-bottom: 8px; }
  .footer-links a { font-size: 14px; color: #D0E4FF; transition: color 0.2s; display: flex; align-items: center; gap: 6px; }
  .footer-links a:hover { color: var(--rood); }
  .footer-links a::before { content: '→'; color: var(--rood); font-size: 12px; }
  .footer-bottom { max-width: 1140px; margin: 0 auto; padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.15); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; color: rgba(255,255,255,0.4); }
  .footer-bottom a { color: rgba(255,255,255,0.5); }
  .footer-bottom a:hover { color: var(--rood); }

  /* Contact form */
  .form-group { margin-bottom: 18px; }
  .form-group label { display: block; font-size: 14px; font-weight: 600; color: #1A1A1A; margin-bottom: 6px; }
  .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius); font-family: var(--font-body); font-size: 15px; color: #1A1A1A; background: white; transition: border 0.2s; outline: none; }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blauw); box-shadow: 0 0 0 3px rgba(55,117,194,0.12); }
  .form-group textarea { resize: vertical; min-height: 120px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

  @media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) { .nav-links { display: none; } .hamburger { display: block; } .footer-grid { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } }

/* Shared helper and component classes */
.logo-image { height: 64px; width: 320px; object-fit: cover; object-position: center center; display: block; }
.topbar-alert-link { color: #FFE0DF; font-weight: 600; }
.mobile-call-link { color: #FF0500; font-weight: 700; }
.mobile-call-link-home { color: var(--oranje); font-weight: 700; }
.is-inline-flex { display: inline-flex; }
.cta-inline-link { margin-top: 8px; display: inline-flex; }
.button-large { font-size: 16px; padding: 14px 32px; }
.spacing-top-8 { margin-top: 8px; }
.spacing-top-10 { margin-top: 10px; }
.spacing-top-36 { margin-top: 36px; }
.spacing-top-40 { margin-top: 40px; }
.text-link-accent { color: var(--rood); }
.text-muted { color: #555; }
.text-dark { color: #1A1A1A; }
.text-size-14 { font-size: 14px; }
.footer-contact-link { color: #D0E4FF; }
.footer-inline-links { display: flex; gap: 16px; }
.kvk-muted { margin-top: 20px; color: rgba(255,255,255,0.5); }
.border-top-muted { border-top: 1px solid var(--border); }
.border-top-accent { border-top: 3px solid var(--rood); }
.text-small-muted { font-size: 14px; color: #555; margin: 0; }
.text-small-accent-link { font-size: 13px; font-weight: 600; color: var(--rood); }
.text-muted-mb12 { font-size: 14px; color: #555; margin-bottom: 12px; }
.text-muted-mb32 { color: #555; margin-bottom: 32px; }
.content-container-narrow { max-width: 780px; }
.legal-signoff { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--border); color: #555; font-size: 14px; }
.list-no-style { list-style: none; }
.news-article-item { padding-bottom: 32px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.news-article-title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; margin-bottom: 12px; color: #1A1A1A; }
.review-highlight-card { background: var(--grijs-licht); border-radius: var(--radius-lg); padding: 20px 24px; border-left: 4px solid var(--rood); }
.review-highlight-quote { font-style: italic; color: #333; margin-bottom: 8px; }
.reviews-stack { display: flex; flex-direction: column; gap: 16px; margin-top: 8px; }
.contact-info-stack { display: flex; flex-direction: column; gap: 12px; margin-top: 4px; }
.contact-info-row { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.opening-hours-table { width: 100%; font-size: 14px; border-collapse: collapse; }
.opening-hours-label { padding: 6px 0; color: #555; }
.text-right-strong { text-align: right; font-weight: 600; }
.text-right-accent { text-align: right; font-weight: 600; color: var(--rood); }
.facts-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.facts-row-last { display: flex; justify-content: space-between; padding: 10px 0; font-size: 14px; }
.form-success-message { display: none; margin-top: 16px; padding: 16px; background: #f0fff4; border: 1px solid #68d391; border-radius: 8px; color: #276749; font-weight: 500; }
