/* Smart-Verkoop — Eigen identiteit: Indigo Premium Tech */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --indigo:        #5b21b6;
  --indigo-mid:    #7c3aed;
  --indigo-light:  #8b5cf6;
  --indigo-pale:   #ede9fe;
  --indigo-soft:   #f5f3ff;
  --accent:        #06b6d4;
  --accent-light:  #e0f7fa;
  --gold:          #f59e0b;
  --gold-light:    #fef3c7;
  --green:         #059669;
  --green-light:   #d1fae5;
  --red:           #dc2626;
  --red-light:     #fee2e2;
  --orange:        #ea580c;
  --orange-light:  #fff7ed;
  --ink:           #0f0a1e;
  --ink-mid:       #1e1537;
  --gray-50:       #fafafa;
  --gray-100:      #f4f4f5;
  --gray-200:      #e4e4e7;
  --gray-300:      #d4d4d8;
  --gray-400:      #a1a1aa;
  --gray-500:      #71717a;
  --gray-600:      #52525b;
  --gray-700:      #3f3f46;
  --gray-800:      #27272a;
  --gray-900:      #18181b;
  --topbar-h:      60px;
  --radius:        10px;
  --radius-lg:     16px;
  --shadow-sm:     0 1px 3px rgba(91,33,182,.08);
  --shadow:        0 4px 20px rgba(91,33,182,.12);
  --shadow-lg:     0 8px 40px rgba(91,33,182,.18);
  --font-display:  'Syne', sans-serif;
  --font-body:     'DM Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 15px; }
body { font-family: var(--font-body); background: var(--gray-50); color: var(--gray-800); line-height: 1.6; min-height: 100vh; }
a { color: var(--indigo-mid); text-decoration: none; }
a:hover { text-decoration: underline; }
code { font-family: monospace; background: var(--gray-100); padding: 2px 6px; border-radius: 4px; font-size: 13px; }

/* TOPBAR */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  height: var(--topbar-h);
  background: var(--ink);
  border-bottom: 1px solid rgba(139,92,246,.2);
  display: flex; align-items: center;
  padding: 0 24px; gap: 0;
}
.brand { display: flex; align-items: center; gap: 10px; margin-right: 32px; flex-shrink: 0; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 8px;
  background: linear-gradient(135deg, var(--indigo-mid), var(--accent));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 13px;
  color: #fff; letter-spacing: -.5px;
  box-shadow: 0 0 16px rgba(124,58,237,.4);
}
.brand-title { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: #fff; letter-spacing: -.3px; }
.brand-sub { font-size: 10px; color: rgba(255,255,255,.4); letter-spacing: .05em; }

.topbar-nav { display: flex; align-items: center; gap: 2px; flex: 1; overflow-x: auto; scrollbar-width: none; }
.topbar-nav::-webkit-scrollbar { display: none; }
.nav-group-label {
  font-size: 10px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: rgba(255,255,255,.25);
  padding: 0 6px 0 14px; white-space: nowrap;
}
.nav-link {
  display: flex; align-items: center; gap: 6px;
  padding: 6px 11px; border-radius: 7px;
  font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,.6);
  transition: all .15s; text-decoration: none; white-space: nowrap;
}
.nav-link:hover { background: rgba(255,255,255,.08); color: #fff; text-decoration: none; }
.nav-link.active { background: rgba(124,58,237,.3); color: #c4b5fd; font-weight: 600; }
.nav-link .icon { width: 15px; height: 15px; flex-shrink: 0; }

.topbar-right { display: flex; align-items: center; gap: 10px; margin-left: auto; flex-shrink: 0; }
.topbar-badge { padding: 4px 10px; border-radius: 20px; font-size: 11.5px; font-weight: 600; background: rgba(124,58,237,.2); color: #c4b5fd; border: 1px solid rgba(124,58,237,.3); }

.menu-button { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto; }
.menu-button span { display: block; width: 22px; height: 2px; background: rgba(255,255,255,.7); border-radius: 2px; }

/* MOBILE DRAWER */
.drawer { display: none; position: fixed; top: var(--topbar-h); left: 0; right: 0; bottom: 0; background: var(--ink); z-index: 250; padding: 16px; overflow-y: auto; transform: translateY(-100%); transition: transform .25s ease; }
.drawer.open { transform: translateY(0); }
.drawer .nav-link { padding: 12px 14px; font-size: 15px; border-radius: 10px; }
.drawer-group-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.25); padding: 16px 14px 6px; }

/* LAYOUT */
.layout { padding-top: var(--topbar-h); }
.page { padding: calc(var(--topbar-h) + 28px) 28px 48px; max-width: 1280px; margin: 0 auto; }

/* PAGE TOPBAR */
.topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; gap: 12px; flex-wrap: wrap; }
.topbar h1 { font-family: var(--font-display); font-size: 24px; font-weight: 800; color: var(--ink); letter-spacing: -.5px; }
.top-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 7px; padding: 9px 20px; border-radius: 9px; font-family: var(--font-body); font-size: 13.5px; font-weight: 600; cursor: pointer; border: none; text-decoration: none; transition: all .15s; white-space: nowrap; min-height: 40px; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: linear-gradient(135deg, var(--indigo-mid), var(--indigo-light)); color: #fff; box-shadow: 0 2px 12px rgba(124,58,237,.35); }
.btn-primary:hover { box-shadow: 0 4px 20px rgba(124,58,237,.5); }
.btn-secondary { background: #fff; color: var(--gray-700); border: 1.5px solid var(--gray-200); box-shadow: var(--shadow-sm); }
.btn-secondary:hover { border-color: var(--indigo-light); color: var(--indigo-mid); }
.btn-soft { background: var(--indigo-soft); color: var(--indigo-mid); border: 1.5px solid var(--indigo-pale); }
.btn-soft:hover { background: var(--indigo-pale); }
.btn-accent { background: linear-gradient(135deg, var(--accent), #0891b2); color: #fff; box-shadow: 0 2px 12px rgba(6,182,212,.3); }
.btn-danger { background: var(--red-light); color: var(--red); border: 1.5px solid #fecaca; }
.btn-danger:hover { background: #fee2e2; transform: none; }
.btn-sm { padding: 6px 13px; font-size: 12.5px; min-height: 32px; }

/* CARDS */
.box { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow-sm); }

/* HERO */
.hero { background: var(--ink); border-radius: var(--radius-lg); padding: 48px; color: #fff; margin-bottom: 28px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(124,58,237,.35) 0%, transparent 70%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -100px; left: 30%; width: 300px; height: 300px; background: radial-gradient(circle, rgba(6,182,212,.2) 0%, transparent 70%); pointer-events: none; }
.hero-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(139,92,246,.2); border: 1px solid rgba(139,92,246,.3); border-radius: 20px; padding: 4px 14px; font-size: 11.5px; font-weight: 700; letter-spacing: .07em; color: #c4b5fd; text-transform: uppercase; margin-bottom: 16px; }
.hero h2 { font-family: var(--font-display); font-size: 34px; font-weight: 800; line-height: 1.15; margin-bottom: 14px; letter-spacing: -.5px; }
.hero h2 span { color: #a78bfa; }
.hero p { color: rgba(255,255,255,.7); font-size: 15px; max-width: 540px; margin-bottom: 24px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-actions .btn-primary { background: linear-gradient(135deg, var(--indigo-light), var(--accent)); box-shadow: 0 4px 20px rgba(6,182,212,.3); }
.hero-actions .btn-secondary { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.2); }
.hero-actions .btn-secondary:hover { background: rgba(255,255,255,.18); }

/* STAT CARDS */
.stats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px,1fr)); gap: 16px; margin-bottom: 24px; }
.stat-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 18px 20px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gray-200); }
.stat-card.indigo::before { background: linear-gradient(90deg, var(--indigo-mid), var(--accent)); }
.stat-card.green::before  { background: var(--green); }
.stat-card.orange::before { background: var(--orange); }
.stat-card.cyan::before   { background: var(--accent); }
.stat-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--gray-400); margin-bottom: 8px; }
.stat-value { font-family: var(--font-display); font-size: 28px; font-weight: 800; color: var(--gray-900); line-height: 1; }
.stat-card.indigo .stat-value { color: var(--indigo-mid); }
.stat-card.green  .stat-value { color: var(--green); }
.stat-card.orange .stat-value { color: var(--orange); }
.stat-card.cyan   .stat-value { color: var(--accent); }
.stat-sub { font-size: 12px; color: var(--gray-400); margin-top: 5px; }

/* GRIDS */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px,1fr)); gap: 20px; }
.price-card { background: #fff; border: 2px solid var(--gray-200); border-radius: var(--radius-lg); padding: 28px; position: relative; transition: all .2s; }
.price-card:hover { border-color: var(--indigo-light); box-shadow: var(--shadow); transform: translateY(-2px); }
.price-card.featured { background: var(--ink); border-color: var(--indigo-mid); box-shadow: var(--shadow-lg); }
.price-card.featured h3 { color: #fff; }
.price-card.featured p { color: rgba(255,255,255,.6); }
.price-card.featured ul li { color: rgba(255,255,255,.75); }
.price-card h3 { font-family: var(--font-display); font-size: 17px; font-weight: 800; margin-bottom: 6px; color: var(--gray-900); }
.price { font-family: var(--font-display); font-size: 38px; font-weight: 800; color: var(--indigo-mid); margin: 8px 0; }
.price-card.featured .price { color: #a78bfa; }
.price span { font-size: 14px; font-weight: 400; color: var(--gray-400); }
.price-card p { font-size: 13px; color: var(--gray-500); margin-bottom: 16px; }
.price-card ul { list-style: none; margin-bottom: 22px; }
.price-card ul li { font-size: 13px; color: var(--gray-600); padding: 4px 0; display: flex; gap: 8px; align-items: flex-start; }
.price-card ul li::before { content: '✦'; color: var(--indigo-light); font-size: 10px; margin-top: 3px; flex-shrink: 0; }
.price-card.featured ul li::before { color: #a78bfa; }
.price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--indigo-mid), var(--accent)); color: #fff; padding: 4px 16px; border-radius: 20px; font-size: 11px; font-weight: 700; white-space: nowrap; letter-spacing: .05em; }

/* TABLE */
.table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.table th { background: var(--gray-50); padding: 10px 14px; text-align: left; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--gray-400); border-bottom: 1px solid var(--gray-200); }
.table td { padding: 12px 14px; border-bottom: 1px solid var(--gray-100); color: var(--gray-700); vertical-align: middle; }
.table tbody tr:last-child td { border-bottom: none; }
.table tbody tr:hover td { background: var(--indigo-soft); }
.td-actions { display: flex; gap: 6px; }

/* FORMS */
label { display: block; font-size: 13px; font-weight: 600; color: var(--gray-700); margin-bottom: 5px; margin-top: 14px; }
input[type="text"], input[type="email"], input[type="number"], input[type="password"], select, textarea { width: 100%; padding: 9px 14px; border: 1.5px solid var(--gray-200); border-radius: 9px; font-family: var(--font-body); font-size: 14px; color: var(--gray-800); background: #fff; transition: border-color .15s, box-shadow .15s; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--indigo-light); box-shadow: 0 0 0 3px rgba(139,92,246,.15); }
select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%2371717a' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; padding-right: 34px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.form-grid > div { display: flex; flex-direction: column; }

/* NOTICES */
.notice { padding: 12px 16px; border-radius: 9px; font-size: 13.5px; margin-bottom: 16px; display: flex; align-items: flex-start; gap: 10px; border: 1px solid transparent; }
.notice.success { background: var(--green-light); color: #065f46; border-color: #6ee7b7; }
.notice.error   { background: var(--red-light); color: var(--red); border-color: #fca5a5; }
.notice.warning { background: var(--orange-light); color: var(--orange); border-color: #fdba74; }
.notice.info    { background: var(--indigo-soft); color: var(--indigo-mid); border-color: var(--indigo-pale); }

/* STATUS */
.status { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; border-radius: 20px; font-size: 11.5px; font-weight: 700; }
.s-ok      { background: var(--green-light); color: var(--green); }
.s-warn    { background: var(--orange-light); color: var(--orange); }
.s-error   { background: var(--red-light); color: var(--red); }
.s-info    { background: var(--indigo-soft); color: var(--indigo-mid); }
.s-neutral { background: var(--gray-100); color: var(--gray-600); }
.s-cyan    { background: var(--accent-light); color: #0891b2; }

/* CALCULATOR */
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.result-card { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 10px; padding: 14px 16px; }
.result-card span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--gray-400); display: block; margin-bottom: 5px; }
.result-card strong { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--gray-900); }
.result-card.positive { background: var(--green-light); border-color: #6ee7b7; }
.result-card.positive strong { color: var(--green); }
.result-card.negative { background: var(--red-light); border-color: #fca5a5; }
.result-card.negative strong { color: var(--red); }
.result-card.highlight { background: var(--indigo-soft); border-color: var(--indigo-pale); }
.result-card.highlight strong { color: var(--indigo-mid); }

/* HELPERS */
.footer-note { font-size: 12.5px; color: var(--gray-400); }
.small-list { list-style: none; padding: 0; }
.small-list li { font-size: 13.5px; color: var(--gray-600); padding: 5px 0; display: flex; gap: 8px; align-items: flex-start; }
.small-list li::before { content: '✦'; color: var(--indigo-light); font-size: 10px; margin-top: 3px; flex-shrink: 0; }
hr.divider { border: none; border-top: 1px solid var(--gray-200); margin: 20px 0; }
.text-muted { color: var(--gray-400); font-size: 13px; }
.section-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--gray-400); margin: 24px 0 12px; padding-bottom: 8px; border-bottom: 1px solid var(--gray-200); }
.overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 200; }
.overlay.show { display: block; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .topbar-nav { display: none !important; }
  .topbar-right { display: none !important; }
  .menu-button { display: flex !important; }
  .drawer { display: block; }
  .site-header { padding: 0 16px; }
  .brand-sub { display: none; }
  .page { padding: calc(var(--topbar-h) + 20px) 16px 40px; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .result-grid { grid-template-columns: 1fr; }
  /* Override inline 2-col grids on mobile */
  div[style*="grid-template-columns:1fr 1fr"],
  div[style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; }
  .hero { padding: 28px 22px; }
  .hero h2 { font-size: 24px; }
  .topbar { flex-direction: column; align-items: flex-start; }
  .topbar h1 { font-size: 22px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }

  /* Mobile drawer links styling */
  .drawer .nav-link {
    padding: 13px 14px;
    font-size: 15px;
    border-radius: 10px;
    color: rgba(255,255,255,.85);
    margin-bottom: 2px;
  }
  .drawer .nav-link:hover { background: rgba(255,255,255,.1); }
  .drawer .nav-link.active { background: linear-gradient(135deg, rgba(124,58,237,.4), rgba(6,182,212,.25)); color: #fff; }
  .drawer .drawer-group-label { padding: 18px 14px 6px; }

  /* Login/register prominent in drawer if not logged in */
  .drawer .btn {
    display: flex; justify-content: center;
    margin: 8px 14px; padding: 13px 20px;
  }
}
@media (max-width: 600px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .topbar h1 { font-size: 20px; }
  .box { padding: 16px; }
  .hero { padding: 24px 18px; }
  .hero h2 { font-size: 22px; }
}
@media print {
  .site-header, .drawer, .overlay, .actions { display: none !important; }
  .page { padding: 0; }
  .box { border: none; box-shadow: none; }
}

/* TAAL DROPDOWN */
.lang-switcher { position: relative; }
.lang-current {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  padding: 6px 10px;
  border-radius: 7px;
  cursor: pointer;
  font-size: 13px;
  display: flex; align-items: center; gap: 4px;
  transition: background .15s;
}
.lang-current:hover { background: rgba(255,255,255,.15); }
.lang-menu {
  position: absolute; top: calc(100% + 6px); right: 0;
  background: #fff; border: 1px solid var(--gray-200);
  border-radius: 10px; box-shadow: var(--shadow-lg);
  min-width: 180px; padding: 6px;
  display: none; z-index: 400;
}
.lang-menu.open { display: block; }
.lang-option {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px; border-radius: 7px;
  font-size: 14px; color: var(--gray-700);
  text-decoration: none; transition: background .1s;
}
.lang-option:hover { background: var(--indigo-soft); text-decoration: none; color: var(--indigo-mid); }
.lang-option.active { background: var(--indigo-soft); color: var(--indigo-mid); font-weight: 600; }
.lang-option span { font-size: 18px; }

/* ═══════════════════════════════════════════════════════
   PROFESSIONAL POLISH — accessibility, motion, mobile
═══════════════════════════════════════════════════════ */
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
::selection { background: var(--indigo-pale); color: var(--ink); }

/* Visible focus rings for keyboard users */
:focus-visible {
  outline: 2px solid var(--indigo-mid);
  outline-offset: 2px;
  border-radius: 6px;
}
button, a, input, select, textarea { outline: none; }

/* Smoother buttons */
.btn, button.btn, a.btn {
  transition: transform .12s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  will-change: transform;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn:active { transform: translateY(0); }

/* Card lift */
.card, .box {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }

/* Skeleton shimmer for loading states */
.skeleton {
  background: linear-gradient(90deg, var(--gray-100) 0%, var(--gray-200) 50%, var(--gray-100) 100%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
  border-radius: 6px;
}
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* Tables: nicer hover + sticky header */
table { border-collapse: collapse; width: 100%; }
table th { position: sticky; top: 0; background: var(--gray-50); z-index: 2; }
table tbody tr { transition: background .12s; }
table tbody tr:hover { background: var(--indigo-soft); }

/* Forms: cleaner inputs */
input[type="text"], input[type="email"], input[type="password"], input[type="number"],
input[type="search"], input[type="url"], input[type="tel"], select, textarea {
  transition: border-color .15s, box-shadow .15s;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--indigo-mid);
  box-shadow: 0 0 0 3px rgba(124,58,237,.15);
}

/* Notice / alert refinements */
.notice {
  border-radius: var(--radius);
  padding: 12px 16px;
  border-left: 4px solid var(--indigo-mid);
  background: var(--indigo-soft);
  color: var(--ink-mid);
}
.notice.success { border-left-color: var(--green); background: var(--green-light); color: #064e3b; }
.notice.error   { border-left-color: var(--red);   background: var(--red-light);   color: #7f1d1d; }
.notice.warning { border-left-color: var(--gold);  background: var(--gold-light);  color: #78350f; }

/* Mobile improvements */
@media (max-width: 768px) {
  html { font-size: 14px; }
  .site-header { padding: 0 12px; }
  .brand-sub { display: none; }
  .hero { padding: 32px 16px !important; }
  .hero h1, .hero h2 { font-size: 1.6rem !important; line-height: 1.25; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .page { padding: 16px 12px; }
  table { font-size: 13px; }
  table th, table td { padding: 8px 6px; }
}

/* Reduced motion respect */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Utility helpers */
.text-muted { color: var(--gray-500); }
.text-success { color: var(--green); }
.text-danger { color: var(--red); }
.badge {
  display: inline-block; padding: 3px 10px; border-radius: 100px;
  font-size: 11px; font-weight: 700; letter-spacing: .03em;
  background: var(--indigo-pale); color: var(--indigo);
}
.badge.success { background: var(--green-light); color: #065f46; }
.badge.warning { background: var(--gold-light); color: #92400e; }
.badge.danger  { background: var(--red-light);  color: #991b1b; }


/* Smart-Verkoop 2026 professional upgrade — clean marketplace intelligence */
:root {
  --sv-ink: #0b1220;
  --sv-ink-2: #172033;
  --sv-blue: #2563eb;
  --sv-cyan: #06b6d4;
  --sv-green: #10b981;
  --sv-amber: #f59e0b;
  --sv-panel: #ffffff;
  --sv-line: #e5e7eb;
  --sv-soft: #f8fafc;
  --sv-muted: #64748b;
}
body { background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 45%, #f8fafc 100%); color: var(--sv-ink); }
.site-header { background: rgba(11,18,32,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(148,163,184,.18); }
.brand-logo { height: 44px !important; width: 44px !important; border-radius: 12px; background: #fff; padding: 4px; box-shadow: 0 10px 30px rgba(37,99,235,.24); }
.nav-link.active { background: rgba(37,99,235,.20); color: #bfdbfe; }
.btn-primary { background: linear-gradient(135deg, var(--sv-blue), var(--sv-cyan)); box-shadow: 0 10px 24px rgba(37,99,235,.28); }
.btn-soft { background: #eff6ff; color: #1d4ed8; border-color: #dbeafe; }
.btn-secondary { border-color: var(--sv-line); }
.box, .stat-card, .price-card { border-radius: 14px; border-color: rgba(15,23,42,.08); box-shadow: 0 18px 45px rgba(15,23,42,.06); }

.sv-banner {
  background: #07111f;
  color: #fff;
  border-radius: 24px;
  padding: 34px;
  margin-bottom: 26px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(148,163,184,.18);
  box-shadow: 0 24px 70px rgba(11,18,32,.22);
}
.sv-banner::before { content: ''; position:absolute; inset:0; background: linear-gradient(135deg, rgba(37,99,235,.28), transparent 42%), linear-gradient(90deg, rgba(16,185,129,.12), transparent 70%); pointer-events:none; }
.sv-banner::after { content:''; position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, #000, transparent 82%); pointer-events:none; }
.sv-banner-inner { position:relative; z-index:1; display:grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap:30px; align-items:center; }
.sv-brand-row { display:flex; align-items:center; gap:14px; margin-bottom:18px; }
.sv-brand-row img { width:64px; height:64px; border-radius:18px; background:#fff; padding:6px; box-shadow: 0 16px 36px rgba(6,182,212,.22); }
.sv-brand-row strong { display:block; font-family:var(--font-display); font-size:22px; line-height:1; }
.sv-brand-row span { display:block; color:#93c5fd; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; margin-top:5px; }
.sv-eyebrow { display:inline-flex; align-items:center; gap:8px; padding:7px 11px; border-radius:999px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.13); color:#bfdbfe; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; margin-bottom:14px; }
.sv-banner h2 { font-family:var(--font-display); font-size:clamp(32px, 5vw, 62px); line-height:.98; letter-spacing:0; margin:0 0 16px; max-width:820px; }
.sv-banner h2 span { color:#67e8f9; }
.sv-banner p { color:#cbd5e1; font-size:16px; max-width:680px; margin:0 0 22px; }
.sv-hero-actions { display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin-bottom:18px; }
.sv-trust-row { display:flex; flex-wrap:wrap; gap:10px; color:#dbeafe; font-size:12.5px; }
.sv-trust-row span { display:inline-flex; align-items:center; gap:6px; padding:7px 10px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.11); border-radius:999px; }
.sv-command-panel { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); border-radius:22px; padding:16px; box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.sv-panel-top { display:flex; align-items:center; justify-content:space-between; color:#cbd5e1; font-size:12px; margin-bottom:12px; }
.sv-panel-dots { display:flex; gap:5px; }
.sv-panel-dots i { width:8px; height:8px; border-radius:50%; background:#38bdf8; display:block; }
.sv-panel-dots i:nth-child(2) { background:#10b981; } .sv-panel-dots i:nth-child(3) { background:#f59e0b; }
.sv-metric-board { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.sv-metric { background:#fff; color:var(--sv-ink); border-radius:14px; padding:14px; min-height:94px; }
.sv-metric small { display:block; color:#64748b; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; margin-bottom:7px; }
.sv-metric strong { display:block; font-family:var(--font-display); font-size:26px; line-height:1; }
.sv-metric em { display:block; color:#059669; font-style:normal; font-size:12px; font-weight:700; margin-top:7px; }
.sv-wide { grid-column:1 / -1; min-height:84px; background:linear-gradient(135deg,#eff6ff,#ecfeff); }
.sv-bars { display:flex; align-items:end; gap:7px; height:38px; margin-top:9px; }
.sv-bars b { flex:1; border-radius:6px 6px 0 0; background:linear-gradient(180deg,var(--sv-blue),var(--sv-cyan)); min-height:10px; }
.sv-bars b:nth-child(1){height:42%}.sv-bars b:nth-child(2){height:68%}.sv-bars b:nth-child(3){height:50%}.sv-bars b:nth-child(4){height:86%}.sv-bars b:nth-child(5){height:72%}

.sv-section-head { display:flex; justify-content:space-between; align-items:end; gap:18px; margin:28px 0 14px; }
.sv-section-head h3 { font-family:var(--font-display); font-size:26px; margin:0; }
.sv-section-head p { color:var(--sv-muted); font-size:14px; margin:4px 0 0; }
.sv-module-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-bottom:26px; }
.sv-module { display:flex; flex-direction:column; min-height:210px; background:#fff; border:1px solid rgba(15,23,42,.08); border-radius:18px; padding:20px; box-shadow:0 18px 40px rgba(15,23,42,.06); text-decoration:none; color:var(--sv-ink); transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.sv-module:hover { text-decoration:none; transform:translateY(-3px); border-color:rgba(37,99,235,.32); box-shadow:0 24px 55px rgba(37,99,235,.12); }
.sv-module-icon { width:44px; height:44px; border-radius:13px; display:flex; align-items:center; justify-content:center; background:#eff6ff; color:#1d4ed8; font-size:22px; margin-bottom:14px; }
.sv-module h4 { font-size:17px; margin:0 0 7px; font-weight:800; }
.sv-module p { color:var(--sv-muted); font-size:13.5px; margin:0; line-height:1.5; }
.sv-module strong { margin-top:auto; padding-top:18px; color:#1d4ed8; font-size:13px; }
.sv-module.featured { background:linear-gradient(135deg,#0f172a,#172554); color:#fff; }
.sv-module.featured p { color:#cbd5e1; } .sv-module.featured strong { color:#67e8f9; } .sv-module.featured .sv-module-icon { background:rgba(255,255,255,.1); color:#67e8f9; }
.sv-module.green .sv-module-icon { background:#ecfdf5; color:#059669; } .sv-module.amber .sv-module-icon { background:#fffbeb; color:#d97706; } .sv-module.cyan .sv-module-icon { background:#ecfeff; color:#0891b2; }
.sv-workflow { display:grid; grid-template-columns:1.1fr .9fr; gap:16px; margin-bottom:26px; }
.sv-workflow-panel { background:#fff; border:1px solid rgba(15,23,42,.08); border-radius:18px; padding:22px; box-shadow:0 18px 40px rgba(15,23,42,.06); }
.sv-step-list { display:grid; gap:12px; }
.sv-step { display:grid; grid-template-columns:42px 1fr; gap:12px; align-items:start; padding:13px; border-radius:14px; background:#f8fafc; border:1px solid #e2e8f0; }
.sv-step b { width:42px; height:42px; border-radius:12px; display:flex; align-items:center; justify-content:center; background:#dbeafe; color:#1d4ed8; }
.sv-step strong { display:block; font-size:14px; } .sv-step span { display:block; color:#64748b; font-size:12.5px; margin-top:2px; }
.sv-admin-strip { background:linear-gradient(135deg,#111827,#0f172a); color:#fff; border-radius:18px; padding:18px 20px; margin-bottom:20px; display:flex; align-items:center; justify-content:space-between; gap:16px; box-shadow:0 18px 44px rgba(15,23,42,.20); }
.sv-admin-strip p { color:#cbd5e1; margin:2px 0 0; font-size:13px; }
.sv-table-wrap { overflow-x:auto; }
.sv-login-layout { display:grid; grid-template-columns:minmax(0, .9fr) minmax(300px, 1.1fr); gap:24px; align-items:start; }
.sv-register-card { background:#fff; }
.sv-register-side { background:linear-gradient(135deg,#07111f,#172554); color:#fff; }
.sv-register-side .small-list li, .sv-register-side p { color:#cbd5e1; }
.sv-register-side h3 { color:#fff; font-family:var(--font-display); font-size:24px; margin-bottom:10px; }
.sv-consent-box { margin-top:20px; padding:16px; background:#f8fafc; border:1px solid #dbeafe; border-radius:14px; }
.sv-consent-box p { font-size:13px; font-weight:800; margin-bottom:10px; color:#1d4ed8; }

@media (max-width: 980px) {
  .sv-banner-inner, .sv-workflow, .sv-login-layout { grid-template-columns:1fr; }
  .sv-module-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .sv-banner { padding:24px; border-radius:18px; }
}
@media (max-width: 620px) {
  .sv-module-grid, .sv-metric-board { grid-template-columns:1fr; }
  .sv-wide { grid-column:auto; }
  .sv-section-head, .sv-admin-strip { flex-direction:column; align-items:flex-start; }
  .sv-banner h2 { font-size:34px; }
  .sv-brand-row img { width:54px; height:54px; }
}
