/* ============================================================================
   landing.css — gedeelde stijl voor de SEO-landingspagina's onder /l/
   Geladen NA style.css?v=6 en site.css?v=2. Alle regels hier zijn geprefixt
   met `lp-` en worden uitsluitend door /l/*.html gebruikt.
   Ontstaan 2026-08-28 (SEO-fase). Bump ?v= op alle /l/-pagina's bij wijziging.
   ========================================================================== */

/* style.css zet een max-width op <p>; dat breekt een gecentreerde eyebrow. */
.vs-eyebrow { max-width: none; }

/* ------------------------------------------------------------------ hero */
.lp-hero { min-height: 62svh; }
.lp-hero .vs-hero-inner { max-width: var(--vs-maxw); }
.lp-hero-sub {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}
.lp-hero-sub li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    padding: 0.32rem 0.75rem;
    font-size: 0.82rem;
    color: #fff;
    backdrop-filter: blur(2px);
}
.lp-hero-sub svg { width: 15px; height: 15px; flex: 0 0 15px; color: var(--vs-coral); }
.lp-hero-sub b { font-weight: 700; color: #fff; }

/* ------------------------------------------------------------- USP strip */
.lp-usps {
    background: var(--vs-ink);
    padding: clamp(1.5rem, 5vw, 2.25rem) var(--vs-gut);
}
.lp-usps-inner {
    max-width: var(--vs-maxw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
.lp-usp {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.45;
}
.lp-usp svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: var(--vs-coral);
    margin-top: 1px;
}

/* ------------------------------------------------------------ body / prose */
.lp-prose { margin-top: 1.75rem; }
.lp-prose p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--vs-text);
    margin: 0 0 1rem;
    max-width: 44rem;
}
.lp-prose h3 {
    font-family: var(--font-display, 'Bebas Neue', sans-serif);
    font-weight: 400;
    font-size: clamp(1.35rem, 5vw, 1.7rem);
    letter-spacing: 0.035em;
    color: var(--vs-navy);
    margin: 1.75rem 0 0.6rem;
}
.lp-prose h3:first-child { margin-top: 0; }
.lp-prose a { color: var(--vs-coral); font-weight: 600; }
.lp-prose ul.lp-ticks {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: grid;
    gap: 0.55rem;
    max-width: 44rem;
}
.lp-prose ul.lp-ticks li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--vs-text);
}
.lp-prose ul.lp-ticks svg {
    width: 18px; height: 18px; flex: 0 0 18px;
    color: var(--vs-coral); margin-top: 3px;
}
.lp-prose ul.lp-ticks b { color: var(--vs-navy); }

/* twee kolommen tekst + factbox */
.lp-cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-top: 1.75rem;
    align-items: start;
}
.lp-facts {
    background: var(--vs-cream);
    border-left: 4px solid var(--vs-coral);
    border-radius: var(--vs-radius);
    padding: 1.25rem 1.2rem;
}
.lp-facts h3 {
    font-family: var(--font-display, 'Bebas Neue', sans-serif);
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    color: var(--vs-navy);
    margin: 0 0 0.75rem;
}
.lp-facts dl { margin: 0; display: grid; gap: 0.55rem; }
.lp-facts div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px dashed var(--vs-line);
    padding-bottom: 0.5rem;
    font-size: 0.88rem;
    line-height: 1.4;
}
.lp-facts div:last-child { border-bottom: 0; padding-bottom: 0; }
.lp-facts dt { color: var(--vs-muted); }
.lp-facts dd { margin: 0; color: var(--vs-navy); font-weight: 600; text-align: right; }

/* ------------------------------------------------------------- tier cards */
.lp-tiers {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2rem;
    align-items: stretch;
}
.lp-tier {
    background: #fff;
    border: 2px solid var(--vs-navy);
    border-radius: var(--vs-radius);
    padding: 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
}
.lp-tier--featured { border-color: var(--vs-coral); box-shadow: var(--vs-shadow-offset-coral); }
.lp-tier-flag {
    position: absolute;
    top: -1px; right: -1px;
    background: var(--vs-coral);
    color: #fff;
    font-family: var(--font-display, 'Bebas Neue', sans-serif);
    font-size: 0.85rem;
    letter-spacing: 0.14em;
    padding: 0.25rem 0.7rem;
    text-transform: uppercase;
}
.lp-tier-format {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--vs-quiet);
    font-weight: 600;
    margin: 0 0 0.35rem;
}
.lp-tier h3 {
    font-family: var(--font-display, 'Bebas Neue', sans-serif);
    font-weight: 400;
    font-size: clamp(1.45rem, 5vw, 1.8rem);
    line-height: 1.05;
    letter-spacing: 0.03em;
    color: var(--vs-navy);
    margin: 0 0 0.5rem;
}
.lp-tier--featured h3 { padding-right: 7.5rem; }
.lp-price {
    font-family: var(--font-display, 'Bebas Neue', sans-serif);
    font-size: 2.1rem;
    line-height: 1;
    color: var(--vs-coral);
    margin: 0 0 0.15rem;
}
.lp-price small {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 0.8rem;
    color: var(--vs-quiet);
    letter-spacing: 0.04em;
    margin-left: 0.35rem;
}
.lp-tier-note { font-size: 0.78rem; color: var(--vs-quiet); margin: 0 0 0.9rem; }
.lp-tier-desc { font-size: 0.95rem; line-height: 1.6; color: var(--vs-text); margin: 0 0 1rem; }
.lp-bullets { list-style: none; margin: 0 0 1.1rem; padding: 0; display: grid; gap: 0.5rem; }
.lp-bullets li {
    display: flex; align-items: flex-start; gap: 0.55rem;
    font-size: 0.9rem; line-height: 1.45; color: var(--vs-text);
}
.lp-bullets svg { width: 18px; height: 18px; flex: 0 0 18px; color: var(--vs-coral); margin-top: 2px; }
.lp-tier-cta { margin-top: auto; }
.lp-tiers-foot {
    margin: 1.5rem 0 0;
    font-size: 0.88rem;
    color: var(--vs-muted);
    text-align: center;
}
.lp-tiers-foot a { color: var(--vs-coral); font-weight: 600; }

/* ------------------------------------------------------------ finder hints */
.lp-hint {
    display: flex; flex-wrap: wrap; gap: 0.5rem;
    margin: 1.25rem 0 0; padding: 0; list-style: none; justify-content: center;
}
.lp-hint li {
    border: 1px dashed var(--vs-line);
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.82rem;
    color: var(--vs-muted);
    background: #fff;
}
.lp-hint b { color: var(--vs-navy); }

/* ------------------------------------------------------------------ steps */
.lp-steps { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-top: 2rem; }
.lp-step {
    background: #fff;
    border: 1px solid var(--vs-line);
    border-radius: var(--vs-radius);
    padding: 1.4rem 1.25rem;
}
.lp-step-icon {
    width: 46px; height: 46px;
    display: flex; align-items: center; justify-content: center;
    border: 2px solid var(--vs-coral);
    border-radius: 50%;
    color: var(--vs-coral);
    margin-bottom: 0.9rem;
}
.lp-step-icon svg { width: 24px; height: 24px; }
.lp-step-num {
    font-family: var(--font-display, 'Bebas Neue', sans-serif);
    font-size: 0.85rem; letter-spacing: 0.22em; color: var(--vs-quiet); display: block;
}
.lp-step h3 {
    font-family: var(--font-display, 'Bebas Neue', sans-serif);
    font-weight: 400; font-size: 1.45rem; letter-spacing: 0.03em;
    color: var(--vs-navy); margin: 0.15rem 0 0.5rem;
}
.lp-step p { margin: 0; font-size: 0.92rem; line-height: 1.6; color: var(--vs-text); }
.lp-steps-note {
    display: flex; align-items: center; gap: 0.6rem; justify-content: center;
    margin: 1.75rem 0 0; font-size: 0.9rem; color: var(--vs-navy); font-weight: 600;
}
.lp-steps-note svg { width: 20px; height: 20px; color: var(--vs-coral); flex: 0 0 20px; }

/* -------------------------------------------------------------------- FAQ */
.lp-faq { margin-top: 2rem; }
.lp-q { border-bottom: 1px solid var(--vs-line); background: transparent; }
.lp-q > summary {
    cursor: pointer; list-style: none;
    display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem;
    padding: 1.05rem 0;
    font-size: 1rem; font-weight: 600; line-height: 1.4; color: var(--vs-navy);
}
.lp-q > summary::-webkit-details-marker { display: none; }
.lp-q > summary svg {
    width: 22px; height: 22px; flex: 0 0 22px;
    color: var(--vs-coral); transition: transform 0.2s ease; margin-top: 1px;
}
.lp-q[open] > summary svg { transform: rotate(45deg); }
.lp-a { padding: 0 0 1.15rem; margin: 0; font-size: 0.93rem; line-height: 1.7; color: var(--vs-text); max-width: 56rem; }
.lp-a p { margin: 0 0 0.7rem; }
.lp-a p:last-child { margin-bottom: 0; }

/* -------------------------------------------------------- related links row */
.lp-related { background: var(--vs-cream); }
.lp-relgrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 1.5rem;
}
.lp-relcard {
    display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
    background: #fff;
    border: 1px solid var(--vs-line);
    border-radius: var(--vs-radius);
    padding: 1rem 1.1rem;
    text-decoration: none;
    transition: border-color 0.15s ease, transform 0.15s ease;
}
.lp-relcard:hover, .lp-relcard:focus-visible { border-color: var(--vs-coral); transform: translateY(-2px); }
.lp-relcard strong {
    display: block;
    font-family: var(--font-display, 'Bebas Neue', sans-serif);
    font-weight: 400; font-size: 1.2rem; letter-spacing: 0.03em;
    color: var(--vs-navy); margin-bottom: 0.15rem;
}
.lp-relcard span { font-size: 0.84rem; line-height: 1.45; color: var(--vs-muted); }
.lp-relcard svg { width: 20px; height: 20px; flex: 0 0 20px; color: var(--vs-coral); }

/* ------------------------------------------------------------- dual close */
.lp-close { background: var(--vs-coral); padding: clamp(2.5rem, 8vw, 4.5rem) var(--vs-gut); }
.lp-close-inner {
    max-width: var(--vs-maxw); margin: 0 auto;
    display: grid; grid-template-columns: 1fr; gap: 1.25rem; align-items: start;
}
.lp-close h2 {
    font-family: var(--font-display, 'Bebas Neue', sans-serif);
    font-weight: 400; font-size: clamp(2rem, 7vw, 3rem);
    letter-spacing: 0.045em; line-height: 1; color: #fff; margin: 0.4rem 0 0.7rem;
}
.lp-close .vs-eyebrow { color: rgba(255, 255, 255, 0.85); }
.lp-phone {
    background: var(--vs-ink); border-radius: var(--vs-radius);
    padding: 1.6rem 1.35rem; color: rgba(255, 255, 255, 0.82);
}
.lp-phone p { font-size: 0.93rem; line-height: 1.65; margin: 0 0 1.1rem; }
.lp-phone-num {
    display: inline-flex; align-items: center; gap: 0.6rem;
    font-family: var(--font-display, 'Bebas Neue', sans-serif);
    font-size: clamp(1.7rem, 6.5vw, 2.2rem); letter-spacing: 0.03em;
    color: #fff; text-decoration: none; line-height: 1;
}
.lp-phone-num svg { width: 26px; height: 26px; color: var(--vs-coral); flex: 0 0 26px; }
.lp-phone-num:hover, .lp-phone-num:focus-visible { color: var(--vs-coral); }
.lp-phone-meta { margin: 1.1rem 0 0; font-size: 0.82rem; color: rgba(255, 255, 255, 0.55); line-height: 1.6; }
.lp-phone-meta a { color: #fff; text-decoration: underline; }
.lp-form { background: #fff; border-radius: var(--vs-radius); padding: 1.5rem 1.35rem; }
.lp-form h3 {
    font-family: var(--font-display, 'Bebas Neue', sans-serif);
    font-weight: 400; font-size: 1.6rem; letter-spacing: 0.03em;
    color: var(--vs-navy); margin: 0 0 0.3rem;
}
.lp-form > p, .lp-form .lp-form-intro {
    font-size: 0.88rem; color: var(--vs-muted); line-height: 1.55; margin: 0 0 1.1rem;
}
.lp-fields { display: grid; gap: 0.85rem; }
.lp-row { display: grid; gap: 0.85rem; }
.lp-field label {
    display: block; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
    font-weight: 600; color: var(--vs-navy); margin-bottom: 0.3rem;
}
.lp-field input {
    width: 100%; box-sizing: border-box;
    font-family: 'IBM Plex Sans', sans-serif; font-size: 1rem;
    padding: 0.7rem 0.75rem; border: 1px solid var(--vs-line);
    border-radius: var(--vs-radius); background: #fff; color: var(--vs-ink); min-height: 44px;
}
.lp-field input:focus { outline: 2px solid var(--vs-coral); outline-offset: 1px; border-color: var(--vs-coral); }
.lp-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lp-form-msg {
    margin: 0.9rem 0 0; font-size: 0.88rem; line-height: 1.55;
    padding: 0.7rem 0.85rem; border-radius: var(--vs-radius);
    background: #fdecea; color: #8a1c10; border: 1px solid #f2b8b1;
}
.lp-form-small { margin: 0.9rem 0 0; font-size: 0.76rem; color: var(--vs-quiet); line-height: 1.5; }
.lp-form-small a { color: var(--vs-coral); }
.lp-success { text-align: center; padding: 1.5rem 0.5rem; }
.lp-success svg { width: 46px; height: 46px; color: var(--vs-coral); }
.lp-success h3 { margin: 0.8rem 0 0.4rem; }
.lp-success p { font-size: 0.92rem; line-height: 1.6; color: var(--vs-text); margin: 0; }

/* footer.html zet .site-footer{margin-top:3xl}; site.css nult dat alleen na een
   .vs-cta-band, dus de eigen close-band moet dat zelf doen. */
.lp-close ~ #footer-container .site-footer { margin-top: 0; }

/* ----------------------------------------------------- breadcrumb (zichtbaar) */
.lp-crumbs {
    max-width: var(--vs-maxw);
    margin: 0 auto;
    padding: 0.75rem var(--vs-gut);
    font-size: 0.8rem;
    color: var(--vs-quiet);
}
.lp-crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.4rem; align-items: center; }
.lp-crumbs a { color: var(--vs-muted); text-decoration: none; }
.lp-crumbs a:hover { color: var(--vs-coral); }
.lp-crumbs li[aria-current] { color: var(--vs-navy); font-weight: 600; }
.lp-crumbs svg { width: 12px; height: 12px; color: var(--vs-line); }

/* --------------------------------------------- sticky mobiele CTA-balk */
.lp-sticky {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 900;
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem calc(0.5rem + env(safe-area-inset-bottom, 0px));
    background: rgba(14, 23, 32, 0.96);
    border-top: 2px solid var(--vs-coral);
    backdrop-filter: blur(6px);
}
.lp-sticky .lp-sticky-cta {
    flex: 1 1 auto;
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 46px;
    background: var(--vs-coral); color: #fff;
    font-family: var(--font-display, 'Bebas Neue', sans-serif);
    font-size: 1.15rem; letter-spacing: 0.09em; text-transform: uppercase;
    text-decoration: none; border-radius: var(--vs-radius);
}
.lp-sticky .lp-sticky-tel {
    flex: 0 0 52px;
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 46px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: var(--vs-radius);
    color: #fff;
}
.lp-sticky .lp-sticky-tel svg { width: 22px; height: 22px; }
body.lp-body { padding-bottom: 66px; }

[hidden] { display: none !important; }

/* ------------------------------------------------------------ >= 768px */
@media (min-width: 768px) {
    .lp-usps-inner { grid-template-columns: repeat(2, 1fr); gap: 1.25rem 2rem; }
    .lp-cols { grid-template-columns: 1.35fr 0.65fr; gap: 2.5rem; }
    .lp-steps { grid-template-columns: repeat(3, 1fr); }
    .lp-relgrid { grid-template-columns: repeat(2, 1fr); }
    .lp-close-inner { grid-template-columns: 0.9fr 1.1fr; gap: 2rem; }
    .lp-row { grid-template-columns: 1fr 1fr; }
    .lp-sticky { display: none; }
    body.lp-body { padding-bottom: 0; }
}

/* ----------------------------------------------------------- >= 1024px */
@media (min-width: 1024px) {
    .lp-usps-inner { grid-template-columns: repeat(4, 1fr); }
    .lp-usp { flex-direction: column; gap: 0.6rem; }
    .lp-tiers { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .lp-tiers--2 { grid-template-columns: repeat(2, 1fr); max-width: 46rem; margin-left: auto; margin-right: auto; }
    .lp-relgrid { grid-template-columns: repeat(4, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
    .lp-relcard, .lp-q > summary svg { transition: none; }
}
