/* ============================================================
   LinkOps one-pager — LinkSecure huisstijl
   Power Grey  #3D3D3B  (achtergronden, tekst)
   Bright Orange #F8B133 (accenten, spaarzaam)
   Action Blue  #302D7D  (knoppen, interactie)
   Font: Inter (fallback Arial)
   ============================================================ */

:root {
    --ls-grey: #3D3D3B;
    --ls-grey-deep: #2E2E2C;
    --ls-orange: #F8B133;
    --ls-amber-light: #FCE3AD;
    --ls-amber-hover: #FAD083;
    --ls-blue: #302D7D;
    --ls-blue-hover: #3f3b9e;
    --ls-paper: #FFFFFF;
    --ls-tint: #F5F4F1;
    --ls-line: #E6E4DF;
    --ls-text-soft: #6B6B68;
    --ls-radius: 14px;
    --ls-container: 1140px;
}

/* ---------- Reset & base ---------- */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        animation: none !important;
        transition: none !important;
    }
}

body {
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: var(--ls-grey);
    background: var(--ls-paper);
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: var(--ls-blue);
}

/* ---------- Layout ---------- */
.lo-container,
.lf-container {
    max-width: var(--ls-container);
    margin: 0 auto;
    padding: 0 24px;
}

h1, h2, h3 {
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.015em;
    margin: 0 0 0.6em;
}

h1 {
    font-size: clamp(2.1rem, 4.5vw, 3.4rem);
}

h2 {
    font-size: clamp(1.6rem, 3vw, 2.3rem);
}

h3 {
    font-size: 1.18rem;
    font-weight: 700;
}

p {
    margin: 0 0 1em;
}

/* ---------- Eyebrow ---------- */
.lo-eyebrow {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ls-orange);
    margin: 0 0 1rem;
}

.lo-eyebrow--dark {
    color: var(--ls-blue);
}

/* ---------- Knoppen ---------- */
.lo-btn {
    display: inline-block;
    padding: 0.85rem 1.7rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.97rem;
    text-decoration: none;
    transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

    .lo-btn:hover {
        transform: translateY(-2px);
    }

    .lo-btn:focus-visible {
        outline: 3px solid var(--ls-orange);
        outline-offset: 3px;
    }

.lo-btn--blue {
    background: var(--ls-blue);
    color: #fff;
}

    .lo-btn--blue:hover {
        background: var(--ls-blue-hover);
    }

.lo-btn--orange {
    background: var(--ls-orange);
    color: var(--ls-grey-deep);
}

    .lo-btn--orange:hover {
        background: #ffc14f;
    }

.lo-btn--ghost {
    border: 2px solid currentColor;
    color: inherit;
    background: transparent;
}

/* ---------- Navigatie ---------- */
.lo-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--ls-grey);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lo-nav__inner {
    display: flex;
    align-items: center;
    gap: 2rem;
    height: 84px;
}

.lo-nav__brand {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
}

    .lo-nav__brand img {
        height: 34px;
        width: auto;
    }

.lo-nav__service {
    font-weight: 700;
    color: var(--ls-orange);
    font-size: 0.85rem;
    text-transform: uppercase;
    padding-left: 0.9rem;
    margin-left: 0.1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    letter-spacing: 0.14em;
}

.lo-nav__links {
    display: flex;
    gap: 1.4rem;
    margin-left: auto;
}

    .lo-nav__links a {
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        font-size: 0.95rem;
        transition: color 0.16s ease;
    }

        .lo-nav__links a:hover,
        .lo-nav__links a:focus-visible {
            color: var(--ls-orange);
        }

/* ---------- Hero ---------- */
.lo-hero {
    position: relative;
    background: var(--ls-grey);
    color: #fff;
}

.lo-hero__inner {
    position: relative;
    padding: 88px 24px 88px;
}

.lo-hero h1 {
    color: var(--ls-orange);
}

.lo-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.lo-hero .lo-accent {
    color: var(--ls-orange);
}

.lo-hero .lo-btn--ghost {
    color: #fff;
}

.lo-hero__lead {
    max-width: 620px;
    font-size: 1.12rem;
    font-weight: 500;
    color: #fff;
}

.lo-textlink {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: center;
    padding: 0.85rem 0.25rem;
    font-size: 0.97rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--ls-orange);
    white-space: nowrap;
}

    .lo-textlink:hover {
        color: #ffc14f;
    }

.lo-chev {
    font-size: 1.05rem;
    line-height: 1;
    transition: transform 0.16s ease;
}

.lo-btn:hover .lo-chev,
.lo-textlink:hover .lo-chev {
    transform: translateX(3px);
}

.lo-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.8rem 0 0;
}

/* ---------- Beeldvlakken ---------- */
.lo-figure {
    border-radius: var(--ls-radius);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}

    .lo-figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.lo-figure--hero {
    height: 380px;
}

.lo-figure--overons {
    height: 420px;
    background: var(--ls-line);
}

/* ---------- Pijplijn ---------- */
.lo-flow {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
    padding: 1.4rem 1.6rem;
    margin-top: 3.5rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--ls-radius);
    background: rgba(255, 255, 255, 0.04);
    max-width: 1080px;
    width: fit-content;
}

.lo-flow__sources {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
}

.lo-chip {
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
}

.lo-flow__arrow {
    width: 38px;
    height: 2px;
    background: var(--ls-orange);
    position: relative;
    flex-shrink: 0;
}

    .lo-flow__arrow::after {
        content: "";
        position: absolute;
        right: -1px;
        top: -4px;
        border: 5px solid transparent;
        border-left-color: var(--ls-orange);
    }

.lo-flow__hub {
    padding: 0.55rem 1.2rem;
    border-radius: 10px;
    background: var(--ls-orange);
    color: var(--ls-grey-deep);
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.lo-flow__target {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 0.55rem 1.3rem;
    border-radius: 999px;
    background: var(--ls-amber-light);
    color: var(--ls-grey-deep);
    font-weight: 700;
    text-decoration: none;
    line-height: 1.25;
    white-space: nowrap;
    transition: background 0.15s ease, transform 0.15s ease;
}

a.lo-flow__target:hover {
    background: var(--ls-amber-hover);
    transform: translateY(-2px);
}

.lo-flow__target small {
    font-weight: 400;
    color: rgba(61, 61, 59, 0.7);
    font-size: 0.78rem;
}

/* ---------- Links op donkere achtergrond ---------- */
.lo-link-light {
    color: var(--ls-orange);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(248, 177, 51, 0.5);
}

    .lo-link-light:hover {
        border-bottom-color: var(--ls-orange);
    }

/* ---------- Secties ---------- */
.lo-section {
    padding: 88px 0;
}

.lo-section--tint {
    background: var(--ls-tint);
}

.lo-section--dark {
    background: var(--ls-grey);
    color: #fff;
}

    .lo-section--dark p {
        color: rgba(255, 255, 255, 0.85);
    }

.lo-section__lead {
    max-width: 640px;
    color: var(--ls-text-soft);
    margin-bottom: 3rem;
}

.lo-section__lead--tight {
    margin-bottom: 0;
}

.lo-split {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 3.5rem;
    align-items: start;
}

.lo-split--portal {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
}

.lo-split--overons {
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
}

.lo-split__body p:first-child {
    font-size: 1.05rem;
}

/* ---------- Platformkaarten ---------- */
.lo-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
}

.lo-card {
    background: #fff;
    border: 1px solid var(--ls-line);
    border-radius: var(--ls-radius);
    padding: 2rem 1.8rem;
    display: flex;
    flex-direction: column;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

    .lo-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 34px rgba(61, 61, 59, 0.10);
    }

.lo-card__logo {
    height: 84px;
    display: flex;
    align-items: center;
    margin-bottom: 1.4rem;
}

    .lo-card__logo img {
        max-height: 75px;
        width: auto;
    }

.lo-card__wordmark {
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--ls-grey);
}

.lo-card p {
    color: var(--ls-text-soft);
    font-size: 0.96rem;
    flex: 1;
}

.lo-card__link {
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--ls-blue);
}

    .lo-card__link:hover {
        text-decoration: underline;
    }

/* ---------- Klantportaal ---------- */
.lo-checklist {
    list-style: none;
    padding: 0;
    margin: 1.4rem 0 0;
}

    .lo-checklist li {
        position: relative;
        padding-left: 1.9rem;
        margin-bottom: 0.7rem;
        color: rgba(255, 255, 255, 0.9);
    }

        .lo-checklist li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.32em;
            width: 0.95rem;
            height: 0.55rem;
            border-left: 3px solid var(--ls-orange);
            border-bottom: 3px solid var(--ls-orange);
            transform: rotate(-45deg);
        }

/* Portaal-preview mock */
.lo-portal-mock {
    border-radius: var(--ls-radius);
    overflow: hidden;
    background: var(--ls-grey-deep);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.lo-portal-mock__bar {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

    .lo-portal-mock__bar span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.22);
    }

    .lo-portal-mock__bar em {
        margin-left: 0.6rem;
        font-style: normal;
        font-size: 0.78rem;
        color: rgba(255, 255, 255, 0.5);
    }

.lo-portal-mock__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
    padding: 1.2rem;
}

.lo-portal-mock__kpi {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 0.9rem;
}

    .lo-portal-mock__kpi strong {
        display: block;
        font-size: 1.5rem;
        color: #fff;
    }

.lo-portal-mock__kpi--warn strong {
    color: var(--ls-orange);
}

.lo-portal-mock__kpi span {
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.6);
}

.lo-portal-mock__chart {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-end;
    gap: 0.55rem;
    height: 110px;
    padding: 0.8rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

    .lo-portal-mock__chart i {
        flex: 1;
        border-radius: 4px 4px 0 0;
        background: linear-gradient(180deg, var(--ls-orange), rgba(248, 177, 51, 0.35));
    }

/* ---------- Stappen ---------- */
.lo-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
    margin-top: 2.5rem;
}

.lo-step {
    border-top: 3px solid var(--ls-orange);
    padding-top: 1.3rem;
}

.lo-step__marker {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ls-blue);
    margin-bottom: 0.6rem;
}

.lo-step p {
    color: var(--ls-text-soft);
    font-size: 0.96rem;
}

/* ---------- Over ons / onderdeel van ---------- */
.lo-overons__lead {
    max-width: 54ch;
    color: var(--ls-text-soft);
}

.lo-onderdeel {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    margin: 2rem 0 0;
    padding: 1.4rem 1.6rem;
    border-radius: var(--ls-radius);
    background: var(--ls-grey);
}

.lo-onderdeel__logo {
    height: 30px;
    width: auto;
    flex-shrink: 0;
}

.lo-onderdeel p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

.lo-onderdeel strong {
    color: #fff;
    font-weight: 700;
}

.lo-overons__actions {
    margin-top: 2rem;
}

/* ---------- Blogs ---------- */
.lo-blogs__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.lo-blogs__link {
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--ls-blue);
    white-space: nowrap;
    padding-bottom: 0.4rem;
}

    .lo-blogs__link:hover {
        text-decoration: underline;
    }

.lo-blogs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
    margin-top: 2.5rem;
}

.lo-blog {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--ls-line);
    border-radius: var(--ls-radius);
    padding: 1.8rem 1.7rem 1.6rem;
    text-decoration: none;
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

    .lo-blog:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 34px rgba(61, 61, 59, 0.10);
    }

.lo-blog__kicker {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ls-orange);
}

.lo-blog h3 {
    margin: 0.8rem 0 0;
    font-size: 1.14rem;
    line-height: 1.3;
}

.lo-blog p {
    margin: 0.8rem 0 0;
    font-size: 0.94rem;
    color: var(--ls-text-soft);
    flex: 1;
}

.lo-blog__more {
    margin-top: 1.4rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ls-blue);
}

/* ---------- FAQ-accordion (native <details>) ---------- */
.lo-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin-top: 2.5rem;
}

.lo-item {
    background: #fff;
    border: 1px solid var(--ls-line);
    border-radius: var(--ls-radius);
    overflow: hidden;
}

    .lo-item > summary {
        list-style: none;
        cursor: pointer;
        display: grid;
        grid-template-columns: 1fr 32px;
        gap: 1.4rem;
        align-items: center;
        padding: 1.4rem 1.6rem;
        transition: background 0.18s ease;
    }

        .lo-item > summary::-webkit-details-marker {
            display: none;
        }

        .lo-item > summary:hover {
            background: var(--ls-tint);
        }

.lo-item__vraag {
    font-size: 1.06rem;
    font-weight: 700;
    color: var(--ls-grey);
    letter-spacing: -0.01em;
}

.lo-item__toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--ls-orange);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
}

    .lo-item__toggle::before {
        content: "+";
    }

.lo-item[open] .lo-item__toggle::before {
    content: "\2212";
}

.lo-item__body {
    padding: 0 4.4rem 1.5rem 1.6rem;
}

    .lo-item__body p {
        margin: 0;
        color: var(--ls-text-soft);
        font-size: 0.98rem;
        max-width: 78ch;
    }

/* ---------- Contact ---------- */
.lo-contact {
    background: var(--ls-grey);
    color: #fff;
}

.lo-contact__inner {
    padding: 96px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem;
    align-items: start;
}

.lo-contact__lead {
    max-width: 48ch;
    color: rgba(255, 255, 255, 0.8);
}

.lo-contact__rows {
    margin-top: 2.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.lo-contact__row {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    text-decoration: none;
    transition: color 0.16s ease;
}

    .lo-contact__row:hover {
        color: var(--ls-orange);
    }

.lo-contact__label {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    width: 130px;
    flex: none;
}

.lo-contact__value {
    font-size: 1.14rem;
    font-weight: 600;
}

.lo-panel {
    background: #fff;
    color: var(--ls-grey);
    border-radius: 24px;
    padding: 2.5rem;
}

    .lo-panel h3 {
        margin: 0 0 0.4rem;
        font-size: 1.35rem;
    }

.lo-panel__lead {
    margin: 0 0 1.4rem;
    font-size: 0.94rem;
    color: var(--ls-text-soft);
}

.lo-booking {
    border: 1px solid var(--ls-line);
    border-radius: 14px;
    overflow: hidden;
    height: 620px;
}

.lo-booking--idle {
    height: auto;
    border: 0;
}

.lo-booking__start {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    width: 100%;
    padding: 1.7rem 1.5rem;
    background: var(--ls-orange);
    border: 0;
    border-radius: 14px;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    transition: background 0.18s ease, transform 0.12s ease;
}

    .lo-booking__start:hover {
        background: #ffc14f;
    }

    .lo-booking__start:active {
        transform: translateY(1px);
    }

.lo-booking__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ls-grey);
}

.lo-booking__hint {
    font-size: 0.92rem;
    color: rgba(61, 61, 59, 0.78);
}

.lo-booking iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ---------- Footer ---------- */
.lo-footer {
    background: var(--ls-grey-deep);
    color: rgba(255, 255, 255, 0.7);
    padding: 44px 0 32px;
    font-size: 0.9rem;
}

.lo-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.lo-footer__logo {
    height: 28px;
    width: auto;
}

.lo-footer__meta {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    font-size: 0.87rem;
}

    .lo-footer__meta strong {
        color: #fff;
        font-weight: 700;
    }

.lo-footer a {
    color: var(--ls-orange);
    text-decoration: none;
}

    .lo-footer a:hover {
        text-decoration: underline;
    }

.lo-footer__legal {
    margin: 2rem 0 0;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
    .lo-nav__links {
        gap: 1.1rem;
    }

        .lo-nav__links a {
            font-size: 0.9rem;
        }
}

@media (max-width: 980px) {
    .lo-blogs {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 920px) {
    .lo-contact__inner {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 72px 24px;
    }

    .lo-split,
    .lo-split--portal,
    .lo-split--overons,
    .lo-hero__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .lo-cards,
    .lo-steps,
    .lo-blogs {
        grid-template-columns: 1fr;
    }

    .lo-nav__links {
        display: none;
    }

    .lo-hero__inner {
        padding: 72px 24px 64px;
    }

    .lo-figure--hero {
        height: clamp(220px, 46vw, 340px);
    }

    .lo-figure--overons {
        height: clamp(240px, 50vw, 380px);
    }

    .lo-flow {
        flex-direction: column;
        flex-wrap: wrap;
        width: auto;
        max-width: 100%;
        justify-content: center;
        text-align: center;
        margin-top: 2.5rem;
    }

    .lo-flow__sources {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .lo-flow__arrow {
        transform: rotate(90deg);
        margin: 0.4rem auto;
        width: 26px;
    }

    .lo-flow__hub {
        align-self: center;
    }

    .lo-flow__target {
        width: auto;
        align-self: center;
        white-space: normal;
    }

    .lo-blogs__head {
        align-items: flex-start;
    }

    .lo-item > summary {
        padding: 1.2rem 1.2rem;
        gap: 1rem;
    }

    .lo-item__body {
        padding: 0 1.2rem 1.3rem;
    }
}

@media (max-width: 560px) {
    .lo-panel {
        padding: 1.6rem 1.3rem;
        border-radius: var(--ls-radius);
    }

    .lo-booking {
        height: 760px;
    }

    .lo-contact__row {
        flex-direction: column;
        gap: 0.2rem;
    }

    .lo-contact__label {
        width: auto;
    }

    .lo-onderdeel {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

/* ---------- Pijplijn animaties ---------- */
@keyframes chipSlideIn {
    from {
        opacity: 0;
        transform: translateX(-18px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes arrowPulse {
    0%, 100% {
        opacity: 0.4;
        transform: scaleX(0.85);
    }

    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

/* Chips staggered entrance */
.lo-chip {
    opacity: 0;
    animation: chipSlideIn 0.45s ease forwards;
}

    .lo-chip:nth-child(1) {
        animation-delay: 0.1s;
    }

    .lo-chip:nth-child(2) {
        animation-delay: 0.25s;
    }

    .lo-chip:nth-child(3) {
        animation-delay: 0.4s;
    }

    .lo-chip:nth-child(4) {
        animation-delay: 0.55s;
    }

/* Pijlen pulsen na chips */
.lo-flow__arrow {
    animation: arrowPulse 1.8s ease-in-out infinite;
    animation-delay: 0.8s;
    transform-origin: left center;
}

.lo-chip {
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

    .lo-chip:hover {
        background: rgba(248, 177, 51, 0.15);
        border-color: rgba(248, 177, 51, 0.6);
        color: #fff;
        transform: translateY(-2px);
    }
/* ---------- Navigatie + hero full-bleed (XL), rest blijft begrensd ---------- */
.lo-nav .lo-nav__inner,
.lo-hero .lo-hero__inner {
    max-width: none; /* heft de 1140px-cap op */
    padding-left: clamp(24px, 4vw, 56px); /* nette zijmarge, responsive */
    padding-right: clamp(24px, 4vw, 56px);
}