/* Pagina Nueva — prijzen (consistent met start / landing-start3) */

.lp {
    padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
}

.lp-hero-band {
    padding-bottom: 1.25rem;
}

.lp-hero {
    display: grid;
    gap: 1rem;
    align-items: start;
}

.lp-hero__copy {
    min-width: 0;
}

.lp-hero .ls2-hero__title {
    font-size: clamp(1.65rem, 5.5vw, 2.25rem);
    margin-bottom: 0.65rem;
}

.lp-hero .ls2-nl-callout {
    margin-bottom: 0;
}

/* Compacte Nova — geen grote hero-slot */
.lp-compact-nova {
    display: flex;
    align-items: flex-end;
    gap: 0.55rem;
    max-width: 100%;
}

.lp-compact-nova__figure {
    flex: 0 0 auto;
    line-height: 0;
}

.lp-compact-nova__figure .ls2-nova-figure {
    filter: drop-shadow(0 6px 14px rgba(13, 90, 72, 0.18));
}

.lp-compact-nova__bubble {
    flex: 1;
    min-width: 0;
    font-size: 0.8125rem;
}

.lp .ls2-feat-strip__inner {
    grid-template-columns: 1fr 1fr;
}

/* Plan cards */
.lp-plans {
    padding: 2rem 0;
    background: #fff;
}

.lp-plans__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.lp-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1.25rem;
    border-radius: var(--ls2-radius, 16px);
    border: 1px solid #e5ece9;
    background: #fafcfb;
    box-shadow: 0 2px 12px rgba(26, 46, 40, 0.04);
}

.lp-card--free {
    border-color: #d4e8e0;
    background: linear-gradient(135deg, #fff 0%, #f4faf7 100%);
}

.lp-card--featured {
    border-color: var(--ls2-green, #0d5a48);
    border-width: 2px;
    background: linear-gradient(135deg, #fff 0%, #f0faf6 100%);
    box-shadow: 0 12px 32px rgba(13, 90, 72, 0.12);
}

.lp-card__badge {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: var(--ls2-green, #0d5a48);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lp-card__label {
    font-size: 1.0625rem;
    font-weight: 800;
    color: var(--ls2-text, #1a2e28);
    padding-right: 4rem;
}

.lp-card__price {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--ls2-green, #0d5a48);
    line-height: 1.1;
}

.lp-card__price span {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--ls2-muted, #5c6f68);
}

.lp-card__list {
    margin: 0.25rem 0 0;
    padding: 0;
    list-style: none;
    flex: 1;
    display: grid;
    gap: 0.4rem;
}

.lp-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: var(--ls2-muted, #5c6f68);
}

.lp-card__list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--ls2-green, #0d5a48);
    font-size: 0.75rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.lp-card__actions {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 0.65rem;
}

.lp-card__actions .ls2-btn {
    width: 100%;
    box-sizing: border-box;
}

.lp-footnote {
    margin: 1.25rem 0 0;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    background: var(--ls2-cream, #f3efe6);
    font-size: 0.8125rem;
    color: var(--ls2-muted, #5c6f68);
    line-height: 1.45;
}

.lp-footnote i {
    color: var(--ls2-green, #0d5a48);
    margin-right: 0.25rem;
}

@media (min-width: 600px) {
    .lp-plans__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .lp {
        padding-bottom: 2rem;
    }

    .lp-hero {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
        gap: 1.5rem 2rem;
        align-items: center;
    }

    .lp-compact-nova {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .lp-compact-nova__bubble {
        border-radius: 14px;
        font-size: 0.875rem;
    }

    .lp .ls2-feat-strip__inner {
        grid-template-columns: repeat(4, 1fr);
    }

    .lp-plans__grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }

    .lp .ls3-sticky {
        display: none !important;
    }
}

@media (max-width: 380px) {
    .lp-compact-nova__bubble {
        font-size: 0.75rem;
        padding: 0.6rem 0.7rem;
    }
}
