/* ═══════════════════════════════════════════════════════════
   MIJNVAKMANPRO — LANDING PAGE v2
═══════════════════════════════════════════════════════════ */

.vp-landing *,
.vp-landing *::before,
.vp-landing *::after {
  box-sizing: border-box;
}

.vp-landing {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  color: #0f172a;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  position: relative;
  z-index: 1;
  isolation: isolate;
}
.vp-container { max-width: 1120px; margin: 0 auto; padding: 0 28px; }

/* Nav zakt mee met WordPress admin bar */
.admin-bar .vp-nav { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .vp-nav { top: 46px; }
}

/* ── NAV ── */
.vp-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(15,23,42,0.07);
  transition: box-shadow 0.2s;
}
.vp-nav-inner {
  max-width: 1120px; margin: 0 auto; padding: 0 28px;
  height: 66px; display: flex; align-items: center; justify-content: space-between;
}
.vp-nav-logo {
  display: flex; align-items: center; gap: 10px; text-decoration: none;
}
.vp-nav-logo-icon {
  width: 36px; height: 36px; background: #2872fa; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.vp-nav-logo span { font-size: 16px; font-weight: 700; color: #0f172a; letter-spacing: -0.3px; }
.vp-nav-right { display: flex; align-items: center; gap: 8px; }
.vp-nav-link {
  padding: 8px 14px; font-size: 14px; font-weight: 500; color: #475569;
  text-decoration: none; border-radius: 8px; transition: background 0.15s, color 0.15s;
}
.vp-nav-link:hover { background: #f1f5f9; color: #0f172a; }
.vp-nav-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 18px; background: #0f172a; color: #fff;
  border-radius: 10px; font-size: 14px; font-weight: 600; text-decoration: none;
  transition: background 0.15s, transform 0.12s;
}
.vp-nav-btn:hover { background: #1e293b; transform: translateY(-1px); color: #fff; }
.vp-install-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; background: transparent; color: #2872fa;
  border: 1.5px solid rgba(40,114,250,.3); border-radius: 10px;
  font-size: 14px; font-weight: 500; cursor: pointer;
  transition: background .15s, border-color .15s;
}
.vp-install-btn:hover { background: rgba(40,114,250,.06); border-color: #2872fa; }
@media (max-width: 600px) { .vp-install-label { display: none; } }

/* ── HERO ── */
.vp-hero {
  min-height: calc(100vh - 66px);
  padding: 100px 0 80px;
  display: flex;
  align-items: center;
  position: relative; overflow: hidden;
  background: #fafbff;
}
.vp-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.vp-orb {
  position: absolute; border-radius: 50%;
  filter: blur(90px); opacity: 0.55;
}
.vp-orb-1 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, #bfdbfe, #dbeafe 60%, transparent);
  top: -200px; right: -150px;
}
.vp-orb-2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, #e0e7ff, #c7d2fe 60%, transparent);
  bottom: -150px; left: -100px;
}
.vp-orb-3 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, #bae6fd, transparent);
  top: 40%; left: 30%;
  opacity: 0.3;
}
.vp-grid-overlay {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(40,114,250,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40,114,250,0.035) 1px, transparent 1px);
  background-size: 48px 48px;
}

.vp-hero-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center; position: relative; z-index: 1;
}

/* Pill badge */
.vp-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px 6px 10px;
  background: #fff; border: 1px solid #bfdbfe;
  border-radius: 100px; font-size: 13px; font-weight: 500; color: #1d4ed8;
  box-shadow: 0 2px 8px rgba(40,114,250,0.08);
  margin-bottom: 24px;
}
.vp-pill-dot {
  width: 8px; height: 8px; background: #2872fa; border-radius: 50%;
  animation: vp-blink 2s ease-in-out infinite;
}
@keyframes vp-blink {
  0%,100% { opacity:1; transform:scale(1); }
  50% { opacity:0.4; transform:scale(1.5); }
}

.vp-h1 {
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 900; line-height: 1.08;
  letter-spacing: -2px; color: #0f172a;
  margin-bottom: 20px;
}
.vp-shine {
  background: linear-gradient(120deg, #2872fa 0%, #38bdf8 50%, #2872fa 100%);
  background-size: 200%;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: vp-shimmer 4s linear infinite;
}
@keyframes vp-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.vp-hero-p {
  font-size: 17px; color: #475569; line-height: 1.7;
  max-width: 440px; margin-bottom: 36px;
}

.vp-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }

.vp-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; background: #2872fa; color: #fff;
  border-radius: 12px; font-size: 15px; font-weight: 700; text-decoration: none;
  box-shadow: 0 4px 20px rgba(40,114,250,0.35);
  transition: background 0.15s, transform 0.12s, box-shadow 0.15s;
}
.vp-btn-primary:hover {
  background: #1559ed; transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(40,114,250,0.4); color: #fff;
}
.vp-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px; color: #475569; font-size: 15px; font-weight: 600;
  text-decoration: none; border-radius: 12px; border: 1.5px solid #e2e8f0;
  background: #fff; transition: border-color 0.15s, color 0.15s, transform 0.12s;
}
.vp-btn-ghost:hover { border-color: #2872fa; color: #2872fa; transform: translateY(-2px); }

.vp-btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px; color: #1e40af; font-size: 15px; font-weight: 700;
  text-decoration: none; border-radius: 12px; border: 1.5px solid rgba(40,114,250,0.45);
  background: rgba(255,255,255,0.95);
  transition: border-color 0.15s, color 0.15s, transform 0.12s, box-shadow 0.15s;
}
.vp-btn-secondary:hover {
  border-color: #2872fa; color: #1559ed; transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(40,114,250,0.2);
}

.vp-app-shortcuts {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px;
  margin-bottom: 8px; max-width: 440px;
  font-size: 14px; color: #64748b;
}
.vp-app-shortcuts-label {
  font-weight: 600; color: #475569; margin-right: 4px;
}
.vp-app-shortcuts-link {
  color: #2872fa; font-weight: 600; text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s, color 0.15s;
}
.vp-app-shortcuts-link:hover { border-bottom-color: #2872fa; color: #1559ed; }
.vp-app-shortcuts-sep { color: #cbd5e1; user-select: none; }

.vp-trust { display: flex; gap: 20px; flex-wrap: wrap; }
.vp-trust-item {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; color: #64748b; font-weight: 500;
}

/* ── APP PREVIEW (alleen weekstaat in hero + subtiele beweging) ── */
.vp-hero-preview { position: relative; z-index: 1; }
.vp-preview-glow {
  position: absolute; inset: -20px;
  background: radial-gradient(ellipse at 50% 50%, rgba(40,114,250,0.15), transparent 70%);
  pointer-events: none;
}
.vp-app-window {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(15,23,42,0.16), 0 2px 8px rgba(15,23,42,0.08);
  overflow: hidden;
  border: 1px solid rgba(15,23,42,0.06);
  transition: transform 0.4s ease, box-shadow 0.35s ease;
}
.vp-app-window-hero {
  transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
}
.vp-app-window-hero:hover {
  transform: perspective(1000px) rotateY(-1deg) rotateX(0deg);
  box-shadow: 0 28px 88px rgba(15,23,42,0.18), 0 4px 12px rgba(15,23,42,0.1);
}
@keyframes vp-badge-soft {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(40,114,250,0); }
  50% { transform: scale(1.03); box-shadow: 0 0 0 6px rgba(40,114,250,0.08); }
}
.vp-app-badge--live {
  animation: vp-badge-soft 2.8s ease-in-out infinite;
}
@keyframes vp-cell-breathe {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.08); }
}
.vp-cell--pulse {
  animation: vp-cell-breathe 2.4s ease-in-out infinite;
}
.vp-app-trow:nth-child(3) .vp-cell--pulse { animation-delay: 0.35s; }
.vp-app-trow:nth-child(4) .vp-cell--pulse { animation-delay: 0.65s; }
@keyframes vp-send-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(22,163,74,0); }
  50% { box-shadow: 0 0 0 4px rgba(22,163,74,0.12); }
}
.vp-app-btn-send--pulse {
  animation: vp-send-glow 2.2s ease-in-out infinite;
}

/* Planner mockup (donker UI) — basis + variant showcase */
.vp-planner-shell {
  display: flex;
  min-height: 0;
  background: #0f172a;
  color: #e2e8f0;
}
.vp-planner-side {
  width: 36px;
  flex-shrink: 0;
  background: #0c1222;
  border-right: 1px solid #1e293b;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
}
.vp-planner-ico {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
}
.vp-planner-ico-active {
  background: rgba(139,92,246,0.35);
  box-shadow: 0 0 0 1px rgba(167,139,250,0.4);
  animation: vp-side-pulse 2.5s ease-in-out infinite;
}
@keyframes vp-side-pulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(167,139,250,0.4); }
  50% { box-shadow: 0 0 0 4px rgba(167,139,250,0.25); }
}
.vp-planner-main {
  flex: 1;
  padding: 10px 10px 12px;
  min-width: 0;
  font-size: 10px;
}
.vp-planner-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #334155;
}
.vp-planner-title {
  font-weight: 800;
  font-size: 11px;
  color: #f8fafc;
  letter-spacing: -0.02em;
}
.vp-planner-weeknav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1e293b;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: 700;
  color: #94a3b8;
  font-size: 9px;
  white-space: nowrap;
  animation: vp-weeknav-float 3s ease-in-out infinite;
}
.vp-planner-weeknav-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  line-height: 1.2;
  text-align: center;
  max-width: 120px;
}
.vp-planner-weeknav-num {
  color: #cbd5e1;
}
.vp-planner-weeknav-dates {
  font-size: 7px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.02em;
}
@keyframes vp-weeknav-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}
.vp-planner-navbtn {
  color: #64748b;
  font-size: 11px;
  line-height: 1;
}
.vp-planner-navbtn--pulse {
  animation: vp-navbtn-fade 1.8s ease-in-out infinite;
}
@keyframes vp-navbtn-fade {
  0%, 100% { opacity: 0.65; }
  50% { opacity: 1; color: #a78bfa; }
}
.vp-planner-table {
  margin-bottom: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}
.vp-planner-thead {
  display: grid;
  grid-template-columns: 44px repeat(6, minmax(0, 1fr));
  min-width: 260px;
  gap: 2px;
  padding: 0 0 4px;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  text-align: center;
}
.vp-planner-thead .vp-planner-corner { text-align: left; }
.vp-planner-row {
  display: grid;
  grid-template-columns: 44px repeat(6, minmax(0, 1fr));
  min-width: 260px;
  gap: 2px;
  padding: 3px 0;
  border-top: 1px solid rgba(51,65,85,0.6);
  align-items: center;
}
.vp-planner-name {
  font-weight: 700;
  font-size: 9px;
  color: #cbd5e1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vp-planner-cell {
  min-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
}
.vp-planner-tag {
  display: block;
  max-width: 100%;
  padding: 3px 4px;
  border-radius: 5px;
  font-size: 7px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vp-planner-tag--v {
  background: rgba(139,92,246,0.28);
  color: #ddd6fe;
}
.vp-planner-tag--b {
  background: rgba(59,130,246,0.28);
  color: #bfdbfe;
}
.vp-planner-tag--g {
  background: rgba(34,197,94,0.22);
  color: #bbf7d0;
}
.vp-planner-tag--f {
  background: rgba(71,85,105,0.45);
  color: #94a3b8;
}
.vp-planner-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.vp-planner-stat {
  font-size: 8px;
  font-weight: 800;
  padding: 4px 7px;
  border-radius: 6px;
  letter-spacing: 0.02em;
  animation: vp-stat-nudge 3.2s ease-in-out infinite;
}
.vp-planner-stat--g { animation-delay: 0.4s; }
@keyframes vp-stat-nudge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}
.vp-planner-stat--p {
  background: rgba(139,92,246,0.28);
  color: #e9d5ff;
}
.vp-planner-stat--g {
  background: rgba(34,197,94,0.22);
  color: #bbf7d0;
}

/* Grote planner in plannings-sectie */
.vp-planner-mock--showcase {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 18px;
  animation: vp-mock-levitate 5s ease-in-out infinite;
  box-shadow: 0 32px 90px rgba(15,23,42,0.2), 0 0 0 1px rgba(139,92,246,0.12);
}
@keyframes vp-mock-levitate {
  0%, 100% { transform: translateY(0) perspective(1200px) rotateY(-2deg); }
  50% { transform: translateY(-8px) perspective(1200px) rotateY(2deg); }
}
.vp-planner-mock--showcase:hover {
  animation-play-state: paused;
  transform: translateY(-4px) perspective(1200px) rotateY(0deg);
}
.vp-planner-mock--showcase .vp-planner-side {
  width: 44px;
  padding: 14px 0;
  gap: 12px;
}
.vp-planner-mock--showcase .vp-planner-ico {
  width: 24px;
  height: 24px;
}
.vp-planner-mock--showcase .vp-planner-main {
  padding: 16px 16px 18px;
}
.vp-planner-mock--showcase .vp-planner-title { font-size: 14px; }
.vp-planner-mock--showcase .vp-planner-weeknav {
  font-size: 11px;
  padding: 6px 12px;
  gap: 8px;
}
.vp-planner-mock--showcase .vp-planner-weeknav-label { max-width: 200px; }
.vp-planner-mock--showcase .vp-planner-weeknav-dates { font-size: 9px; }
.vp-planner-mock--showcase .vp-planner-thead {
  grid-template-columns: 56px repeat(6, minmax(0, 1fr));
  min-width: 320px;
  font-size: 9px;
  padding-bottom: 6px;
}
.vp-planner-mock--showcase .vp-planner-row {
  grid-template-columns: 56px repeat(6, minmax(0, 1fr));
  min-width: 320px;
  padding: 5px 0;
}
.vp-planner-mock--showcase .vp-planner-name { font-size: 11px; }
.vp-planner-mock--showcase .vp-planner-cell { min-height: 34px; }
.vp-planner-mock--showcase .vp-planner-tag {
  font-size: 9px;
  padding: 5px 7px;
  border-radius: 7px;
  animation: vp-tag-in 0.55s cubic-bezier(0.34, 1.4, 0.64, 1) backwards;
}
.vp-planner-mock--showcase .vp-planner-row:nth-child(2) .vp-planner-tag { animation-delay: 0.05s; }
.vp-planner-mock--showcase .vp-planner-row:nth-child(3) .vp-planner-tag { animation-delay: 0.12s; }
.vp-planner-mock--showcase .vp-planner-row:nth-child(4) .vp-planner-tag { animation-delay: 0.2s; }
@keyframes vp-tag-in {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}
.vp-planner-mock--showcase .vp-planner-stat {
  font-size: 10px;
  padding: 6px 10px;
}

.vp-planning-mock-caption {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 961px) {
  .vp-planning-mock-caption { text-align: left; margin-left: 4px; }
}
.vp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.vp-planning-visual {
  position: relative;
  min-width: 0;
}
.vp-planning-visual-glow {
  position: absolute;
  inset: -12% -8%;
  background: radial-gradient(ellipse at 50% 45%, rgba(139,92,246,0.2), transparent 62%),
    radial-gradient(ellipse at 70% 80%, rgba(40,114,250,0.12), transparent 55%);
  pointer-events: none;
  animation: vp-vis-glow 4s ease-in-out infinite alternate;
}
@keyframes vp-vis-glow {
  from { opacity: 0.75; transform: scale(1); }
  to { opacity: 1; transform: scale(1.03); }
}

.vp-app-bar {
  background: #f8fafc; border-bottom: 1px solid #f1f5f9;
  padding: 12px 16px; display: flex; align-items: center; gap: 8px;
}
.vp-app-dots { display: flex; gap: 5px; }
.vp-app-dots span { width: 10px; height: 10px; border-radius: 50%; }
.d-r { background: #ef4444; }
.d-y { background: #f59e0b; }
.d-g { background: #22c55e; }
.vp-app-url { font-size: 11px; color: #94a3b8; font-family: monospace; margin-left: 8px; }

.vp-app-body { padding: 20px; }
.vp-app-topbar {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid #f1f5f9;
}
.vp-app-pagetitle { font-size: 15px; font-weight: 700; color: #0f172a; }
.vp-app-pagesub { font-size: 11px; color: #94a3b8; margin-top: 3px; }
.vp-app-badge {
  background: #eff6ff; color: #2872fa;
  padding: 6px 14px; border-radius: 100px;
  font-size: 14px; font-weight: 800;
}

.vp-app-table { margin-bottom: 14px; }
.vp-app-thead {
  display: grid; grid-template-columns: 1fr repeat(5,38px);
  gap: 4px; padding: 6px 4px;
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.6px; color: #94a3b8;
}
.vp-app-trow {
  display: grid; grid-template-columns: 1fr repeat(5,38px);
  gap: 4px; padding: 6px 4px; align-items: center;
  border-bottom: 1px solid #f8fafc;
}
.vp-app-loc { font-size: 12px; font-weight: 600; color: #334155; }
.vp-cell {
  text-align: center; font-size: 12px; font-weight: 700;
  padding: 5px 0; border-radius: 6px; color: #94a3b8; background: #f8fafc;
  min-height: 24px;
}
.vp-filled { background: #dbeafe; color: #1d4ed8; }

.vp-app-totaalrow {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 4px 14px; font-size: 13px; font-weight: 600; color: #334155;
}
.vp-app-totaalnr { font-size: 17px; font-weight: 900; color: #2872fa; }

.vp-app-actions { display: flex; gap: 8px; }
.vp-app-btn-send, .vp-app-btn-dl {
  display: flex; align-items: center; gap: 5px;
  padding: 8px 13px; border-radius: 8px;
  font-size: 11px; font-weight: 700;
}
.vp-app-btn-send { background: #dcfce7; color: #15803d; }
.vp-app-btn-dl   { background: #dbeafe; color: #1d4ed8; }

/* Floating badges */
.vp-float {
  position: absolute;
  display: flex; align-items: center; gap: 7px;
  padding: 10px 15px;
  background: #fff; border-radius: 100px;
  font-size: 12px; font-weight: 700; color: #0f172a;
  box-shadow: 0 8px 30px rgba(15,23,42,0.12);
  border: 1px solid rgba(15,23,42,0.05);
  white-space: nowrap;
}
.vp-float-1 {
  bottom: 18%;
  left: -12px;
  animation: vp-float-move 3.2s ease-in-out infinite, vp-float-glow-green 2.8s ease-in-out infinite;
}
.vp-float-2 {
  top: 14%;
  right: -10px;
  animation: vp-float-move 3.6s ease-in-out 0.45s infinite, vp-float-glow-blue 3s ease-in-out 0.2s infinite;
}
@keyframes vp-float-move {
  0%, 100% { transform: translateY(0) translateX(0); }
  35% { transform: translateY(-11px) translateX(2px); }
  65% { transform: translateY(-6px) translateX(-2px); }
}
@keyframes vp-float-glow-green {
  0%, 100% { box-shadow: 0 8px 30px rgba(15,23,42,0.12); border-color: rgba(15,23,42,0.05); }
  50% { box-shadow: 0 16px 48px rgba(34,197,94,0.2); border-color: rgba(34,197,94,0.25); }
}
@keyframes vp-float-glow-blue {
  0%, 100% { box-shadow: 0 8px 30px rgba(15,23,42,0.12); border-color: rgba(15,23,42,0.05); }
  50% { box-shadow: 0 16px 48px rgba(40,114,250,0.22); border-color: rgba(40,114,250,0.2); }
}
/* ── STATS BAR ── */
.vp-stats-bar {
  background: #0f172a; padding: 32px 0;
}
.vp-stats-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 0; flex-wrap: wrap;
}
.vp-stat-item { text-align: center; padding: 0 48px; }
.vp-stat-num { font-size: 28px; font-weight: 900; color: #fff; letter-spacing: -0.5px; }
.vp-stat-txt { font-size: 13px; color: #94a3b8; margin-top: 4px; font-weight: 500; }
.vp-stat-sep { width: 1px; height: 48px; background: #1e293b; }

/* ── FEATURES ── */
.vp-features { padding: 110px 0; background: #fff; }
.vp-section-eyebrow {
  font-size: 12px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 2px; color: #2872fa; text-align: center; margin-bottom: 14px;
}
.vp-h2 {
  font-size: clamp(28px, 4vw, 44px); font-weight: 900;
  letter-spacing: -1px; line-height: 1.15; text-align: center;
  color: #0f172a; margin-bottom: 64px;
}
.vp-h2-muted { color: #94a3b8; }

.vp-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
}
.vp-feat {
  padding: 30px; background: #f8fafc;
  border-radius: 20px; border: 1px solid #f1f5f9;
  transition: transform 0.2s, box-shadow 0.2s;
}
.vp-feat:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(15,23,42,0.09); }
.vp-feat-big {
  grid-column: span 1;
}
/* Eerste grote kaart: links van 2 kleine */
.vp-feat:nth-child(1) { grid-row: span 2; display: flex; flex-direction: column; justify-content: flex-end; }
/* Laatste grote kaart: donker */
.vp-feat:nth-child(6) { grid-row: span 2; display: flex; flex-direction: column; justify-content: flex-end; }

.vp-feat-dark {
  background: linear-gradient(145deg, #1e3a8a, #2872fa);
  border-color: transparent;
}
.vp-feat-dark h3,
.vp-feat-dark h3 * { color: #fff !important; }
.vp-feat-dark p,
.vp-feat-dark p * { color: #fff !important; }

.vp-feat-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.vp-feat h3 { font-size: 16px; font-weight: 700; color: #0f172a; margin-bottom: 8px; }
.vp-feat p  { font-size: 14px; color: #64748b; line-height: 1.6; }
.vp-feat-tag {
  display: inline-block; margin-top: 20px;
  padding: 5px 12px; background: #eff6ff; color: #2872fa;
  border-radius: 100px; font-size: 11px; font-weight: 700;
}
.vp-feat-tag-light {
  background: rgba(255,255,255,0.25); color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
}

/* ── HOE WERKT HET ── */
.vp-how { padding: 110px 0; background: #fafbff; }
.vp-how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 20px; }
.vp-how-step { display: flex; flex-direction: column; align-items: flex-start; }
.vp-how-num {
  display: flex; align-items: center; margin-bottom: 24px; width: 100%;
}
.vp-how-num span {
  width: 48px; height: 48px; background: #0f172a; color: #fff;
  border-radius: 14px; font-size: 20px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vp-how-line {
  flex: 1; height: 2px; margin-left: 16px;
  background: linear-gradient(90deg, #e2e8f0 0%, transparent 100%);
}
.vp-how-content { padding: 28px; background: #fff; border-radius: 20px; border: 1px solid #f1f5f9; width: 100%; }
.vp-how-icon {
  width: 44px; height: 44px; background: #eff6ff; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.vp-how-content h3 { font-size: 17px; font-weight: 700; color: #0f172a; margin-bottom: 10px; }
.vp-how-content p  { font-size: 14px; color: #64748b; line-height: 1.65; }

/* ── PLANNING: mockup + tekst (licht) ── */
.vp-planning {
  padding: 88px 0 96px;
  background: linear-gradient(180deg, #f1f5f9 0%, #fafbff 45%, #fff 100%);
  border-top: 1px solid #e2e8f0;
}
.vp-planning-split {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 1.05fr);
  gap: 48px;
  align-items: center;
}
.vp-planning-copy {
  text-align: left;
}
.vp-planning-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7c3aed;
  margin-bottom: 10px;
}
.vp-planning-h2 {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 900;
  letter-spacing: -0.8px;
  color: #0f172a;
  line-height: 1.15;
  margin-bottom: 16px;
}
.vp-planning-lead {
  font-size: 17px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 24px;
  max-width: 520px;
}
.vp-planning-lead strong { color: #0f172a; }
.vp-planning-points--light {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  max-width: 520px;
}
.vp-planning-points--light li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.55;
  color: #334155;
}
.vp-planning-points--light li:last-child { margin-bottom: 0; }
.vp-planning-point-icon--light {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #7c3aed;
  box-shadow: 0 4px 14px rgba(15,23,42,0.06);
}
.vp-planning-actions--row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
}
.vp-planning-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s, border-color 0.15s;
}
.vp-planning-btn-primary-solid {
  background: #2872fa;
  color: #fff;
  box-shadow: 0 8px 28px rgba(40,114,250,0.3);
}
.vp-planning-btn-primary-solid:hover {
  transform: translateY(-2px);
  background: #1d64eb;
  color: #fff;
  box-shadow: 0 12px 36px rgba(40,114,250,0.38);
}
.vp-planning-btn-outline {
  background: #fff;
  color: #0f172a;
  border: 2px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(15,23,42,0.04);
}
.vp-planning-btn-outline:hover {
  transform: translateY(-2px);
  border-color: #2872fa;
  color: #2872fa;
}
.vp-planning-btn:focus-visible {
  outline: 2px solid #2872fa;
  outline-offset: 3px;
}
.vp-planning-btn:focus:not(:focus-visible) {
  outline: none;
}
.vp-planning-note--muted {
  margin-top: 20px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.55;
  max-width: 520px;
}
@media (max-width: 960px) {
  .vp-planning-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .vp-planning-copy { order: 2; }
  .vp-planning-visual { order: 1; }
}

/* ── CTA ── */
.vp-cta { padding: 110px 0; background: #fff; }
.vp-cta-inner {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 45%, #2872fa 100%);
  border-radius: 28px; padding: 80px 60px;
  text-align: center; position: relative; overflow: hidden;
}
.vp-cta-bg-orb {
  position: absolute; width: 500px; height: 500px;
  background: rgba(255,255,255,0.05); border-radius: 50%;
  top: -200px; right: -150px; pointer-events: none;
}
.vp-cta-orb-2 { top: auto; right: auto; bottom: -200px; left: -150px; }
.vp-cta-icon-wrap {
  width: 72px; height: 72px;
  background: rgba(255,255,255,0.12); border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 28px; position: relative; z-index: 1;
}
.vp-cta-h2 {
  font-size: clamp(26px, 4vw, 42px); font-weight: 900; color: #fff;
  letter-spacing: -0.8px; margin-bottom: 14px; position: relative; z-index: 1;
}
.vp-cta-p {
  font-size: 18px; color: rgba(255,255,255,0.7);
  margin-bottom: 28px; position: relative; z-index: 1;
}
.vp-cta-btns {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px;
  position: relative; z-index: 1;
}
.vp-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 36px; background: #fff; color: #1e3a8a;
  border-radius: 14px; font-size: 16px; font-weight: 800; text-decoration: none;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  transition: transform 0.15s, box-shadow 0.15s;
}
.vp-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,0.25); color: #1e3a8a; }
.vp-cta-btn-outline {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,0.55); box-shadow: none;
}
.vp-cta-btn-outline:hover {
  background: rgba(255,255,255,0.1); border-color: #fff; color: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.vp-cta-contact {
  margin-top: 24px; font-size: 13px; color: rgba(255,255,255,0.45);
  position: relative; z-index: 1;
}
.vp-cta-contact a { color: rgba(255,255,255,0.65); text-underline-offset: 3px; }

/* ── FOOTER ── */
.vp-footer { background: #060d19; padding: 28px 0; }
.vp-footer-inner {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.vp-footer-logo {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 700; color: #fff;
}
.vp-footer-mid { font-size: 13px; color: #94a3b8; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.vp-footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; }
.vp-footer-links a { color: #cbd5e1; text-decoration: none; font-weight: 600; }
.vp-footer-links a:hover { color: #60a5fa; text-decoration: underline; text-underline-offset: 3px; }
.vp-footer-links-sep { color: #475569; user-select: none; }
.vp-footer-copy { line-height: 1.5; }
.vp-footer-right a { font-size: 13px; color: #fff; text-decoration: none; }
.vp-footer-right a:hover { color: #60a5fa; }
.vp-footer-right .vp-email a { font-size: 13px; color: #fff; text-decoration: none; }
.vp-footer-right .vp-email a:hover { color: #60a5fa; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .vp-hero-inner { grid-template-columns: 1fr; }
  .vp-hero-text { text-align: center; }
  .vp-hero-text .vp-pill { margin: 0 auto 24px; }
  .vp-hero-p { margin: 0 auto 36px; }
  .vp-hero-btns { justify-content: center; }
  .vp-trust { justify-content: center; }
  .vp-app-shortcuts { justify-content: center; margin-left: auto; margin-right: auto; }
  .vp-hero-preview { display: none; }
  .vp-features-grid { grid-template-columns: 1fr 1fr; }
  .vp-feat:nth-child(1), .vp-feat:nth-child(6) { grid-row: auto; }
  .vp-how-grid { grid-template-columns: 1fr; }
  .vp-how-line { display: none; }
  .vp-stats-inner { gap: 20px; }
  .vp-stat-item { padding: 0 24px; }
}
@media (max-width: 600px) {
  .vp-features-grid { grid-template-columns: 1fr; }
  .vp-feat:nth-child(1), .vp-feat:nth-child(6) { grid-row: auto; display: block; }
  .vp-cta-inner { padding: 48px 24px; }
  .vp-planning { padding: 64px 0 72px; }
  .vp-footer-inner { flex-direction: column; text-align: center; }
  .vp-footer-mid { align-items: center; }
  .vp-nav-link { display: none; }
  .vp-nav-link.vp-nav-always { display: inline-flex; align-items: center; }
  .vp-stats-inner { flex-direction: column; gap: 28px; }
  .vp-stat-sep { width: 60px; height: 1px; }
}

/* Thema + blokeditor (shortcode-blok): volle breedte, geen smalle witte kolom */
.entry-content > .vp-landing,
.post-content > .vp-landing,
.wp-block-post-content > .vp-landing,
.wp-block-shortcode .vp-landing,
article .entry-content .vp-landing,
.site-main .vp-landing,
#main .vp-landing,
.content-area .vp-landing,
.ast-single-post .entry-content .vp-landing {
  max-width: none !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  border: none !important;
}

#voordelen,
#hoe-werkt-het,
#mvp-planning {
  scroll-margin-top: 88px;
}

@media (prefers-reduced-motion: reduce) {
  .vp-planner-mock--showcase,
  .vp-planning-visual-glow,
  .vp-cell--pulse,
  .vp-app-badge--live,
  .vp-app-btn-send--pulse,
  .vp-planner-weeknav,
  .vp-planner-ico-active,
  .vp-planner-navbtn--pulse,
  .vp-planner-stat,
  .vp-planner-mock--showcase .vp-planner-tag,
  .vp-float {
    animation: none !important;
  }
  .vp-planner-mock--showcase { transform: none; }
  .vp-planning-btn {
    transition: none !important;
  }
  .vp-planning-btn-primary-solid:hover,
  .vp-planning-btn-outline:hover {
    transform: none !important;
  }
}
