/* Pagina Nueva — landing start3 (best of start + start2) */

.auth-page-body--landing-s2 {
    background: #f4f6f5;
}

.auth-page-main--landing-s2 {
    max-width: none;
    padding: 0;
    width: 100%;
    overflow: visible;
}

.ls2 {
    --ls2-green: #0d5a48;
    --ls2-green-2: #0f6b56;
    --ls2-cream: #f3efe6;
    --ls2-cream-2: #ebe4d6;
    --ls2-text: #1a2e28;
    --ls2-muted: #5c6f68;
    --ls2-radius: 16px;
    color: var(--ls2-text);
    font-family: var(--font, 'Source Sans 3', system-ui, sans-serif);
}

.ls2-wrap {
    width: min(1140px, 100%);
    margin: 0 auto;
    padding: 0 1.15rem;
    box-sizing: border-box;
}

.ls2-only-mobile { display: block; }
.ls2-only-desktop { display: none; }

/* ── Hero band (cream full-bleed) ── */
.ls2-hero-band {
    background: linear-gradient(180deg, var(--ls2-cream) 0%, #faf8f4 55%, #f4f6f5 100%);
    padding: 1.5rem 0 1.25rem;
    border-bottom: 1px solid var(--ls2-cream-2);
    overflow: visible;
}

.ls2-hero {
    display: grid;
    gap: 2rem;
    align-items: center;
}

.ls2-pill-badge {
    display: inline-block;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d4e8e0;
    color: var(--ls2-green);
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
}

.ls2-hero__title {
    font-size: clamp(1.75rem, 6.5vw, 2.65rem);
    line-height: 1.12;
    font-weight: 800;
    margin: 0 0 0.75rem;
    letter-spacing: -0.02em;
}

.ls2-hero__sub {
    font-size: 1rem;
    line-height: 1.55;
    color: var(--ls2-muted);
    margin: 0 0 1rem;
    max-width: 36rem;
}

/* Nova figures (mobile + desktop) */
.ls2-mobile-nova {
    display: flex;
    align-items: flex-end;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.ls2-mobile-nova__figure {
    flex: 0 0 auto;
    line-height: 0;
}

.ls2-mobile-nova__figure .ls2-nova-figure {
    filter: drop-shadow(0 8px 16px rgba(13, 90, 72, 0.22));
}

.ls2-nova-figure--hero {
    filter: drop-shadow(0 14px 28px rgba(13, 90, 72, 0.3));
}

.ls2-speech-bubble {
    flex: 1;
    padding: 0.75rem 0.9rem;
    background: #fff;
    border: 1px solid #dce8e3;
    border-radius: 14px 14px 14px 4px;
    font-size: 0.875rem;
    line-height: 1.45;
    box-shadow: 0 4px 14px rgba(26, 46, 40, 0.08);
}

/* 2×2 feature pills */
.ls2-pill-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.ls2-pill-grid--hero {
    margin-bottom: 0.85rem;
}

.ls2-pill {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 0.75rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2ebe7;
    font-size: 0.8125rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(26, 46, 40, 0.04);
}

.ls2-pill__ico {
    width: 2rem;
    height: 2rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.ls2-pill__ico--a { background: #e3f3ef; color: var(--ls2-green); }
.ls2-pill__ico--b { background: #fff0e6; color: #c45c26; }
.ls2-pill__ico--c { background: #eef4ff; color: #3b5bdb; }
.ls2-pill__ico--d { background: #f3ecff; color: #7048e8; }

.ls2-nl-callout {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 0.8rem;
    margin-bottom: 1rem;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #f0dcc4;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #8a4518;
}

.ls2-nl-callout .lang-picker__flag,
.ls2-nl-callout img {
    width: 26px;
    height: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
}

.ls2-social-row {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.15rem;
}

.ls2-social-row__avatars {
    display: flex;
}

.ls2-social-row__avatars img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.ls2-social-row__avatars img:first-child { margin-left: 0; }

.ls2-stars {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    color: #f59e0b;
    font-size: 0.85rem;
}

.ls2-stars strong {
    color: var(--ls2-text);
    margin-left: 0.35rem;
}

.ls2-social-row__text {
    margin: 0.2rem 0 0;
    font-size: 0.8125rem;
    color: var(--ls2-muted);
}

.ls2-hero-cta {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
}

.ls2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 1.35rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ls2-btn--primary {
    background: var(--ls2-green);
    color: #fff;
    box-shadow: 0 4px 14px rgba(13, 90, 72, 0.35);
}

.ls2-btn--ghost {
    background: #fff;
    color: var(--ls2-green);
    border: 2px solid var(--ls2-green);
}

.ls2-trust-row {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.8125rem;
    color: var(--ls2-muted);
}

.ls2-trust-row i {
    color: var(--ls2-green);
    margin-right: 0.2rem;
}

/* ── Feature strip ── */
.ls2-feat-strip {
    background: #fff;
    border-bottom: 1px solid #e5ece9;
    padding: 0.85rem 0;
}

.ls2-feat-strip__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem 1rem;
}

.ls2-feat-strip__item {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--ls2-muted);
}

.ls2-feat-strip__item i {
    color: var(--ls2-green);
    width: 1rem;
    text-align: center;
}

.ls2-feat-strip__item .lang-picker__flag,
.ls2-feat-strip__item img {
    width: 18px;
    height: 14px;
    border-radius: 2px;
}

/* ── Mobile community card ── */
.ls2-community-card {
    margin: 1.25rem 1.15rem;
    padding: 1.15rem;
    background: #fff;
    border-radius: var(--ls2-radius);
    border: 1px solid #e5ece9;
    box-shadow: 0 4px 20px rgba(26, 46, 40, 0.06);
}

.ls2-community-card h2 {
    font-size: 1.125rem;
    margin: 0 0 0.4rem;
}

.ls2-community-card p {
    margin: 0 0 0.85rem;
    font-size: 0.9rem;
    color: var(--ls2-muted);
    line-height: 1.5;
}

.ls2-community-card__flags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.85rem;
}

.ls2-community-card__flags .lang-picker__flag,
.ls2-community-card__flags img {
    width: 28px;
    height: 21px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.ls2-mini-translate {
    padding: 0.75rem;
    border-radius: 10px;
    background: var(--ls2-cream);
    font-size: 0.875rem;
}

.ls2-mini-translate p {
    margin: 0.35rem 0 0;
    font-weight: 700;
}

/* ── App preview (dashboard mockup) ── */
.ls2-app-section {
    padding: 2rem 0 2.5rem;
}

.ls2-app-section__title {
    text-align: center;
    font-size: clamp(1.25rem, 4vw, 1.65rem);
    font-weight: 800;
    margin: 0 0 1.25rem;
}

.ls2-app-preview {
    display: grid;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #dde5e2;
    box-shadow: 0 20px 50px rgba(26, 46, 40, 0.12);
    min-height: 320px;
}

.ls2-app-preview__sidebar {
    display: none;
}

.ls2-app-preview__main {
    padding: 1rem;
    display: grid;
    gap: 0.85rem;
    background: #f8faf9;
}

.ls2-app-preview__row {
    display: grid;
    gap: 0.85rem;
}

.ls2-ui-card {
    background: #fff;
    border: 1px solid #e5ece9;
    border-radius: 14px;
    padding: 1rem;
}

.ls2-ui-card h3 {
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
}

.ls2-ui-card p {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--ls2-muted);
    line-height: 1.45;
}

.ls2-ui-card__big {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--ls2-text) !important;
    margin-bottom: 0.65rem !important;
}

.ls2-ui-bar {
    height: 8px;
    background: #e8efec;
    border-radius: 999px;
    overflow: hidden;
    margin: 0.5rem 0;
}

.ls2-ui-bar span {
    display: block;
    height: 100%;
    background: var(--ls2-green);
    border-radius: inherit;
}

.ls2-ui-link {
    display: inline-block;
    margin-top: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--ls2-green);
}

.ls2-ui-btn {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    border-radius: 8px;
    background: var(--ls2-green);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
}

.ls2-ui-btn--outline {
    background: transparent;
    color: var(--ls2-green);
    border: 1px solid var(--ls2-green);
}

.ls2-ui-card--lesson {
    background: linear-gradient(135deg, #fff 0%, #e8f5f0 100%);
    border-color: #b8d9ce;
}

.ls2-ui-card--nova {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);
}

.ls2-ui-card--nova img {
    border-radius: 50%;
    flex-shrink: 0;
}

.ls2-ui-avatars {
    display: flex;
    margin-top: 0.65rem;
}

.ls2-ui-avatars img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -8px;
}

.ls2-ui-avatars img:first-child { margin-left: 0; }

.ls2-msg-list {
    list-style: none;
    margin: 0.5rem 0 0;
    padding: 0;
}

.ls2-msg-list li {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.55rem;
    align-items: start;
    padding: 0.55rem 0;
    border-bottom: 1px solid #eef2f0;
    font-size: 0.8125rem;
}

.ls2-msg-list li:last-child { border-bottom: none; }

.ls2-msg-list img {
    border-radius: 50%;
}

.ls2-msg-list__body strong {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
}

.ls2-msg-list__body span {
    display: block;
    color: var(--ls2-muted);
    margin-top: 0.15rem;
}

.ls2-msg-list time {
    font-size: 0.6875rem;
    color: #9aa8a3;
    white-space: nowrap;
}

.ls2-msg-list .lang-picker__flag,
.ls2-msg-list img.lang-picker__flag {
    width: 16px;
    height: 12px;
}

/* ── Bottom strip ── */
.ls2-bottom-strip {
    background: #fff;
    border-top: 1px solid #e5ece9;
    padding: 1.25rem 0 2rem;
}

.ls2-bottom-strip__inner {
    display: grid;
    gap: 1rem;
}

.ls2-bottom-strip__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ls2-muted);
}

.ls2-bottom-strip__item i {
    color: var(--ls2-green);
}

.ls2-bottom-strip__flags {
    display: flex;
    gap: 0.25rem;
    align-items: center;
}

.ls2-bottom-strip__flags .lang-picker__flag,
.ls2-bottom-strip__flags img {
    width: 22px;
    height: 16px;
    border-radius: 2px;
}

.ls2-bottom-strip__more {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ls2-green);
}

/* Reviews */
.ls2-reviews {
    padding: 0 0 2rem;
}

.ls2-reviews h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.ls2-reviews__grid {
    display: grid;
    gap: 0.85rem;
}

.ls2-reviews blockquote {
    margin: 0;
    padding: 1rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e5ece9;
}

.ls2-reviews footer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.65rem;
}

.ls2-reviews footer img {
    border-radius: 50%;
}

.ls2-switch {
    text-align: center;
    font-size: 0.8125rem;
    color: var(--ls2-muted);
    padding: 0 1rem 1.5rem;
}

.ls2-switch a {
    color: var(--ls2-green);
}

/* Sticky mobile CTA */
.ls2-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #e5ece9;
    box-shadow: 0 -8px 24px rgba(26, 46, 40, 0.1);
    transform: translateY(110%);
    transition: transform 0.25s ease;
}

.ls2-sticky.is-visible {
    transform: translateY(0);
}

.ls2-sticky__btn {
    width: 100%;
}

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

/* Flag sizing inside ls2 */
.ls2 .lang-picker__flag,
.ls2 img.lang-picker__flag {
    display: inline-block;
    vertical-align: middle;
}

/* ── Kleine telefoons ── */
@media (max-width: 380px) {
    .ls2-wrap {
        padding: 0 0.85rem;
    }

    .ls2-hero__title {
        font-size: clamp(1.5rem, 7.5vw, 1.75rem);
    }

    .ls2-hero__sub {
        font-size: 0.9375rem;
    }

    .ls2-pill {
        padding: 0.55rem 0.6rem;
        font-size: 0.75rem;
        gap: 0.4rem;
    }

    .ls2-pill__ico {
        width: 1.65rem;
        height: 1.65rem;
        font-size: 0.8rem;
    }

    .ls2-speech-bubble {
        font-size: 0.8125rem;
        padding: 0.6rem 0.75rem;
    }

    .ls2-nl-callout {
        font-size: 0.75rem;
        padding: 0.55rem 0.65rem;
    }

    .ls2-social-row {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .ls2-social-row__text {
        width: 100%;
        font-size: 0.75rem;
    }

    .ls2-btn {
        padding: 0.8rem 1rem;
        font-size: 0.9375rem;
    }

    .ls2-trust-row {
        flex-direction: column;
        gap: 0.35rem;
        font-size: 0.75rem;
    }

    .ls2-community-card {
        margin-left: 0.85rem;
        margin-right: 0.85rem;
        padding: 1rem;
    }

    .ls2-feat-strip__item {
        font-size: 0.6875rem;
    }
}

@media (max-width: 340px) {
    .ls2-pill-grid {
        gap: 0.4rem;
    }

    .ls2-pill span:not(.ls2-pill__ico) {
        line-height: 1.2;
    }
}

/* ── Desktop / tablet landscape ── */
@media (min-width: 768px) {
    .ls2-only-mobile { display: none !important; }
    .ls2-only-desktop { display: block; }

    .ls2-hero-band {
        padding: 2.25rem 0 2rem;
    }

    .ls2-hero {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 1.1fr);
        gap: 1.5rem 2rem;
        align-items: center;
        overflow: visible;
    }

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

    .ls2-hero-cta {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .ls2-btn { width: auto; }

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

    /* Hero stage: vlaggen | telefoon + Nova | vertaling */
    .ls2-hero-stage {
        overflow: visible;
        width: 100%;
    }

    .ls2-stage-layout {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem 1rem;
        min-height: 380px;
        overflow: visible;
        isolation: isolate;
    }

    .ls2-orbit-flags {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        gap: 0.45rem;
        align-self: center;
    }

    .ls2-orbit-flags__item .lang-picker__flag,
    .ls2-orbit-flags__item img {
        width: 34px;
        height: 26px;
        border-radius: 4px;
        box-shadow: 0 4px 12px rgba(0,0,0,.12);
    }

    .ls2-orbit-flags__more {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 26px;
        border-radius: 4px;
        background: #fff;
        border: 1px dashed #b8d9ce;
        font-size: 0.7rem;
        font-weight: 800;
        color: var(--ls2-green);
    }

    .ls2-stage-center {
        flex: 1 1 auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        gap: 0;
        min-width: 0;
        overflow: visible;
        position: relative;
    }

    .ls2-phone {
        flex: 0 0 auto;
        width: 210px;
        background: #1a2e28;
        border-radius: 28px;
        padding: 10px;
        box-shadow: 0 24px 48px rgba(26, 46, 40, 0.25);
        position: relative;
        z-index: 2;
    }

    .ls2-phone__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.35rem 0.5rem 0.55rem;
        color: #fff;
        font-size: 0.75rem;
        font-weight: 700;
    }

    .ls2-phone__live {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #22c55e;
    }

    .ls2-phone__chat {
        background: #f8faf9;
        border-radius: 20px;
        padding: 0.75rem;
        min-height: 195px;
    }

    .ls2-phone__bubble {
        padding: 0.5rem 0.65rem;
        border-radius: 12px;
        font-size: 0.6875rem;
        line-height: 1.4;
        margin-bottom: 0.45rem;
        max-width: 92%;
    }

    .ls2-phone__bubble--in {
        background: #e3f3ef;
        color: var(--ls2-text);
        border-bottom-left-radius: 4px;
    }

    .ls2-phone__bubble--out {
        background: var(--ls2-green);
        color: #fff;
        margin-left: auto;
        border-bottom-right-radius: 4px;
    }

    .ls2-stage-nova {
        flex: 0 0 auto;
        margin-left: -0.65rem;
        margin-bottom: 0.35rem;
        z-index: 3;
        line-height: 0;
        position: relative;
    }

    .ls2-stage-nova .ls2-nova-figure--hero {
        width: min(var(--nova-size, 190px), 190px);
        height: auto;
        max-width: 22vw;
    }

    .ls2-translate-widget {
        flex: 0 0 185px;
        max-width: 200px;
        padding: 0.85rem;
        background: #fff;
        border-radius: 14px;
        border: 1px solid #e5ece9;
        box-shadow: 0 12px 32px rgba(26, 46, 40, 0.1);
        align-self: flex-start;
        margin-top: 1.5rem;
        position: relative;
        z-index: 1;
    }

    .ls2-translate-widget__label {
        font-size: 0.6875rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: var(--ls2-green);
        margin: 0 0 0.55rem;
    }

    .ls2-translate-widget__line {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0.35rem 0.5rem;
        align-items: start;
        font-size: 0.6875rem;
        padding: 0.35rem 0;
        border-bottom: 1px solid #f0f4f2;
    }

    .ls2-translate-widget__line:last-child { border-bottom: none; }

    .ls2-translate-widget__line span:first-child {
        display: flex;
        align-items: center;
        gap: 0.25rem;
        font-weight: 700;
        white-space: nowrap;
    }

    /* Dashboard with sidebar */
    .ls2-app-preview {
        grid-template-columns: 200px 1fr;
    }

    .ls2-app-preview__sidebar {
        display: flex;
        flex-direction: column;
        background: var(--ls2-green);
        color: #fff;
        padding: 1rem 0.75rem;
    }

    .ls2-app-preview__user {
        display: flex;
        gap: 0.55rem;
        align-items: center;
        padding: 0 0.35rem 1rem;
        border-bottom: 1px solid rgba(255,255,255,.15);
        margin-bottom: 0.75rem;
        font-size: 0.75rem;
    }

    .ls2-app-preview__user img {
        border-radius: 50%;
        border: 2px solid rgba(255,255,255,.3);
    }

    .ls2-app-preview__user strong {
        display: block;
        font-size: 0.8125rem;
    }

    .ls2-app-preview__user span {
        display: flex;
        align-items: center;
        gap: 0.25rem;
        opacity: 0.85;
    }

    .ls2-app-preview__nav {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .ls2-app-preview__nav span {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.45rem 0.55rem;
        border-radius: 8px;
        font-size: 0.75rem;
        opacity: 0.85;
    }

    .ls2-app-preview__nav span.is-active {
        background: rgba(255,255,255,.15);
        opacity: 1;
        font-weight: 700;
    }

    .ls2-app-preview__main {
        padding: 1.15rem;
    }

    .ls2-app-preview__row {
        grid-template-columns: 1.2fr 0.8fr;
    }

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

    .ls2-reviews__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ls2-sticky {
        display: none !important;
    }

    .ls2 {
        padding-bottom: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .ls2-stage-layout {
        gap: 0.5rem;
    }

    .ls2-orbit-flags__item .lang-picker__flag,
    .ls2-orbit-flags__item img {
        width: 28px;
        height: 21px;
    }

    .ls2-orbit-flags__more {
        width: 28px;
        height: 21px;
        font-size: 0.625rem;
    }

    .ls2-phone {
        width: 185px;
    }

    .ls2-translate-widget {
        flex: 0 0 150px;
        padding: 0.65rem;
        font-size: 0.625rem;
    }
}

@media (min-width: 1024px) {
    .ls2-phone {
        width: 230px;
    }

    .ls2-stage-nova {
        margin-left: -0.9rem;
    }

    .ls2-translate-widget {
        flex: 0 0 200px;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .ls2-translate-widget {
        display: none;
    }

    .ls2-stage-layout {
        justify-content: flex-end;
    }
}

/* ══════════════════════════════════════════
   start3 — extra secties (exam, plan, how…)
   ══════════════════════════════════════════ */

/* Body grid + sidebar (onder hero) */
.ls3-body {
    padding: 0 0 0.5rem;
}

.ls3-body__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
    gap: 1.75rem 2rem;
    align-items: stretch;
}

.ls3-body__main {
    min-width: 0;
}

.ls3-sidebar {
    align-self: stretch;
    padding-bottom: 1rem;
    box-sizing: border-box;
}

.ls3-sidebar__sticky {
    position: sticky;
    top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.ls3-sidebar__card {
    padding: 1rem;
    background: #fff;
    border: 1px solid #e5ece9;
    border-radius: var(--ls2-radius);
    box-shadow: 0 4px 16px rgba(26, 46, 40, 0.06);
}

.ls3-sidebar__title {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 0.75rem;
    font-size: 0.9375rem;
    font-weight: 800;
    color: var(--ls2-green);
}

.ls3-sidebar__plans {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.ls3-sidebar__plan {
    display: grid;
    gap: 0.2rem;
    padding: 0.75rem;
    border-radius: 12px;
    border: 1px solid #e5ece9;
    background: #fafcfb;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ls3-sidebar__plan:hover {
    border-color: var(--ls2-green);
    box-shadow: 0 4px 12px rgba(13, 90, 72, 0.1);
}

.ls3-sidebar__plan--featured {
    border-color: var(--ls2-green);
    background: linear-gradient(135deg, #fff 0%, #f0faf6 100%);
}

.ls3-sidebar__plan-name {
    font-weight: 800;
    font-size: 0.875rem;
}

.ls3-sidebar__plan-desc {
    font-size: 0.75rem;
    color: var(--ls2-muted);
    line-height: 1.4;
}

.ls3-sidebar__plan-price {
    font-weight: 800;
    font-size: 0.9375rem;
    color: var(--ls2-green);
    margin-top: 0.15rem;
}

.ls3-sidebar__nova {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    padding: 1rem;
    border-radius: var(--ls2-radius);
    border: 1px solid #e5ece9;
    background: linear-gradient(135deg, var(--ls2-cream) 0%, #fff 100%);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ls3-sidebar__nova:hover {
    border-color: var(--ls2-green);
    box-shadow: 0 6px 18px rgba(13, 90, 72, 0.1);
}

.ls3-sidebar__nova-img {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 50%;
}

.ls3-sidebar__nova-badge {
    display: inline-block;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: var(--ls2-green);
    color: #fff;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ls3-sidebar__nova-title {
    margin: 0.35rem 0 0.15rem;
    font-weight: 800;
    font-size: 0.875rem;
}

.ls3-sidebar__nova-text {
    margin: 0;
    font-size: 0.75rem;
    color: var(--ls2-muted);
    line-height: 1.4;
}

@media (max-width: 767px) {
    .ls3-body__grid {
        grid-template-columns: 1fr;
    }

    .ls3-sidebar__sticky {
        position: static;
    }
}

.ls3-section-title {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    font-weight: 800;
    text-align: center;
    margin: 0 0 0.65rem;
    letter-spacing: -0.02em;
}

.ls3-section-intro {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 1.35rem;
    color: var(--ls2-muted);
    line-height: 1.55;
    font-size: 0.9375rem;
}

/* Hero extras */
.ls3-hero-cta { margin-bottom: 0.65rem; }

.ls3-hero-demo {
    margin-bottom: 0.85rem;
}

.ls3-hero-demo__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--ls2-green);
    text-decoration: none;
}

.ls3-hero-demo__note {
    margin: 0.35rem 0 0;
    font-size: 0.8125rem;
    color: var(--ls2-muted);
}

.ls3-hero-login {
    margin: 0.65rem 0 0;
    font-size: 0.875rem;
    color: var(--ls2-muted);
}

.ls3-hero-login a {
    color: var(--ls2-green);
    font-weight: 700;
    text-decoration: none;
}

/* Exam cards */
.ls3-exam {
    padding: 2rem 0;
    background: #fff;
    border-bottom: 1px solid #e5ece9;
}

.ls3-exam__grid {
    display: grid;
    gap: 0.85rem;
}

.ls3-card {
    padding: 1.15rem;
    background: #fafcfb;
    border: 1px solid #e5ece9;
    border-radius: var(--ls2-radius);
}

.ls3-card__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.65rem;
    font-size: 1rem;
}

.ls3-card__icon--a { background: #e3f3ef; color: var(--ls2-green); }
.ls3-card__icon--b { background: #fff0e6; color: #c45c26; }
.ls3-card__icon--c { background: #eef4ff; color: #3b5bdb; }

.ls3-card h3 {
    margin: 0 0 0.4rem;
    font-size: 1rem;
}

.ls3-card p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--ls2-muted);
    line-height: 1.5;
}

.ls3-exam__note {
    margin: 1.15rem 0 0;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    background: var(--ls2-cream);
    font-size: 0.8125rem;
    color: var(--ls2-muted);
    line-height: 1.45;
}

.ls3-exam__note i {
    color: var(--ls2-green);
    margin-right: 0.25rem;
}

/* Free tier */
.ls3-free {
    padding: 2rem 0;
    background: linear-gradient(180deg, var(--ls2-cream) 0%, #f8faf9 100%);
    border-bottom: 1px solid var(--ls2-cream-2);
}

.ls3-free__inner {
    display: grid;
    gap: 1.25rem;
    align-items: center;
}

.ls3-free__copy h2 {
    margin: 0 0 0.65rem;
    font-size: 1.25rem;
}

.ls3-free__list {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}

.ls3-free__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.45;
}

.ls3-free__list i {
    color: var(--ls2-green);
    margin-top: 0.15rem;
}

.ls3-free__flags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: center;
}

.ls3-free__flags .lang-picker__flag,
.ls3-free__flags img {
    width: 30px;
    height: 22px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.ls3-free__demo { width: fit-content; }

/* Plan teaser */
.ls3-plan {
    padding: 2rem 0;
    background: #fff;
}

.ls3-plan__card {
    display: grid;
    gap: 0.45rem;
    padding: 1.25rem;
    border-radius: var(--ls2-radius);
    border: 2px solid #e5ece9;
    background: linear-gradient(135deg, #fff 0%, #f0faf6 100%);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ls3-plan__card:hover {
    border-color: var(--ls2-green);
    box-shadow: 0 12px 32px rgba(13, 90, 72, 0.12);
}

.ls3-plan__card--featured {
    border-color: var(--ls2-green);
}

.ls3-plan__badge {
    display: inline-block;
    width: fit-content;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: var(--ls2-green);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ls3-plan__name {
    font-size: 1.125rem;
    font-weight: 800;
}

.ls3-plan__desc {
    font-size: 0.9rem;
    color: var(--ls2-muted);
    line-height: 1.45;
}

.ls3-plan__price {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--ls2-green);
}

.ls3-plan__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 700;
    color: var(--ls2-green);
    margin-top: 0.25rem;
}

/* How it works */
.ls3-how {
    padding: 2rem 0;
    background: #f8faf9;
    border-top: 1px solid #e5ece9;
    border-bottom: 1px solid #e5ece9;
}

.ls3-how__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.85rem;
}

.ls3-how__steps li {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.85rem;
    align-items: start;
    padding: 1rem;
    background: #fff;
    border-radius: var(--ls2-radius);
    border: 1px solid #e5ece9;
}

.ls3-how__num {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--ls2-green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.ls3-how__steps strong {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.9375rem;
}

.ls3-how__steps p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--ls2-muted);
    line-height: 1.45;
}

.ls3-how__ai {
    color: var(--ls2-green);
    font-size: 1.25rem;
    opacity: 0.85;
}

/* Reviews */
.ls3-reviews {
    padding: 2rem 0;
}

.ls3-reviews__grid {
    display: grid;
    gap: 0.85rem;
}

.ls3-review {
    padding: 1rem;
    background: #fff;
    border: 1px solid #e5ece9;
    border-radius: var(--ls2-radius);
}

.ls3-review__head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.65rem;
}

.ls3-review__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.ls3-review__avatar--stat {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ls2-green);
    color: #fff;
    font-size: 1rem;
}

.ls3-review__name {
    margin: 0;
    font-weight: 700;
    font-size: 0.875rem;
}

.ls3-review__stars {
    color: #f59e0b;
    font-size: 0.75rem;
}

.ls3-review__quote {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--ls2-text);
}

.ls3-review--more {
    display: none;
}

.ls3-reviews.is-expanded .ls3-review--more {
    display: block;
}

.ls3-reviews__more-wrap {
    text-align: center;
    margin: 1rem 0 0;
}

.ls3-reviews__more {
    font-weight: 700;
    color: var(--ls2-green);
    text-decoration: none;
}

.ls3-reviews.is-expanded .ls3-reviews__more-wrap {
    display: none;
}

/* Final CTA band */
.ls3-final-cta {
    padding: 2rem 0;
    background: var(--ls2-green);
    color: #fff;
}

.ls3-final-cta__inner {
    display: grid;
    gap: 1.25rem;
    align-items: center;
}

.ls3-final-cta__copy h2 {
    margin: 0 0 0.45rem;
    font-size: clamp(1.15rem, 4vw, 1.5rem);
    line-height: 1.2;
}

.ls3-final-cta__copy p {
    margin: 0;
    opacity: 0.9;
    line-height: 1.45;
    font-size: 0.9375rem;
}

.ls3-final-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.ls3-final-cta__ghost {
    background: transparent !important;
    color: #fff !important;
    border-color: rgba(255,255,255,.65) !important;
}

.ls3-final-cta .ls2-btn--primary {
    background: #fff;
    color: var(--ls2-green);
    box-shadow: none;
}

/* Sticky (register + pricing) */
.ls3-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    padding: 0.55rem 0.85rem calc(0.55rem + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid #e5ece9;
    box-shadow: 0 -8px 24px rgba(26, 46, 40, 0.1);
    transform: translateY(110%);
    transition: transform 0.25s ease;
}

.ls3-sticky.is-visible {
    transform: translateY(0);
}

.ls3-sticky__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    max-width: 1140px;
    margin: 0 auto;
}

.ls3-sticky__btn {
    padding: 0.75rem 0.65rem !important;
    font-size: 0.875rem !important;
}

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

@media (min-width: 768px) {
    .ls3-exam__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ls3-free__inner {
        grid-template-columns: 1fr auto;
    }

    .ls3-free__flags {
        max-width: 320px;
    }

    .ls3-how__steps {
        grid-template-columns: repeat(3, 1fr);
    }

    .ls3-how__steps li {
        grid-template-columns: auto 1fr;
    }

    .ls3-how__step--ai .ls3-how__ai {
        grid-column: 1 / -1;
        justify-self: end;
    }

    .ls3-reviews__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ls3-review--more {
        display: block;
    }

    .ls3-reviews__more-wrap {
        display: none;
    }

    .ls3-final-cta__inner {
        grid-template-columns: 1fr auto;
    }

    .ls3-final-cta__actions {
        flex-direction: row;
    }

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

    .ls3.ls2 {
        padding-bottom: 2rem;
    }
}

@media (min-width: 1024px) {
    .ls3-reviews__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ls2-invite-banner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0 auto 1rem;
    max-width: 42rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    background: rgba(13, 90, 72, 0.12);
    border: 1px solid rgba(13, 90, 72, 0.25);
    color: #0d5a48;
    font-size: 0.95rem;
    line-height: 1.4;
}

.ls2-invite-banner--revoked {
    background: rgba(160, 40, 40, 0.1);
    border-color: rgba(160, 40, 40, 0.25);
    color: #8b2e2e;
}

.ls2-invite-banner i {
    font-size: 1.15rem;
    flex-shrink: 0;
}

.ls2-invite-banner__text {
    flex: 1 1 12rem;
}

.ls2-invite-reopen-chat {
    flex-shrink: 0;
    margin-left: auto;
    padding: 0.45rem 0.85rem;
    border: none;
    border-radius: 999px;
    background: #0d5a48;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}

.ls2-invite-reopen-chat:hover {
    background: #0a4638;
}

.ls2-invite-reopen-chat:disabled,
.ls2-invite-reopen-chat[hidden] {
    display: none;
}

.ls2-invite-guest-mode a[data-invite-locked="1"] {
    pointer-events: none;
    cursor: default;
    opacity: 0.55;
}
