/* Landingspagina — bouwt voort op de tokens en knoppen uit styles.css */

.lp-wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }

/* nav */
.lp-nav { position: sticky; top: 0; z-index: 50; background: rgba(243,246,251,.86); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.lp-nav-inner { max-width: 1080px; margin: 0 auto; padding: 0 22px; height: 68px; display: flex; align-items: center; justify-content: space-between; }
.lp-brand { display: flex; align-items: center; gap: 11px; }
.lp-brand .logo { width: 37px; height: 37px; border-radius: 11px; background: var(--brand); display: grid; place-items: center; color: #fff; }
.lp-brand .logo svg { width: 21px; height: 21px; }
.lp-brand h1 { font-size: 19px; font-weight: 800; letter-spacing: -.4px; }
.lp-nav-links { display: flex; align-items: center; gap: 22px; }
.lp-nav-links a.nl { font-size: 14.5px; font-weight: 600; color: var(--ink-soft); }
.lp-nav-links a.nl:hover { color: var(--brand); }
@media (max-width: 640px) { .lp-nav-links a.nl { display: none; } }

/* hero */
.lp-hero { padding: 64px 0 40px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .lp-hero { grid-template-columns: 1fr; gap: 34px; padding: 44px 0 20px; text-align: center; } }
.lp-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--brand-soft); color: var(--brand-strong); font-size: 13px; font-weight: 700; padding: 7px 14px; border-radius: 999px; margin-bottom: 20px; }
.lp-eyebrow .d { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.lp-hero h2 { font-size: 52px; line-height: 1.05; font-weight: 800; letter-spacing: -1.8px; }
.lp-hero h2 .hl { color: var(--brand); }
@media (max-width: 900px) { .lp-hero h2 { font-size: 40px; } }
@media (max-width: 480px) { .lp-hero h2 { font-size: 32px; } }
.lp-hero p.lead { font-size: 18.5px; color: var(--ink-soft); margin: 20px 0 28px; max-width: 520px; }
@media (max-width: 900px) { .lp-hero p.lead { margin-left: auto; margin-right: auto; } }
.lp-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 900px) { .lp-cta-row { justify-content: center; } }
.btn-lg { font-size: 16px; padding: 15px 26px; }
.lp-hero .undernote { margin-top: 16px; font-size: 13.5px; color: var(--ink-soft); display: flex; align-items: center; gap: 7px; }
@media (max-width: 900px) { .lp-hero .undernote { justify-content: center; } }
.lp-hero .undernote svg { width: 15px; height: 15px; color: var(--good); }

/* hero productvoorbeeld */
.lp-shot { position: relative; }
.lp-shot .card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 24px; }
.lp-shot .qbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.lp-shot .qbar .count { font-size: 12.5px; font-weight: 700; color: var(--ink-soft); }
.lp-shot .qbar .pill { font-size: 11.5px; font-weight: 700; color: var(--brand-strong); background: var(--brand-soft); padding: 5px 11px; border-radius: 999px; }
.lp-shot .qtext { font-size: 18px; font-weight: 700; letter-spacing: -.3px; margin-bottom: 16px; text-align: left; }
.lp-shot .opt { display: flex; align-items: center; gap: 12px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: 12px 14px; margin-bottom: 9px; font-size: 14.5px; font-weight: 600; text-align: left; }
.lp-shot .opt .k { width: 24px; height: 24px; border-radius: 7px; background: var(--bg); color: var(--ink-soft); display: grid; place-items: center; font-size: 12px; font-weight: 800; flex: none; }
.lp-shot .opt.correct { border-color: var(--good); background: var(--good-soft); }
.lp-shot .opt.correct .k { background: var(--good); color: #fff; }
.lp-shot .expl { background: var(--good-soft); border-radius: var(--radius-sm); padding: 12px 14px; font-size: 13px; margin-top: 4px; text-align: left; }
.lp-shot .badge { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 11.5px; font-weight: 700; color: var(--good); background: var(--good-soft); padding: 5px 11px; border-radius: 999px; }
.lp-shot .badge svg { width: 13px; height: 13px; }
.lp-shot .float { position: absolute; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 14px; padding: 11px 14px; font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 9px; }
.lp-shot .float .ic { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; color: #fff; flex: none; }
.lp-shot .float small { display: block; font-weight: 600; color: var(--ink-soft); font-size: 11.5px; }
.lp-shot .float.a { top: -22px; right: -14px; }
.lp-shot .float.b { bottom: -20px; left: -18px; }
@media (max-width: 900px) { .lp-shot { max-width: 440px; margin: 0 auto; } .lp-shot .float.a { right: 4px; } .lp-shot .float.b { left: 4px; } }
@media (max-width: 480px) { .lp-shot .float { display: none; } }

/* trust bar */
.lp-trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.lp-trust-inner { max-width: 1080px; margin: 0 auto; padding: 20px 22px; display: flex; flex-wrap: wrap; gap: 14px 34px; justify-content: center; align-items: center; }
.lp-trust .item { display: flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 700; color: var(--ink); }
.lp-trust .item svg { width: 17px; height: 17px; color: var(--brand); flex: none; }

/* secties */
.lp-sec { padding: 72px 0; }
.lp-sec.alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lp-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.lp-head .kick { font-size: 13px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; color: var(--brand); }
.lp-head h3 { font-size: 34px; font-weight: 800; letter-spacing: -1px; margin-top: 10px; }
@media (max-width: 480px) { .lp-head h3 { font-size: 27px; } }
.lp-head p { font-size: 16.5px; color: var(--ink-soft); margin-top: 12px; }

/* features */
.lp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .lp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .lp-grid { grid-template-columns: 1fr; } }
.lp-feat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.lp-sec.alt .lp-feat { background: var(--bg); }
.lp-feat .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--brand-soft); color: var(--brand-strong); display: grid; place-items: center; margin-bottom: 14px; }
.lp-feat .ic svg { width: 23px; height: 23px; }
.lp-feat h4 { font-size: 17.5px; font-weight: 700; letter-spacing: -.2px; }
.lp-feat p { font-size: 14px; color: var(--ink-soft); margin-top: 7px; }

/* stappen */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
@media (max-width: 720px) { .lp-steps { grid-template-columns: 1fr; } }
.lp-step { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow); }
.lp-step .num { width: 38px; height: 38px; border-radius: 11px; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 17px; margin-bottom: 14px; }
.lp-step h4 { font-size: 17.5px; font-weight: 700; }
.lp-step p { font-size: 14px; color: var(--ink-soft); margin-top: 7px; }

/* categorieën */
.lp-cats { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 760px; margin: 0 auto; }
.lp-cat { display: inline-flex; align-items: center; gap: 9px; background: var(--surface); border: 1.5px solid var(--line); border-radius: 999px; padding: 10px 17px; font-size: 14.5px; font-weight: 700; }
.lp-cat b { color: var(--brand); }

/* faq */
.lp-faq { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.lp-faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 20px; }
.lp-sec.alt .lp-faq details { background: var(--bg); }
.lp-faq summary { list-style: none; cursor: pointer; font-size: 16px; font-weight: 700; padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: '+'; font-size: 22px; font-weight: 400; color: var(--brand); flex: none; }
.lp-faq details[open] summary::after { content: '\2212'; }
.lp-faq p { font-size: 14.5px; color: var(--ink-soft); padding: 0 0 18px; margin: 0; }

/* eind-cta */
.lp-band { padding: 70px 0; }
.lp-band-inner { max-width: 1080px; margin: 0 auto; padding: 0 22px; }
.lp-band .box { background: linear-gradient(135deg, var(--brand), var(--brand-strong)); border-radius: 28px; padding: 56px 32px; text-align: center; color: #fff; box-shadow: var(--shadow-lg); }
.lp-band h3 { font-size: 34px; font-weight: 800; letter-spacing: -1px; }
@media (max-width: 480px) { .lp-band h3 { font-size: 26px; } }
.lp-band p { font-size: 17px; opacity: .92; margin: 14px auto 26px; max-width: 480px; }
.btn-white { background: #fff; color: var(--brand-strong); }
.btn-white:hover { background: #f0f4ff; color: var(--brand-strong); }

/* footer */
.lp-footer { border-top: 1px solid var(--line); padding: 40px 0; }
.lp-footer-inner { max-width: 1080px; margin: 0 auto; padding: 0 22px; display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; align-items: center; }
.lp-footer .fb { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.lp-footer .fb .logo { width: 30px; height: 30px; border-radius: 9px; background: var(--brand); display: grid; place-items: center; color: #fff; }
.lp-footer .fb .logo svg { width: 17px; height: 17px; }
.lp-footer .disc2 { font-size: 12.5px; color: var(--ink-soft); max-width: 560px; }
