/* ============================================================
   OnDestination - Personalisatie (tussenpagina)
   Brug tussen Home en "Stel je beleving samen" (configurator).
   Extends colors_and_type.css + home.css
   (nav, footer, btn, kard, eye, wrap, band, ph, grain reused).
   ============================================================ */

/* ── HERO ── */
.p-hero {
  position: relative; overflow: hidden;
  background: #000; color: #F8F5EE;
  min-height: 80vh; display: flex; align-items: flex-end;
}
.p-hero-bg { position: absolute; inset: 0; z-index: 0; }
.p-hero-wash {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    radial-gradient(1000px 600px at 80% 26%, rgba(111,224,0,.24), transparent 60%),
    radial-gradient(760px 520px at 8% 102%, rgba(111,224,0,.11), transparent 60%),
    linear-gradient(to top, rgba(0,0,0,.95) 6%, rgba(0,0,0,.42) 48%, rgba(0,0,0,.66) 100%);
}
.p-hero-inner { position: relative; z-index: 4; width: 100%; padding-top: 116px; padding-bottom: 70px; }
.p-hero .eye { color: #F8F5EE; }
.p-hero h1 {
  font-family: 'Kardige', sans-serif; font-weight: 400; letter-spacing: -.025em;
  font-size: clamp(52px, 8.4vw, 128px); line-height: .94; margin: 0 0 26px; max-width: 13ch;
}
.p-hero h1 em { font-style: normal; color: #6FE000; text-shadow: 0 0 48px rgba(111,224,0,.42); }
.p-hero .lead {
  font-size: clamp(17px, 1.5vw, 21px); line-height: 1.58; font-weight: 300;
  color: #DcDcDc; max-width: 56ch; margin: 0 0 34px;
}
.p-hero .lead .lead-hl { color: #6FE000; font-weight: 600; }
.p-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.p-hero-price .pht-dot {
  width: 9px; height: 9px; border-radius: 50%; background: #6FE000; flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(111,224,0,.5);
  animation: pht-pulse 2.4s cubic-bezier(.22,.61,.36,1) infinite;
}
@media (prefers-reduced-motion: reduce) { .p-hero-price .pht-dot { animation: none; } }
@keyframes pht-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(111,224,0,.5); }
  70%  { box-shadow: 0 0 0 10px rgba(111,224,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(111,224,0,0); }
}

/* ── PATHS (paper) ── */
.paths-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.path-card {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 22px;
  padding: 38px 36px 32px; overflow: hidden; text-decoration: none; color: #0A0A0A;
  transition: transform 260ms cubic-bezier(.22,.61,.36,1), box-shadow 260ms, border-color 260ms;
}
.path-card:hover { transform: translateY(-5px); box-shadow: 0 28px 60px rgba(0,0,0,.12); border-color: rgba(111,224,0,.5); }
.path-card .pc-glyph {
  position: absolute; top: -28px; right: 8px;
  font-family: 'Kardige', sans-serif; font-size: 190px; line-height: 1;
  color: rgba(0,0,0,.04); pointer-events: none; user-select: none; letter-spacing: -.04em;
}
.path-card .pc-tag {
  font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: #3F8A00; margin: 0 0 18px; display: inline-flex; align-items: center; gap: 10px;
}
.path-card .pc-tag::before { content: ""; width: 22px; height: 1.5px; background: #3F8A00; }
.path-card h3 {
  font-family: 'Kardige', sans-serif; font-weight: 400; letter-spacing: -.015em;
  font-size: 34px; line-height: 1.04; margin: 0 0 14px;
}
.path-card .pc-desc { font-size: 16px; line-height: 1.6; color: #4A4A4A; margin: 0 0 26px; max-width: 38ch; }
.path-card .pc-list { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 11px; }
.path-card .pc-list li { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; line-height: 1.5; color: #2a2a28; }
.path-card .pc-list .tick {
  width: 20px; height: 20px; border-radius: 50%; background: #6FE000; flex-shrink: 0;
  display: grid; place-items: center; margin-top: 1px;
}
.path-card .pc-list .tick svg { width: 11px; height: 11px; }
.path-card .pc-go {
  margin-top: auto; display: inline-flex; align-items: center; gap: 11px;
  font-size: 14px; font-weight: 700; letter-spacing: .02em; color: #0A0A0A;
  transition: gap 220ms cubic-bezier(.22,.61,.36,1);
}
.path-card .pc-go .arr {
  width: 34px; height: 34px; border-radius: 999px; background: #6FE000; color: #000;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: transform 220ms cubic-bezier(.22,.61,.36,1);
}
.path-card:hover .pc-go { gap: 15px; }
.path-card:hover .pc-go .arr { transform: translateX(3px); }

/* ── BOUWSTENEN (dark) ── */
.bs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bs-card {
  position: relative; background: #121212; border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px; padding: 28px 26px 26px; overflow: hidden;
  transition: border-color 240ms, transform 240ms cubic-bezier(.22,.61,.36,1);
}
.bs-card:hover { border-color: rgba(111,224,0,.42); transform: translateY(-4px); }
.bs-num {
  font-family: 'Kardige', sans-serif; font-size: 15px; color: #6FE000;
  letter-spacing: .04em; margin: 0 0 18px;
}
.bs-card h3 {
  font-family: 'Kardige', sans-serif; font-weight: 400; letter-spacing: -.01em;
  font-size: 27px; line-height: 1.08; color: #F8F5EE; margin: 0 0 10px;
}
.bs-card p { font-size: 14.5px; line-height: 1.55; color: rgba(248,245,238,.6); margin: 0; max-width: 32ch; }
.bs-foot { margin-top: 52px; display: flex; justify-content: center; }

/* ── ZO WERKT HET - stappen-flow (ink) ── */
.flow-head { max-width: 1240px; margin: 0 auto 18px; padding: 0 40px; }
.flow-list {
  max-width: 1240px; margin: 0 auto; padding: 0 40px;
  display: grid; gap: 0;
}
.flow-step {
  display: grid; grid-template-columns: 92px 1fr; gap: 28px; align-items: baseline;
  padding: 26px 0; border-top: 1px solid rgba(255,255,255,.1);
  transition: background 200ms;
}
.flow-step:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.flow-num {
  font-family: 'Kardige', sans-serif; font-size: 40px; line-height: 1;
  color: rgba(248,245,238,.2); letter-spacing: -.02em; transition: color 220ms;
}
.flow-step:hover .flow-num { color: #6FE000; }
.flow-body { display: flex; flex-direction: column; gap: 6px; }
.flow-body h3 {
  font-family: 'Luxe Uno', sans-serif; font-weight: 700; font-size: 21px;
  letter-spacing: -.01em; color: #F8F5EE; margin: 0;
}
.flow-body p { font-size: 15px; line-height: 1.55; color: rgba(248,245,238,.55); margin: 0; max-width: 60ch; }
.flow-step.is-final { background: rgba(111,224,0,.05); border-color: rgba(111,224,0,.28); }
.flow-step.is-final .flow-num { color: #6FE000; }

/* live-prijs note */
.flow-note {
  max-width: 1240px; margin: 34px auto 0; padding: 0 40px;
}
.flow-note-inner {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  background: rgba(111,224,0,.07); border: 1px solid rgba(111,224,0,.22);
  border-radius: 16px; padding: 20px 24px;
}
.flow-note .fn-ico {
  width: 42px; height: 42px; border-radius: 12px; background: rgba(111,224,0,.14);
  color: #6FE000; display: grid; place-items: center; flex-shrink: 0;
}
.flow-note .fn-ico svg { width: 20px; height: 20px; }
.flow-note .fn-text { font-size: 15px; line-height: 1.5; color: rgba(248,245,238,.78); margin: 0; flex: 1; min-width: 240px; }
.flow-note .fn-text b { color: #6FE000; font-weight: 700; }

/* ── FINAL CTA (dark, centered) ── */
.final-cta { position: relative; text-align: center; overflow: hidden; }
.final-cta::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 82% at 50% 50%, rgba(111,224,0,.17), transparent 65%);
}
.final-cta .wrap { position: relative; z-index: 2; }
.final-cta h2 {
  font-family: 'Kardige', sans-serif; font-weight: 400; letter-spacing: -.025em;
  font-size: clamp(40px, 5.4vw, 84px); line-height: 1.0; margin: 0 auto 22px; max-width: 15ch;
}
.final-cta h2 em { font-style: normal; color: #6FE000; text-shadow: 0 0 44px rgba(111,224,0,.4); }
.final-cta p { font-size: 19px; line-height: 1.55; font-weight: 300; color: #D4D4D4; max-width: 50ch; margin: 0 auto 36px; }
.final-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  /* Hero-strip verbergen op telefoon: neemt te veel ruimte in */
  .hero-strip { display: none; }

  .p-hero { min-height: 72vh; }
  .p-hero-inner { padding-top: 96px; padding-bottom: 54px; }
  .paths-grid { grid-template-columns: 1fr; }
  .bs-grid { grid-template-columns: 1fr; }
  .flow-step { grid-template-columns: 64px 1fr; gap: 18px; }
  .flow-num { font-size: 32px; }
  .flow-head, .flow-list, .flow-note { padding: 0 22px; }
}
