*{box-sizing:border-box}body{font-family:Arial,sans-serif;margin:0;background:#f5f7fb;color:#0f172a}.layout{display:flex;min-height:100vh}.side{width:270px;background:linear-gradient(180deg,#061733,#071f45);color:white;padding:24px 18px;position:fixed;top:0;bottom:0}.logo{font-size:24px;font-weight:800;margin-bottom:25px}.logo span{color:#60a5fa}.side a{display:block;color:#dbeafe;text-decoration:none;padding:12px 14px;border-radius:10px;margin:5px 0}.side a:hover{background:#1d4ed8}.group{font-size:12px;color:#93c5fd;margin:22px 8px 8px}.main{margin-left:270px;width:calc(100% - 270px)}.top{height:70px;background:white;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 26px}.wrap{padding:24px}.hero{border-radius:20px;background:linear-gradient(90deg,#eff6ff,#fff);min-height:150px;display:flex;align-items:center;justify-content:space-between;padding:30px;margin-bottom:18px}.hero h1{font-size:32px;margin:0}.herobox{background:white;border-radius:18px;padding:20px;box-shadow:0 10px 25px #0001;font-size:24px;font-weight:800}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.card{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:20px;box-shadow:0 10px 25px #00000008;margin-bottom:18px}.score{font-size:34px;font-weight:800}.small{font-size:13px;color:#64748b}.btn,button{display:inline-block;background:#1d4ed8;color:white;text-decoration:none;border:0;border-radius:12px;padding:12px 16px;margin:4px;cursor:pointer}.btn2{background:#e5e7eb;color:#111827}.risk{background:#fee2e2}.warn{background:#fef3c7}.good{background:#dcfce7}.primary{background:#eff6ff;border-left:6px solid #2563eb}.topic{background:#f8fafc;border:1px solid #e5e7eb;border-left:5px solid #2563eb;border-radius:14px;padding:16px;margin-bottom:14px}.extra{background:#ecfdf5;border-left:5px solid #16a34a;border-radius:14px;padding:16px;margin-bottom:14px}.choice{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.choice label{background:white;border:1px solid #cbd5e1;border-radius:12px;padding:13px;text-align:center;cursor:pointer}input,select,textarea{width:100%;padding:12px;margin:6px 0 12px;border:1px solid #cbd5e1;border-radius:10px;font-size:16px}table{width:100%;border-collapse:collapse}td,th{border-bottom:1px solid #e5e7eb;padding:12px;text-align:left}th{color:#475569}.badge{display:inline-block;border-radius:999px;padding:5px 10px;font-size:12px}.login{max-width:430px;margin:70px auto}.orgnode{display:inline-block;background:#dbeafe;border-radius:8px;padding:8px 14px;margin:8px}@media(max-width:850px){.side{position:relative;width:100%;height:auto}.layout{display:block}.main{margin-left:0;width:100%}.choice{grid-template-columns:1fr}.hero{display:block}.top{display:block;height:auto;padding:14px}.grid{grid-template-columns:1fr}}
.copyright{text-align:center;color:#64748b;font-size:12px;padding:18px;margin-top:24px}
.protectbox{background:#fff7ed;border-left:6px solid #f97316;border-radius:18px;padding:18px;margin-bottom:18px}

.landing{
  min-height:100vh;
  background:linear-gradient(135deg,#061733 0%,#123b78 45%,#f5f7fb 45%,#ffffff 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
}
.landing-card{
  width:min(1180px,100%);
  background:white;
  border-radius:28px;
  box-shadow:0 30px 80px rgba(0,0,0,.22);
  overflow:hidden;
  display:grid;
  grid-template-columns:1.1fr .9fr;
}
.landing-left{padding:48px}
.landing-left h1{font-size:48px;line-height:1.05;margin:0 0 18px}
.landing-left p{font-size:19px;color:#475569;line-height:1.55}
.landing-actions{margin-top:28px}
.landing-btn{
  display:inline-block;
  padding:15px 20px;
  border-radius:14px;
  margin:6px;
  text-decoration:none;
  font-weight:700;
}
.landing-btn.primary-btn{background:#1d4ed8;color:white}
.landing-btn.light-btn{background:#e5e7eb;color:#111827}
.landing-right{
  background:linear-gradient(180deg,#eff6ff,#dbeafe);
  padding:40px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.feature{background:white;border-radius:16px;padding:16px;margin:10px 0;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.demo-note{font-size:13px;color:#64748b;margin-top:20px}
@media(max-width:850px){.landing-card{grid-template-columns:1fr}.landing-left h1{font-size:34px}}

.org-wrap{overflow:auto;padding:20px;background:#f8fafc;border-radius:18px}
.org-tree ul{padding-top:20px;position:relative;display:flex;justify-content:center;gap:12px}
.org-tree li{list-style-type:none;text-align:center;position:relative;padding:20px 5px 0 5px}
.org-tree li::before,.org-tree li::after{content:'';position:absolute;top:0;right:50%;border-top:1px solid #94a3b8;width:50%;height:20px}
.org-tree li::after{right:auto;left:50%;border-left:1px solid #94a3b8}
.org-tree li:only-child::after,.org-tree li:only-child::before{display:none}
.org-tree li:only-child{padding-top:0}
.org-tree li:first-child::before,.org-tree li:last-child::after{border:0 none}
.org-tree li:last-child::before{border-right:1px solid #94a3b8;border-radius:0 6px 0 0}
.org-tree li:first-child::after{border-radius:6px 0 0 0}
.org-tree ul ul::before{content:'';position:absolute;top:0;left:50%;border-left:1px solid #94a3b8;width:0;height:20px}
.org-card{display:inline-block;background:white;border:1px solid #cbd5e1;border-radius:14px;padding:12px 14px;min-width:150px;box-shadow:0 8px 20px #0000000d}
.org-card strong{display:block;color:#0f172a}
.org-card span{display:block;color:#64748b;font-size:12px;margin-top:4px}
.org-directie{border-top:5px solid #1d4ed8}
.org-afdeling{border-top:5px solid #22c55e}
.org-team{border-top:5px solid #f59e0b}
.org-functie{border-top:5px solid #7c3aed}

.chartbar{height:22px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin:8px 0}
.chartbar span{display:block;height:100%;background:#1d4ed8}
.print-only{display:none}
.logo-img{max-height:54px;max-width:180px;object-fit:contain}
.banner{border-radius:20px;min-height:170px;background-size:cover;background-position:center;padding:30px;margin-bottom:18px;position:relative;overflow:hidden}
.banner:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.65))}
.banner>*{position:relative}
.status-open{background:#fee2e2}.status-bezig{background:#fef3c7}.status-klaar{background:#dcfce7}
@media print{
 .side,.top,.btn,button,.no-print{display:none!important}
 .main{margin:0!important;width:100%!important}
 body{background:white}
 .card{box-shadow:none;border:1px solid #ddd;break-inside:avoid}
 .print-only{display:block}
}
@media(max-width:650px){
 .wrap{padding:12px}.card{padding:14px;border-radius:14px}
 input,select,textarea{font-size:16px}
 .hero h1{font-size:26px}
 table{display:block;overflow-x:auto;white-space:nowrap}
}

.matrix-table td,.matrix-table th{text-align:center}
.matrix-high{background:#fee2e2!important;font-weight:700}
.matrix-mid{background:#fef3c7!important}
.matrix-low{background:#dcfce7!important}
.relation-node{display:inline-block;background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px;padding:12px 16px;margin:8px;min-width:140px;text-align:center}
.relation-center{background:#1d4ed8;color:white;border-color:#1d4ed8}
.why-step{border-left:4px solid #1d4ed8;padding:10px 14px;background:#f8fafc;margin:8px 0;border-radius:8px}

.workflow{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.workflow .step{background:white;border:1px solid #cbd5e1;border-radius:14px;padding:12px 14px;min-width:130px;text-align:center}
.workflow .arrow{font-weight:800;color:#1d4ed8}
.risk-hoog{background:#fee2e2!important}
.risk-middel{background:#fef3c7!important}
.risk-laag{background:#dcfce7!important}
.kpi-card{border-left:6px solid #1d4ed8}
.progress{height:18px;background:#e5e7eb;border-radius:999px;overflow:hidden}
.progress span{display:block;height:100%;background:#22c55e}

.maturity-level{display:inline-block;border-radius:999px;padding:6px 10px;font-weight:700}
.level-0{background:#fee2e2}.level-1{background:#ffedd5}.level-2{background:#fef3c7}.level-3{background:#dcfce7}.level-4{background:#dbeafe}
.maturity-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.maturity-grid label{background:white;border:1px solid #cbd5e1;border-radius:12px;padding:10px;text-align:center;cursor:pointer}
.radar-box{display:flex;gap:10px;align-items:end;height:180px;padding:10px;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc}
.radar-bar{flex:1;background:#1d4ed8;border-radius:8px 8px 0 0;min-height:4px;text-align:center;color:white;font-size:12px;padding-top:4px}
@media(max-width:700px){.maturity-grid{grid-template-columns:1fr}}

.audit-ok{background:#dcfce7!important}.audit-mid{background:#fef3c7!important}.audit-bad{background:#fee2e2!important}.audit-na{background:#e5e7eb!important}
.audit-card{border-left:6px solid #1d4ed8}
.framework-badge{display:inline-block;background:#dbeafe;border-radius:999px;padding:5px 10px;margin:3px;font-size:12px}

.v15-home{padding:24px}.v15-hero{background:linear-gradient(135deg,#eff6ff,#fff);border-radius:24px;padding:34px;margin-bottom:22px;border:1px solid #dbeafe}.v15-hero h1{font-size:36px;margin:0 0 10px}.v15-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.v15-tile{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:24px;box-shadow:0 12px 28px #0000000a;text-decoration:none;color:#0f172a;display:block}.v15-tile:hover{border-color:#1d4ed8}.v15-icon{font-size:34px;margin-bottom:12px}.v15-tile h2{margin:0 0 8px}.v15-tile p{color:#64748b;margin:0}.v15-admin-group{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:18px;margin-bottom:18px}@media(max-width:700px){.v15-home{padding:12px}.v15-hero h1{font-size:28px}.v15-tile{padding:18px}}

.public-page{font-family:Arial,sans-serif;background:#f5f7fb;color:#0f172a;margin:0}
.public-hero{min-height:78vh;background:linear-gradient(135deg,#061733 0%,#123b78 50%,#eff6ff 50%,#fff 100%);display:flex;align-items:center;justify-content:center;padding:34px}
.public-card{width:min(1180px,100%);background:white;border-radius:30px;box-shadow:0 30px 90px rgba(0,0,0,.22);overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr}
.public-left{padding:52px}
.public-left h1{font-size:52px;line-height:1.04;margin:0 0 18px}
.public-left p{font-size:19px;line-height:1.55;color:#475569}
.public-brand{font-size:15px;font-weight:800;color:#1d4ed8;letter-spacing:.12em;margin-bottom:18px}
.public-actions{margin-top:28px}
.public-btn{display:inline-block;text-decoration:none;border-radius:14px;padding:15px 22px;margin:6px;font-weight:800}
.public-btn-primary{background:#1d4ed8;color:white}
.public-btn-light{background:#e5e7eb;color:#111827}
.public-right{background:linear-gradient(180deg,#eff6ff,#dbeafe);padding:42px;display:flex;flex-direction:column;justify-content:center}
.public-feature{background:white;border-radius:18px;padding:18px;margin:10px 0;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.public-section{padding:42px 28px;max-width:1180px;margin:0 auto}
.public-section h2{font-size:34px;margin:0 0 18px}
.branch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}
.branch-card{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:20px;box-shadow:0 10px 26px #00000008}
.contact-box{background:white;border-radius:22px;padding:28px;box-shadow:0 10px 30px #0000000d}
.public-footer{text-align:center;color:#64748b;padding:26px;font-size:13px}
@media(max-width:850px){.public-card{grid-template-columns:1fr}.public-left h1{font-size:36px}.public-left{padding:30px}.public-right{padding:26px}}


/* V15.3 Premium landingpage */

:root{
  --navy:#061733; --blue:#1d4ed8; --sky:#eff6ff; --text:#0f172a; --muted:#64748b;
  --card:#ffffff; --line:#e5e7eb; --green:#16a34a; --orange:#f59e0b;
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f5f7fb;color:var(--text)}
a{text-decoration:none}
.header{position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);z-index:50}
.nav{max-width:1220px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:15px 22px}
.logo{font-weight:900;font-size:23px;color:var(--navy);letter-spacing:.02em}.logo span{color:var(--blue)}
.navlinks a{margin-left:20px;color:#1f2937;font-weight:800}.navlinks .btn{color:white}
.btn{display:inline-block;background:var(--blue);color:white!important;padding:13px 18px;border-radius:14px;font-weight:900;box-shadow:0 10px 24px rgba(29,78,216,.20)}
.btn.light{background:#e5e7eb;color:#111827!important;box-shadow:none}
.hero{min-height:82vh;position:relative;display:flex;align-items:center;overflow:hidden;background:
linear-gradient(90deg,rgba(6,23,51,.94),rgba(6,23,51,.75),rgba(6,23,51,.18)),
url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat}
.hero-inner{max-width:1220px;margin:auto;padding:72px 24px;width:100%;display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}
.badge{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);color:#dbeafe;border-radius:999px;padding:8px 13px;font-weight:800;font-size:13px;letter-spacing:.06em}
.hero h1{font-size:64px;line-height:1.02;color:white;margin:18px 0}
.hero p{font-size:21px;line-height:1.55;color:#dbeafe;max-width:650px}
.hero-actions{margin-top:28px}.hero-actions a{margin-right:10px;margin-bottom:10px}
.hero-panel{background:rgba(255,255,255,.93);border:1px solid rgba(255,255,255,.5);border-radius:28px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.30)}
.panel-title{font-size:22px;font-weight:900;margin-bottom:16px}
.panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.metric{background:#f8fafc;border:1px solid var(--line);border-radius:18px;padding:16px}.metric b{font-size:28px;display:block;color:var(--blue)}.metric span{color:var(--muted);font-size:13px}
.section{max-width:1220px;margin:auto;padding:58px 24px}
.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:24px}
.section h2{font-size:40px;margin:0}.section .lead{font-size:18px;color:var(--muted);max-width:680px;line-height:1.5}
.branch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}
.branch{background:white;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(0,0,0,.07);transition:.2s}
.branch:hover{transform:translateY(-3px);box-shadow:0 24px 44px rgba(0,0,0,.10)}
.branch-img{height:165px;background-size:cover;background-position:center}
.branch-body{padding:22px}.branch h3{font-size:22px;margin:0 0 8px}.branch p{color:var(--muted);line-height:1.5;margin:0}
.image-zorg{background-image:url('https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=900&q=80')}
.image-logistiek{background-image:url('https://images.unsplash.com/photo-1586528116493-a029325540fa?auto=format&fit=crop&w=900&q=80')}
.image-schoonmaak{background-image:url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=900&q=80')}
.image-installatie{background-image:url('https://images.unsplash.com/photo-1621905252507-b35492cc74b4?auto=format&fit=crop&w=900&q=80')}
.image-garage{background-image:url('https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=900&q=80')}
.image-productie{background-image:url('https://images.unsplash.com/photo-1565793298595-6a879b1d9492?auto=format&fit=crop&w=900&q=80')}
.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:26px;align-items:center}
.photo-card{min-height:430px;border-radius:30px;background:
linear-gradient(180deg,rgba(6,23,51,.05),rgba(6,23,51,.15)),
url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;box-shadow:0 22px 60px rgba(0,0,0,.16)}
.feature-list{display:grid;gap:14px}.feature{background:white;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 10px 28px rgba(0,0,0,.05)}.feature b{display:block;font-size:18px;margin-bottom:5px}.feature span{color:var(--muted);line-height:1.5}
.workflow{background:linear-gradient(135deg,#061733,#123b78);color:white;border-radius:32px;padding:38px;box-shadow:0 22px 60px rgba(6,23,51,.24)}
.workflow h2{color:white}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;margin-top:24px}
.step{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:18px}.step strong{display:block;font-size:18px;margin-bottom:6px}.step span{color:#dbeafe;font-size:14px}
.testimonial{background:white;border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:0 14px 34px rgba(0,0,0,.07)}.quote{font-size:24px;line-height:1.45;font-weight:800}.quote small{display:block;margin-top:16px;color:var(--muted);font-size:15px;font-weight:400}
.contact{background:white;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:0 14px 34px rgba(0,0,0,.07)}
input,select,textarea{width:100%;padding:14px;border:1px solid #cbd5e1;border-radius:13px;margin:7px 0 14px;font-size:16px}button{border:0;background:var(--blue);color:white;border-radius:13px;padding:14px 20px;font-weight:900;cursor:pointer}
.footer{background:#061733;color:#cbd5e1;text-align:center;padding:30px;font-size:13px}
@media(max-width:900px){
  .nav{display:block}.navlinks{margin-top:10px}.navlinks a{display:inline-block;margin:8px 12px 0 0}
  .hero-inner,.split{grid-template-columns:1fr}.hero h1{font-size:42px}.hero p{font-size:18px}
  .section-head{display:block}.photo-card{min-height:280px}.panel-grid{grid-template-columns:1fr}
}

/* V15.4 klikbare onderdelen */
.branch{cursor:pointer;position:relative}
.branch a.branch-link{display:block;color:inherit;text-decoration:none;height:100%}
.branch:after{content:'Bekijk demo →';position:absolute;right:14px;top:14px;background:#1d4ed8;color:white;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;opacity:0;transform:translateY(-5px);transition:.2s}
.branch:hover:after{opacity:1;transform:translateY(0)}
.branch:hover .branch-img{filter:brightness(.88)}
.branch-card{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:0 10px 24px #0000000a}

/* V15.5 branche homepage */
.branch-hero{
  min-height:70vh;
  background:
    radial-gradient(circle at 20% 20%, rgba(29,78,216,.18), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(22,163,74,.14), transparent 28%),
    linear-gradient(135deg,#061733 0%,#0b3a78 54%,#f8fafc 54%,#ffffff 100%);
  display:flex;
  align-items:center;
  padding:56px 24px;
}
.branch-hero-inner{
  max-width:1220px;
  margin:auto;
  width:100%;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:30px;
  align-items:center;
}
.branch-hero h1{
  font-size:58px;
  line-height:1.03;
  color:white;
  margin:16px 0;
}
.branch-hero p{
  color:#dbeafe;
  font-size:20px;
  line-height:1.55;
}
.branch-choice-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.choice-card{
  background:white;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 18px 44px rgba(0,0,0,.16);
  border:1px solid rgba(255,255,255,.7);
  text-decoration:none;
  color:#0f172a;
  position:relative;
  transition:.2s;
}
.choice-card:hover{
  transform:translateY(-5px);
  box-shadow:0 26px 54px rgba(0,0,0,.22);
}
.choice-card .choice-img{
  height:118px;
  background-size:cover;
  background-position:center;
}
.choice-card .choice-body{
  padding:16px;
}
.choice-card h3{
  margin:0 0 6px;
  font-size:19px;
}
.choice-card p{
  margin:0;
  color:#64748b;
  font-size:14px;
  line-height:1.35;
}
.choice-card .demo-chip{
  display:inline-block;
  margin-top:10px;
  background:#eff6ff;
  color:#1d4ed8;
  font-weight:900;
  font-size:12px;
  border-radius:999px;
  padding:6px 10px;
}
.neutral-section{
  max-width:1220px;
  margin:auto;
  padding:48px 24px;
}
.neutral-card{
  background:white;
  border:1px solid #e5e7eb;
  border-radius:28px;
  padding:34px;
  box-shadow:0 14px 34px rgba(0,0,0,.07);
}
.method-simple{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  margin-top:24px;
}
.method-step{
  background:#ffffff;
  border:1px solid #dbeafe;
  border-radius:18px;
  padding:20px;
  text-align:center;
  box-shadow:0 8px 22px rgba(0,0,0,.05);
  position:relative;
}
.method-step b{
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#1d4ed8;
  color:white;
  margin-bottom:10px;
}
.method-step h3{
  margin:6px 0;
  font-size:17px;
}
.method-step p{
  color:#64748b;
  font-size:13px;
  line-height:1.4;
}
@media(max-width:900px){
  .branch-hero-inner{grid-template-columns:1fr}
  .branch-choice-grid{grid-template-columns:1fr 1fr}
  .branch-hero h1{font-size:40px}
  .method-simple{grid-template-columns:1fr}
}
@media(max-width:560px){
  .branch-choice-grid{grid-template-columns:1fr}
}


.dashboard-mock{
background:#0f172a;
border-radius:24px;
padding:25px;
color:white;
min-height:350px;
box-shadow:0 20px 40px rgba(0,0,0,.2);
}
/* V15.7 Demo Ready */
.dashboard-preview{
  background:#0f172a;
  border-radius:28px;
  padding:22px;
  color:white;
  box-shadow:0 24px 60px rgba(15,23,42,.28);
}
.preview-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.preview-title{font-weight:900;font-size:18px}
.preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.preview-kpi{background:#1e293b;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:15px}
.preview-kpi b{display:block;font-size:30px;color:#93c5fd}
.preview-kpi span{font-size:12px;color:#cbd5e1}
.preview-wide{grid-column:1/-1;background:#1e293b;border-radius:18px;padding:15px}
.preview-bar{height:16px;background:#334155;border-radius:999px;overflow:hidden;margin:8px 0}
.preview-bar span{display:block;height:100%;background:#3b82f6}
.preview-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.preview-tags span{background:#334155;border-radius:999px;padding:6px 9px;font-size:12px}
.method-step{cursor:help;overflow:hidden}
.method-step .hover-info{opacity:0;max-height:0;transition:.2s;color:#334155;font-size:12px;line-height:1.45;margin-top:0}
.method-step:hover .hover-info{opacity:1;max-height:160px;margin-top:10px}
.logo-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:18px}
.logo-box{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:18px;text-align:center;font-weight:900;color:#0f172a;box-shadow:0 8px 20px #0000000a}
.theme-toggle{position:fixed;right:18px;bottom:18px;z-index:99;background:#0f172a;color:white;border:0;border-radius:999px;padding:13px 16px;font-weight:900;box-shadow:0 12px 30px #0003}
body.dark-demo{background:#0f172a;color:#e5e7eb}
body.dark-demo .neutral-card,body.dark-demo .contact,body.dark-demo .feature,body.dark-demo .method-step,body.dark-demo .logo-box{background:#1e293b;color:#e5e7eb;border-color:#334155}
body.dark-demo .lead,body.dark-demo .method-step p,body.dark-demo .method-step .hover-info,body.dark-demo .feature span{color:#cbd5e1}
body.dark-demo .header{background:rgba(15,23,42,.92);border-color:#334155}
body.dark-demo .navlinks a,body.dark-demo .logo{color:#e5e7eb}/* V15.8 open branche */
.image-open{background-image:linear-gradient(135deg,rgba(6,23,51,.25),rgba(29,78,216,.15)),url('https://images.unsplash.com/photo-1522778119026-d647f0596c20?auto=format&fit=crop&w=900&q=80')}
.choice-card.open-branch{border:2px dashed #1d4ed8}
.choice-card.open-branch .choice-body{background:#eff6ff}
.open-example{background:#f8fafc;border:1px solid #dbeafe;border-radius:18px;padding:18px;margin:12px 0}

/* V15.9 professionele afwerking */
body{line-height:1.45}
.choice-card:focus,.feature:focus,.btn:focus,button:focus{outline:3px solid #93c5fd;outline-offset:3px}
.method-step{background:linear-gradient(180deg,#ffffff,#f8fafc);border:1px solid #bfdbfe}
.method-step:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(29,78,216,.14)}
.method-step .hover-info{background:#eff6ff;border-radius:12px;padding:0 10px;color:#1e3a8a}
.method-step:hover .hover-info{padding:10px}
.open-example{transition:.2s;background:white}
.open-example:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.08)}
.image-open{background-image:linear-gradient(135deg,rgba(6,23,51,.35),rgba(29,78,216,.18)),url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=900&q=80')}
.footer{letter-spacing:.01em}
.copyright{text-align:center;color:#64748b;font-size:12px;margin:20px}
@media(max-width:700px){.navlinks a{margin-left:0;margin-right:12px}.hero-actions .btn{display:block;text-align:center}.neutral-card{padding:22px}.dashboard-preview{padding:16px}}
