/* BijJouBijMij — marketing-site
   Sfeer overgenomen uit de app: lavendel/mint-pastels, Nunito/Quicksand,
   ronde vormen, zachte overgangen ("emotionele veiligheid"). */

:root {
  --bg: hsl(220 15% 98%);
  --ink: hsl(240 15% 25%);
  --ink-soft: hsl(240 10% 45%);
  --ink-faint: hsl(240 10% 60%);
  --lav: hsl(270 50% 85%);
  --lav-soft: hsl(270 50% 94%);
  --lav-strong: hsl(266 45% 56%);
  --lav-deep: hsl(266 48% 44%);
  --mint: hsl(150 30% 85%);
  --mint-soft: hsl(150 35% 94%);
  --mint-strong: hsl(152 40% 34%);
  --blue: hsl(200 40% 90%);
  --blue-soft: hsl(200 45% 95%);
  --warn-soft: hsl(45 80% 92%);
  --warn-ink: hsl(45 70% 30%);
  --card: #fff;
  --border: hsl(220 15% 90%);
  --radius: 1rem;
  --shadow: 0 10px 30px -12px hsl(266 45% 56% / 0.18);
  --shadow-lg: 0 24px 60px -20px hsl(266 45% 56% / 0.28);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Quicksand', 'Nunito', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

img, svg { display: block; max-width: 100%; }
a { color: var(--lav-deep); }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- Navigatie ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: hsl(220 15% 98% / 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand strong { font-family: 'Quicksand', sans-serif; font-size: 1.2rem; }
.brand .bij { color: var(--lav-deep); }
.brand .mij { color: var(--mint-strong); }

.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links .btn { white-space: nowrap; padding: 10px 20px; font-size: 0.92rem; }
.brand strong { white-space: nowrap; }
.nav-links a { text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: 0.95rem; }
.nav-links a:hover { color: var(--ink); }
.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; color: var(--ink); cursor: pointer; }

/* ---------- Knoppen ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px;
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 1rem;
  text-decoration: none; cursor: pointer; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-primary { background: var(--lav-strong); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--lav-deep); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--lav); transform: translateY(-2px); }
.btn-mint { background: var(--mint-strong); color: #fff; box-shadow: 0 10px 30px -12px hsl(152 40% 34% / 0.35); }
.btn-mint:hover { filter: brightness(1.08); transform: translateY(-2px); }
.btn-lg { padding: 16px 34px; font-size: 1.08rem; }
.btn-note { font-size: 0.85rem; color: var(--ink-faint); margin-top: 10px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 72px 0 88px; }
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(80px); z-index: 0;
}
.hero::before { width: 520px; height: 520px; background: hsl(270 50% 85% / 0.55); top: -180px; right: -120px; }
.hero::after { width: 460px; height: 460px; background: hsl(150 30% 85% / 0.6); bottom: -200px; left: -140px; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--border); border-radius: 999px;
  padding: 7px 16px; font-size: 0.85rem; font-weight: 700; color: var(--ink-soft);
  box-shadow: var(--shadow); margin-bottom: 22px;
}
.hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.3rem); margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--lav-deep); }
.hero p.lead { font-size: 1.18rem; color: var(--ink-soft); max-width: 34em; margin-bottom: 30px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* ---------- Trustbar ---------- */
.trustbar { border-block: 1px solid var(--border); background: #fff; padding: 18px 0; }
.trustbar .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 38px; }
.trust-item { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 0.92rem; color: var(--ink-soft); }
.trust-item svg { flex: none; }

/* ---------- Secties ---------- */
.section { padding: 88px 0; }
.section.tint-lav { background: linear-gradient(180deg, var(--lav-soft), var(--bg)); }
.section.tint-mint { background: linear-gradient(180deg, var(--mint-soft), var(--bg)); }
.section-head { max-width: 640px; margin: 0 auto 52px; text-align: center; }
.section-head h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 14px; }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; }
.kicker {
  display: inline-block; font-family: 'Quicksand', sans-serif; font-weight: 700;
  font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--lav-deep); margin-bottom: 12px;
}

/* ---------- Feature-cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card {
  background: var(--card); border: 1px solid var(--border); border-radius: calc(var(--radius) + 4px);
  padding: 30px 28px; box-shadow: 0 4px 20px -10px hsl(240 15% 25% / 0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card .icon {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center;
  margin-bottom: 18px; font-size: 1.5rem;
}
.icon.lav { background: var(--lav-soft); }
.icon.mint { background: var(--mint-soft); }
.icon.blue { background: var(--blue-soft); }
.card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: 0.98rem; }
.card .tag {
  display: inline-block; margin-top: 14px; font-size: 0.78rem; font-weight: 800;
  color: var(--mint-strong); background: var(--mint-soft); border-radius: 999px; padding: 4px 12px;
}

/* ---------- Telefoon-mockup ---------- */
.phone {
  width: 320px; margin: 0 auto; background: #fff; border-radius: 42px;
  border: 1px solid var(--border); box-shadow: var(--shadow-lg); padding: 16px 14px 22px;
}
.phone-notch { width: 110px; height: 22px; background: var(--bg); border-radius: 999px; margin: 0 auto 14px; }
.phone-title { text-align: center; font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 0.95rem; margin-bottom: 12px; }
.bubble {
  max-width: 85%; padding: 11px 15px; border-radius: 18px; font-size: 0.88rem; margin-bottom: 10px; line-height: 1.45;
}
.bubble.them { background: var(--blue-soft); border-bottom-left-radius: 6px; }
.bubble.me { background: var(--lav-soft); margin-left: auto; border-bottom-right-radius: 6px; }
.bubble .time { display: block; font-size: 0.68rem; color: var(--ink-faint); margin-top: 4px; }
.livetone {
  border: 1.5px dashed hsl(45 70% 60%); background: var(--warn-soft);
  border-radius: 16px; padding: 12px 14px; font-size: 0.84rem; margin-top: 6px;
}
.livetone strong { color: var(--warn-ink); display: flex; align-items: center; gap: 6px; font-size: 0.8rem; }
.livetone .suggestie { background: #fff; border-radius: 10px; padding: 8px 10px; margin-top: 8px; font-style: italic; }
.livetone .lt-btns { display: flex; gap: 8px; margin-top: 10px; }
.livetone .lt-btns span {
  font-size: 0.75rem; font-weight: 800; border-radius: 999px; padding: 5px 12px;
}
.lt-accept { background: var(--mint-strong); color: #fff; }
.lt-keep { background: #fff; color: var(--ink-soft); border: 1px solid var(--border); }

/* ---------- NL-band ---------- */
.nl-band { border-radius: 28px; background: linear-gradient(135deg, var(--lav-soft), var(--mint-soft)); padding: 56px 48px; }
.nl-band .grid-2 { align-items: center; gap: 48px; }
.nl-list { list-style: none; display: grid; gap: 16px; }
.nl-list li { display: flex; gap: 14px; align-items: flex-start; }
.nl-list .dot {
  flex: none; width: 34px; height: 34px; border-radius: 12px; background: #fff;
  display: grid; place-items: center; font-size: 1rem; box-shadow: var(--shadow); margin-top: 2px;
}
.nl-list strong { display: block; }
.nl-list span.sub { color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- Vergelijkingstabel ---------- */
.compare-wrap { overflow-x: auto; border-radius: 20px; border: 1px solid var(--border); background: #fff; box-shadow: var(--shadow); }
table.compare { width: 100%; border-collapse: collapse; min-width: 640px; font-size: 0.95rem; }
.compare th, .compare td { padding: 14px 20px; text-align: left; border-bottom: 1px solid var(--border); }
.compare thead th { font-family: 'Quicksand', sans-serif; font-size: 1rem; background: var(--lav-soft); }
.compare thead th:nth-child(2) { background: var(--lav-strong); color: #fff; }
.compare tbody tr:last-child td { border-bottom: none; }
.compare td.yes { color: var(--mint-strong); font-weight: 800; }
.compare td.no { color: var(--ink-faint); }
.compare td:nth-child(2) { background: hsl(270 50% 94% / 0.45); }
.compare-note { font-size: 0.85rem; color: var(--ink-faint); margin-top: 14px; text-align: center; }

/* ---------- Prijzen ---------- */
.toggle-wrap { display: flex; justify-content: center; margin-bottom: 40px; }
.toggle {
  display: inline-flex; background: #fff; border: 1px solid var(--border);
  border-radius: 999px; padding: 5px; gap: 4px; box-shadow: var(--shadow);
}
.toggle button {
  border: none; background: transparent; border-radius: 999px; cursor: pointer;
  padding: 9px 22px; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 0.95rem; color: var(--ink-soft);
}
.toggle button.active { background: var(--lav-strong); color: #fff; }
.toggle .besparing { font-size: 0.78rem; color: var(--mint-strong); font-weight: 800; }

.pricing { display: grid; grid-template-columns: repeat(2, minmax(0, 380px)); gap: 26px; justify-content: center; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; }
.price-card.featured { border: 2px solid var(--lav-strong); box-shadow: var(--shadow-lg); }
.badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--lav-strong); color: #fff; font-size: 0.75rem; font-weight: 800;
  border-radius: 999px; padding: 5px 16px; white-space: nowrap;
}
.price-card h3 { font-size: 1.3rem; }
.price { font-family: 'Quicksand', sans-serif; font-size: 2.6rem; font-weight: 700; margin: 12px 0 2px; }
.price small { font-size: 1rem; color: var(--ink-faint); font-weight: 600; }
.price-sub { color: var(--ink-faint); font-size: 0.88rem; margin-bottom: 20px; min-height: 1.4em; }
.check-list { list-style: none; display: grid; gap: 11px; margin: 4px 0 28px; }
.check-list li { display: flex; gap: 10px; font-size: 0.97rem; align-items: flex-start; }
.check-list li::before { content: "✓"; color: var(--mint-strong); font-weight: 900; flex: none; }
.price-card .btn { margin-top: auto; }
.pricing-note { text-align: center; color: var(--ink-faint); font-size: 0.9rem; margin-top: 26px; }

/* ---------- Stappen ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: stap; }
.steps.five { grid-template-columns: repeat(5, 1fr); }
.step { position: relative; padding-top: 8px; }
.step .num {
  font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 2.6rem;
  color: var(--lav); line-height: 1; margin-bottom: 10px;
}
.step h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 0.96rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 14px; }
.faq details {
  background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 20px 26px;
}
.faq summary {
  cursor: pointer; font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 1.05rem;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--lav-strong); transition: transform .2s; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin-top: 12px; color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- Slot-CTA ---------- */
.final-cta {
  border-radius: 32px; text-align: center; padding: 72px 40px;
  background: linear-gradient(135deg, hsl(266 45% 56%), hsl(266 48% 40%)); color: #fff;
  position: relative; overflow: hidden;
}
.final-cta::before {
  content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%;
  background: hsl(150 30% 85% / 0.25); filter: blur(70px); top: -130px; right: -80px;
}
.final-cta h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: 14px; position: relative; }
.final-cta p { opacity: 0.9; max-width: 32em; margin: 0 auto 30px; position: relative; }
.final-cta .btn-primary { background: #fff; color: var(--lav-deep); position: relative; }
.final-cta .btn-primary:hover { background: var(--lav-soft); }

/* ---------- Footer ---------- */
footer { padding: 56px 0 40px; border-top: 1px solid var(--border); margin-top: 88px; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; align-items: flex-start; }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; }
.footer-links a { color: var(--ink-soft); text-decoration: none; font-size: 0.92rem; font-weight: 600; }
.footer-links a:hover { color: var(--ink); }
.footer-note { width: 100%; color: var(--ink-faint); font-size: 0.85rem; margin-top: 8px; }

/* ---------- Reveal-animatie ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsief ---------- */
@media (max-width: 1100px) {
  .steps.five { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .hero-inner, .grid-3, .grid-2, .steps, .steps.five, .nl-band .grid-2 { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: minmax(0, 420px); }
  .hero { padding: 48px 0 64px; }
  .section { padding: 64px 0; }
  .nl-band { padding: 40px 26px; }
  .nav-links {
    display: none; position: absolute; top: 68px; left: 0; right: 0;
    flex-direction: column; background: #fff; border-bottom: 1px solid var(--border);
    padding: 20px 24px; gap: 18px; align-items: flex-start;
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .phone { width: min(320px, 88vw); }
}
