/* =============================================================
   Beneficiairaanvaarden.nl — design system
   Cream / Navy / Goud · Inter (headings + body)
   ============================================================= */

:root {
  --cream: #FAF8F5;
  --cream-deep: #F3EFE8;
  --navy: #0D1B2A;
  --navy-soft: #16283C;
  --navy-line: rgba(13, 27, 42, 0.10);
  --gold: #C5A059;
  --gold-light: #DFB873;
  --gold-soft: rgba(197, 160, 89, 0.14);
  --slate: #47546A;
  --slate-light: #6B7787;
  --white: #FFFFFF;

  --font-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-soft: 0 20px 60px -24px rgba(13, 27, 42, 0.28);
  --shadow-card: 0 8px 30px -12px rgba(13, 27, 42, 0.16);
  --radius: 14px;

  --container: 1180px;
  --header-h: 64px;
}

/* ---------- Reset & basis ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--slate);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 {
  font-family: var(--font-display);
  color: var(--navy);
  line-height: 1.12;
  margin: 0 0 0.6em;
  font-weight: 800;
  letter-spacing: -0.02em;
}

h1 { font-size: clamp(1.95rem, 3.2vw, 2.85rem); }
h2 { font-size: clamp(1.6rem, 2.6vw, 2.25rem); }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.5rem); }

p { margin: 0 0 1em; }

a { color: var(--navy); }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 40px);
}
.container.narrow { max-width: 820px; }

.eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.9em;
}

.section-head { text-align: center; max-width: 720px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.section-sub { color: var(--slate-light); font-size: 1.05rem; }
.section-head.on-dark h2 { color: var(--white); }

section { padding-block: clamp(4rem, 8vw, 7rem); }

/* ---------- Knoppen ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.75rem 1.6rem;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.35s var(--ease);
  will-change: transform;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy);
  box-shadow: 0 6px 20px -8px rgba(197, 160, 89, 0.55);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -8px rgba(197, 160, 89, 0.65);
}

.btn-lg { padding: 0.95rem 2.1rem; font-size: 1.02rem; }
.btn-block { width: 100%; }
.btn-header { padding: 0.6rem 1.3rem; font-size: 0.88rem; }

.text-link {
  font-weight: 500;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.text-link:hover { color: var(--gold); }

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 6px 20px -8px rgba(197, 160, 89, 0.55); }
  50%      { box-shadow: 0 6px 26px -4px rgba(197, 160, 89, 0.80); }
}
.pulse { animation: ctaPulse 3.2s var(--ease) infinite; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 248, 245, 0.78);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(197, 160, 89, 0.35);
  transition: box-shadow 0.4s var(--ease);
}
.site-header.scrolled { box-shadow: 0 8px 30px -18px rgba(13, 27, 42, 0.25); }

.header-inner {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 40px);
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--navy);
}
.wordmark .compass { width: 26px; height: 26px; color: var(--gold); flex-shrink: 0; }
.wordmark-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.0rem;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.wordmark-text span { color: var(--gold); }
.wordmark.on-dark { color: var(--white); }

.main-nav { display: flex; gap: clamp(1rem, 2.4vw, 2rem); }
.main-nav a {
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--slate);
  transition: color 0.3s var(--ease);
}
.main-nav a:hover { color: var(--gold); }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 42px;
  height: 42px;
  padding: 0;
  background: none;
  border: 1px solid var(--navy-line);
  border-radius: 10px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin-inline: auto;
  background: var(--navy);
  transition: transform 0.35s var(--ease), opacity 0.35s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child  { transform: translateY(-4px) rotate(-45deg); }

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1rem clamp(20px, 4vw, 40px) 1.4rem;
  border-top: 1px solid rgba(197, 160, 89, 0.25);
}
.mobile-nav a {
  text-decoration: none;
  font-weight: 500;
  color: var(--navy);
  padding: 0.55rem 0;
}
.mobile-nav .btn { margin-top: 0.6rem; }
.mobile-nav.open { display: flex; }

/* ---------- Hero ---------- */
.hero {
  padding-block: clamp(2rem, 4.5vh, 3.5rem);
  min-height: calc(100svh - var(--header-h));
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-inner {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 40px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.hero h1 { margin-bottom: 0.5em; }
.hero h1 em {
  font-style: normal;
  color: var(--gold);
  font-weight: 800;
}

.hero-sub {
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  color: var(--slate);
  max-width: 52ch;
  margin-bottom: 1.4em;
}

.hero-checks {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.hero-checks li {
  position: relative;
  padding-left: 2rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--navy);
}
.hero-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4 8.4 L7 11.2 L12 5.2" fill="none" stroke="%230D1B2A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / 62% no-repeat,
    linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 0 12px rgba(223, 184, 115, 0.65);
}

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}

.price-line {
  font-size: 0.85rem;
  color: var(--slate-light);
  margin: 0;
}
.price-line.on-dark { color: rgba(250, 248, 245, 0.65); margin-top: 1rem; }

/* Hero visual */
.hero-visual { perspective: 1400px; }

.screen-float {
  position: relative;
  margin: 0;
  transform: rotateY(-7deg) rotateX(2deg);
  transform-style: preserve-3d;
  transition: transform 0.8s var(--ease);
}
.hero-visual:hover .screen-float { transform: rotateY(-3deg) rotateX(1deg); }

.browser-frame {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--navy-line);
}
.browser-bar {
  display: flex;
  gap: 6px;
  padding: 10px 14px;
  background: var(--cream-deep);
  border-bottom: 1px solid var(--navy-line);
}
.browser-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(13, 27, 42, 0.16);
}

.glass-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(197, 160, 89, 0.45);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--navy);
  box-shadow: var(--shadow-card);
  white-space: nowrap;
}
.badge-a { top: -16px; right: 8%; }
.badge-b { bottom: -16px; left: 6%; }

/* ---------- Waarom ---------- */
.why { background: var(--white); border-block: 1px solid var(--navy-line); text-align: center; }
.why h2 { max-width: 20ch; margin-inline: auto; }
.why p { max-width: 66ch; margin-inline: auto; }

.why-compare {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.4rem;
}
.why-card {
  background: var(--cream);
  border: 1px solid var(--navy-line);
  border-radius: var(--radius);
  padding: 1.4rem 1rem;
  display: grid;
  gap: 0.3rem;
}
.why-card.accent {
  background: var(--navy);
  border-color: var(--navy);
}
.why-amount {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--navy);
}
.why-card.accent .why-amount { color: var(--gold-light); }
.why-label { font-size: 0.85rem; color: var(--slate-light); }
.why-card.accent .why-label { color: rgba(250, 248, 245, 0.75); }

/* ---------- Showcase ---------- */
.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 4.5vw, 4.5rem);
  align-items: center;
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}
.feature-row.flip .feature-copy { order: 2; }
.feature-row.flip .feature-media { order: 1; }

.feature-kicker {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.7em;
}

.feature-points {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.feature-points li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.93rem;
  color: var(--navy);
}
.feature-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 2px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

.feature-media .browser-frame {
  transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease);
}
.feature-media .browser-frame:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px -26px rgba(197, 160, 89, 0.45), var(--shadow-soft);
}

/* Modulestrip — premium donker blok met goudaccenten */
.module-strip {
  position: relative;
  background:
    radial-gradient(900px 420px at 12% -20%, rgba(197, 160, 89, 0.14), transparent 60%),
    var(--navy);
  border: 1px solid rgba(197, 160, 89, 0.28);
  border-radius: calc(var(--radius) + 6px);
  padding: clamp(2rem, 4vw, 3.2rem);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.module-strip::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}
.module-strip-head { max-width: 560px; margin-bottom: 2rem; }
.module-strip-title {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 0 0 0.4rem;
}
.module-strip-sub {
  font-size: 0.93rem;
  color: rgba(250, 248, 245, 0.68);
  margin: 0;
}

.module-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.module-card {
  display: grid;
  gap: 0.35rem;
  align-content: start;
  background: rgba(255, 255, 255, 0.045);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius);
  padding: 1.3rem 1.2rem 1.4rem;
  transition: transform 0.5s var(--ease), border-color 0.5s var(--ease),
              background 0.5s var(--ease), box-shadow 0.5s var(--ease);
  will-change: transform;
}
.module-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(197, 160, 89, 0.5);
  box-shadow: 0 16px 40px -18px rgba(197, 160, 89, 0.35);
}
.module-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(223, 184, 115, 0.22), rgba(197, 160, 89, 0.10));
  border: 1px solid rgba(197, 160, 89, 0.4);
}
.module-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: var(--gold-light);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.module-card strong { font-size: 0.93rem; color: var(--white); letter-spacing: -0.01em; }
.module-card > span:not(.module-icon) {
  font-size: 0.82rem;
  color: rgba(250, 248, 245, 0.62);
  line-height: 1.5;
}

/* ---------- Drie fases (donker) ---------- */
.phases {
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(197, 160, 89, 0.12), transparent 60%),
    var(--navy);
}
.phases .eyebrow { color: var(--gold-light); }

.phase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.phase-card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  padding: 2rem 1.6rem 1.8rem;
  transition: transform 0.5s var(--ease), border-color 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.phase-card:hover {
  transform: translateY(-5px);
  border-color: rgba(197, 160, 89, 0.45);
  box-shadow: 0 18px 50px -20px rgba(197, 160, 89, 0.35);
}
.phase-card h3 { color: var(--white); margin-top: 0.4rem; }
.phase-card p { color: rgba(250, 248, 245, 0.72); font-size: 0.93rem; margin: 0; }
.phase-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1;
}

/* ---------- Privacy ---------- */
.privacy { text-align: center; }
.privacy h2 { max-width: 22ch; margin-inline: auto; }
.privacy p { max-width: 62ch; margin-inline: auto; }
.privacy-points {
  list-style: none;
  margin: 1.8rem 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.privacy-points li {
  background: var(--white);
  border: 1px solid rgba(197, 160, 89, 0.4);
  border-radius: 999px;
  padding: 0.5rem 1.2rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
}

/* ---------- Prijs ---------- */
.pricing { background: var(--white); border-block: 1px solid var(--navy-line); }

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.compare-list { display: grid; gap: 0.9rem; }
.compare-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background: var(--cream);
  border: 1px solid var(--navy-line);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
}
.compare-item strong { display: block; color: var(--navy); font-size: 0.98rem; }
.compare-item span:not(.compare-price) { font-size: 0.85rem; color: var(--slate-light); }
.compare-price {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  white-space: nowrap;
}
.compare-note { font-size: 0.78rem; color: var(--slate-light); margin: 0.4rem 0 0; }

.buy-card {
  position: sticky;
  top: calc(var(--header-h) + 20px);
  background: var(--navy);
  border-radius: calc(var(--radius) + 4px);
  padding: clamp(1.8rem, 3vw, 2.4rem);
  color: rgba(250, 248, 245, 0.85);
  box-shadow: var(--shadow-soft);
}
.buy-kicker {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.8rem;
}
.buy-price { display: flex; align-items: baseline; gap: 0.7rem; margin-bottom: 0.2rem; }
.buy-price .amount {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}
.buy-price .terms { font-size: 0.85rem; color: rgba(250, 248, 245, 0.65); }
.buy-license { font-size: 0.85rem; color: rgba(250, 248, 245, 0.65); margin-bottom: 1.4rem; }

.buy-list {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.buy-list li {
  position: relative;
  padding-left: 1.7rem;
  font-size: 0.9rem;
}
.buy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4 8.4 L7 11.2 L12 5.2" fill="none" stroke="%230D1B2A" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / 62% no-repeat,
    linear-gradient(135deg, var(--gold-light), var(--gold));
}
.buy-secure {
  text-align: center;
  font-size: 0.78rem;
  color: rgba(250, 248, 245, 0.55);
  margin: 0.9rem 0 0;
}

/* ---------- Eerlijke fit ---------- */
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.4rem, 3vw, 2.5rem);
}
.fit-col {
  background: var(--white);
  border: 1px solid var(--navy-line);
  border-radius: var(--radius);
  padding: clamp(1.6rem, 3vw, 2.2rem);
}
.fit-col h3 { font-size: 1.15rem; }
.fit-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; }
.fit-col li {
  position: relative;
  padding-left: 1.7rem;
  font-size: 0.93rem;
}
.fit-col:not(.muted) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4 8.4 L7 11.2 L12 5.2" fill="none" stroke="%230D1B2A" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / 62% no-repeat,
    linear-gradient(135deg, var(--gold-light), var(--gold));
}
.fit-col.muted { background: var(--cream-deep); }
.fit-col.muted li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--slate-light);
  font-weight: 600;
}

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 0.7rem; }
.faq-list details {
  background: var(--white);
  border: 1px solid var(--navy-line);
  border-radius: var(--radius);
  padding: 0;
  overflow: hidden;
  transition: border-color 0.4s var(--ease);
}
.faq-list details[open] { border-color: rgba(197, 160, 89, 0.55); }
.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 1.1rem 3rem 1.1rem 1.4rem;
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--navy);
  position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--gold);
  transition: transform 0.35s var(--ease);
}
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details p {
  margin: 0;
  padding: 0 1.4rem 1.2rem;
  font-size: 0.93rem;
}

/* ---------- Slot-CTA ---------- */
.closing {
  background:
    radial-gradient(900px 400px at 50% 120%, rgba(197, 160, 89, 0.14), transparent 65%),
    var(--navy);
  text-align: center;
}
.closing h2 { color: var(--white); }
.closing p { color: rgba(250, 248, 245, 0.75); max-width: 50ch; margin-inline: auto; margin-bottom: 1.6rem; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy);
  border-top: 1px solid rgba(197, 160, 89, 0.25);
  color: rgba(250, 248, 245, 0.65);
  padding-block: 3rem 2rem;
  font-size: 0.88rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto auto;
  gap: 2.5rem;
  align-items: start;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-brand p { max-width: 40ch; margin-top: 0.9rem; }
.footer-nav { display: grid; gap: 0.5rem; }
.footer-nav a {
  color: rgba(250, 248, 245, 0.75);
  text-decoration: none;
  transition: color 0.3s var(--ease);
}
.footer-nav a:hover { color: var(--gold-light); }
.footer-meta p { margin: 0 0 0.4rem; }
.footer-legal { padding-top: 1.6rem; font-size: 0.78rem; color: rgba(250, 248, 245, 0.45); }
.footer-legal p { max-width: 90ch; }

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.in-view { opacity: 1; transform: none; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .screen-float { transform: none; }
}

/* =============================================================
   Responsive
   ============================================================= */

@media (max-width: 1060px) {
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .buy-card { position: static; max-width: 520px; margin-inline: auto; width: 100%; }
}

@media (max-width: 920px) {
  .main-nav, .btn-header { display: none; }
  .nav-toggle { display: flex; }

  .hero { min-height: 0; padding-block: 2.5rem 3.5rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-visual { perspective: none; max-width: 640px; }
  .screen-float { transform: none; }
  .badge-a { top: -14px; right: 4%; }
  .badge-b { bottom: -14px; left: 2%; }

  .feature-row,
  .feature-row.flip { grid-template-columns: 1fr; gap: 1.6rem; }
  .feature-row.flip .feature-copy { order: 1; }
  .feature-row.flip .feature-media { order: 2; }

  .phase-grid { grid-template-columns: 1fr; }
  .fit-grid { grid-template-columns: 1fr; }
  .why-compare { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
}

@media (max-width: 520px) {
  .hero-cta-row { flex-direction: column; align-items: flex-start; gap: 0.9rem; }
  .btn-lg { width: 100%; }
  .glass-badge { font-size: 0.7rem; padding: 0.4rem 0.8rem; }
  .module-grid { grid-template-columns: 1fr; }
  .compare-item { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
}

/* =============================================================
   Kennisbank & artikelen
   ============================================================= */

.kruimelpad {
  display: flex;
  gap: 0.5rem;
  font-size: 0.82rem;
  margin-bottom: 1.6rem;
  color: var(--slate-light);
}
.kruimelpad a { color: var(--slate-light); text-decoration: none; }
.kruimelpad a:hover { color: var(--gold); }

.artikel-kop { padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2.5rem); }
.artikel-kop h1 { max-width: 24ch; }
.artikel-intro { font-size: 1.08rem; color: var(--slate); max-width: 58ch; }
.artikel-meta { font-size: 0.85rem; color: var(--slate-light); margin: 0; }

.artikel-inhoud { padding-bottom: clamp(3rem, 6vw, 5rem); }
.artikel-inhoud h2 {
  font-size: clamp(1.25rem, 1.9vw, 1.5rem);
  margin-top: 2.2em;
}
.artikel-inhoud p, .artikel-inhoud li { font-size: 1rem; line-height: 1.75; }
.artikel-inhoud ul { padding-left: 1.2rem; display: grid; gap: 0.5rem; margin: 1em 0; }
.artikel-inhoud a { color: var(--navy); text-decoration-color: var(--gold); text-underline-offset: 3px; }
.artikel-inhoud a:hover { color: var(--gold); }

.artikel-beeld {
  border-radius: var(--radius);
  border: 1px solid var(--navy-line);
  box-shadow: var(--shadow-card);
  margin-bottom: 2rem;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--cream-deep);
}

.artikel-cta {
  background: var(--navy);
  border-radius: calc(var(--radius) + 4px);
  padding: clamp(1.6rem, 3vw, 2.2rem);
  margin: 2.4rem 0;
  color: rgba(250, 248, 245, 0.8);
  box-shadow: var(--shadow-soft);
}
.artikel-cta h3 { color: var(--white); margin-top: 0; }
.artikel-cta p { font-size: 0.95rem; margin-bottom: 1.2rem; }

.artikel-disclaimer { font-size: 0.85rem; color: var(--slate-light); margin-top: 2.5rem; }

.verder-lezen {
  background: var(--white);
  border-top: 1px solid var(--navy-line);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.verder-lezen h2 { font-size: 1.35rem; margin-bottom: 1.4rem; }
.verder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.verder-kaart {
  display: grid;
  gap: 0.4rem;
  align-content: start;
  background: var(--cream);
  border: 1px solid var(--navy-line);
  border-radius: var(--radius);
  padding: 1.3rem 1.2rem;
  text-decoration: none;
  transition: transform 0.45s var(--ease), border-color 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.verder-kaart:hover {
  transform: translateY(-4px);
  border-color: rgba(197, 160, 89, 0.55);
  box-shadow: var(--shadow-card);
}
.verder-cat {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--gold);
}
.verder-titel { font-weight: 700; color: var(--navy); font-size: 0.98rem; letter-spacing: -0.01em; }
.verder-meta { font-size: 0.8rem; color: var(--slate-light); }

/* Kennisbank-overzicht */
.kb-hoofd { padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(1rem, 2vw, 1.5rem); }
.kb-lijst { padding-top: 0; }
.kb-lijst .container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.kb-kaart {
  display: block;
  background: var(--white);
  border: 1px solid var(--navy-line);
  border-radius: calc(var(--radius) + 2px);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.45s var(--ease), border-color 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.kb-kaart:hover {
  transform: translateY(-4px);
  border-color: rgba(197, 160, 89, 0.55);
  box-shadow: var(--shadow-card);
}
.kb-beeld {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--cream-deep);
  border-bottom: 1px solid var(--navy-line);
}
.kb-beeld img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--ease);
}
.kb-kaart:hover .kb-beeld img { transform: scale(1.035); }
.kb-tekst {
  display: grid;
  gap: 0.35rem;
  align-content: start;
  padding: 1rem 1.1rem 1.2rem;
}
.kb-kaart h2, .kb-kaart h3 {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.01em;
}
.kb-kaart p {
  color: var(--slate);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kb-kaart .verder-cat { font-size: 0.66rem; }
.kb-kaart .verder-meta { font-size: 0.74rem; }

@media (max-width: 920px) {
  .verder-grid { grid-template-columns: 1fr; }
  .kb-lijst .container { grid-template-columns: 1fr; }
}

/* ---- Artikel: lead, inhoudsopgave, modelblokken ---- */
.artikel-lead { font-size: 1.06rem; color: var(--navy); font-weight: 500; }

.inhoudsopgave {
  background: var(--white);
  border: 1px solid var(--navy-line);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 1.3rem 1.5rem;
  margin: 2rem 0 2.4rem;
}
.io-titel {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.7rem;
}
.inhoudsopgave ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.4rem; }
.inhoudsopgave a { font-size: 0.93rem; text-decoration: none; color: var(--navy); }
.inhoudsopgave a:hover { color: var(--gold); }

.opbouw-lijst { padding-left: 1.3rem; display: grid; gap: 0.5rem; }
.opbouw-lijst strong { color: var(--navy); }

.model-blok {
  background: var(--white);
  border: 1px solid var(--navy-line);
  border-radius: calc(var(--radius) + 2px);
  padding: 1.4rem 1.5rem 1.6rem;
  margin: 1.4rem 0;
  box-shadow: var(--shadow-card);
}
.model-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.model-tabel { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.model-tabel th, .model-tabel td {
  text-align: left;
  padding: 0.6rem 0.5rem;
  border-bottom: 1px solid var(--navy-line);
  vertical-align: top;
}
.model-tabel thead th {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate-light);
  font-weight: 600;
  border-bottom: 1px solid rgba(197, 160, 89, 0.4);
}
.model-tabel th[scope="row"] { color: var(--slate-light); font-weight: 500; width: 38%; }
.model-tabel.bedragen td:last-child,
.model-tabel.bedragen th:last-child { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.model-tabel tr.totaal td {
  font-weight: 700;
  color: var(--navy);
  border-top: 1px solid rgba(197, 160, 89, 0.5);
  border-bottom: none;
}
.model-tabel tr.saldo td { color: var(--gold); font-size: 1.02rem; }
.model-noot { font-size: 0.85rem; color: var(--slate-light); margin: 0.9rem 0 0; }
.model-citaat {
  font-size: 0.95rem;
  font-style: italic;
  color: var(--navy);
  border-left: 3px solid var(--gold);
  padding-left: 1rem;
  margin: 0;
}

@media (max-width: 620px) {
  .model-blok { padding: 1.1rem 1rem 1.3rem; }
  .model-tabel { font-size: 0.85rem; }
  .model-tabel th, .model-tabel td { padding: 0.5rem 0.3rem; }
  .model-tabel thead { display: none; }
}

/* ---- Kennisbank: route, groepen, slot-CTA ---- */
.kb-route { padding-top: 0; padding-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.route-blok {
  background: var(--white);
  border: 1px solid var(--navy-line);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 1.5rem 1.7rem;
}
.route-lijst {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.6rem;
  font-size: 0.95rem;
}
.route-lijst strong { color: var(--navy); }

.kb-groep { padding-block: clamp(2rem, 4vw, 3rem); }
.kb-groep:nth-of-type(even) { background: var(--white); border-block: 1px solid var(--navy-line); }
.kb-groep-kop { max-width: 640px; margin-bottom: 1.6rem; }
.kb-groep-kop h2 { font-size: clamp(1.35rem, 2.1vw, 1.7rem); margin-bottom: 0.4rem; }
.kb-groep-kop p { color: var(--slate-light); font-size: 0.95rem; margin: 0; }

.kb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.kb-kaart h3 { font-size: 1.15rem; margin: 0; letter-spacing: -0.01em; }

.kb-cta {
  background:
    radial-gradient(900px 400px at 50% 120%, rgba(197, 160, 89, 0.14), transparent 65%),
    var(--navy);
  text-align: center;
}
.kb-cta h2 { color: var(--white); }
.kb-cta p { color: rgba(250, 248, 245, 0.75); max-width: 54ch; margin-inline: auto; margin-bottom: 1.5rem; }

@media (max-width: 1060px) {
  .kb-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .kb-grid { grid-template-columns: 1fr; }
}

/* ---- Artikel-FAQ en checklijst ---- */
.artikel-faq { margin-top: 3rem; }
.artikel-faq h2 { font-size: clamp(1.25rem, 1.9vw, 1.5rem); margin-bottom: 1rem; }

.check-lijst { list-style: none; padding: 0; display: grid; gap: 0.55rem; margin: 1.2rem 0; }
.check-lijst li {
  position: relative;
  padding-left: 1.9rem;
  font-size: 0.95rem;
}
.check-lijst li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22em;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 4px;
  background:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4 8.4 L7 11.2 L12 5.2" fill="none" stroke="%230D1B2A" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / 68% no-repeat,
    linear-gradient(135deg, var(--gold-light), var(--gold));
}
