    .sl-footer {
        background: #ffffff;
        color: #5a6272;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-size: 14px;
        line-height: 1.6;
        border-top: 1px solid #eef0f4;
    }

    /* ── Top bar with USPs ── */
    .sl-footer__top {
        border-bottom: 1px solid #eef0f4;
        padding: 2rem 0;
    }
    .sl-footer__top-inner {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 1.5rem;
        display: flex;
        justify-content: center;
        gap: 3rem;
        flex-wrap: wrap;
    }
    .sl-footer__usp {
        display: flex;
        align-items: center;
        gap: 0.625rem;
        font-size: 0.8125rem;
        font-weight: 500;
        color: #5a6272;
    }
    .sl-footer__usp-icon {
        width: 34px;
        height: 34px;
        border-radius: 8px;
        background: rgba(132,183,143,0.08);
        color: #84B78F;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .sl-footer__usp-icon svg {
        width: 16px;
        height: 16px;
    }

    /* ── Main grid ── */
    .sl-footer__main {
        max-width: 1400px;
        margin: 0 auto;
        padding: 3.5rem 1.5rem 3rem;
        display: grid;
        grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
        gap: 3rem;
    }

    /* Brand column */
    .sl-footer__brand-logo {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        text-decoration: none;
        margin-bottom: 1.25rem;
    }
    .sl-footer__brand-logo img {
        height: 44px;
        width: auto;
    }
    .sl-footer__brand-name {
        font-size: 1.125rem;
        font-weight: 800;
        color: #0B1F1A;
        line-height: 1.2;
    }
    .sl-footer__brand-name span {
        color: #84B78F;
    }
    .sl-footer__brand-text {
        font-size: 0.8125rem;
        line-height: 1.75;
        color: #8a92a2;
        margin: 0 0 1.5rem;
        max-width: 300px;
    }

    /* Social icons */
    .sl-footer__social {
        display: flex;
        gap: 0.5rem;
    }
    .sl-footer__social-link {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        background: #f7f8fa;
        border: 1px solid #eef0f4;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #8a92a2;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .sl-footer__social-link:hover {
        background: #84B78F;
        border-color: #84B78F;
        color: #ffffff;
        transform: translateY(-2px);
    }
    .sl-footer__social-link svg {
        width: 16px;
        height: 16px;
    }

    /* Link columns */
    .sl-footer__col-title {
        font-size: 0.6875rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: #84B78F;
        margin: 0 0 1.25rem;
    }
    .sl-footer__links {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sl-footer__links li {
        margin-bottom: 0.5rem;
    }
    .sl-footer__links a {
        color: #5a6272;
        text-decoration: none;
        font-size: 0.8125rem;
        font-weight: 500;
        transition: color 0.2s ease, padding-left 0.2s ease;
        display: inline-block;
    }
    .sl-footer__links a:hover {
        color: #0B1F1A;
        padding-left: 4px;
    }

    /* Contact column */
    .sl-footer__contact-item {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        margin-bottom: 1rem;
    }
    .sl-footer__contact-icon {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        background: rgba(132,183,143,0.1);
        color: #6a9e75;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-top: 1px;
    }
    .sl-footer__contact-icon svg {
        width: 15px;
        height: 15px;
    }
    .sl-footer__contact-text {
        font-size: 0.8125rem;
        line-height: 1.6;
        color: #5a6272;
    }
    .sl-footer__contact-text a {
        color: #5a6272;
        text-decoration: none;
        transition: color 0.2s ease;
    }
    .sl-footer__contact-text a:hover {
        color: #0B1F1A;
    }
    .sl-footer__contact-label {
        font-size: 0.625rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #8a92a2;
        margin-bottom: 0.15rem;
    }
    .sl-footer__kvk {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        margin-top: 0.5rem;
        padding: 0.4rem 0.75rem;
        background: #f7f8fa;
        border: 1px solid #eef0f4;
        border-radius: 8px;
        font-size: 0.6875rem;
        font-weight: 600;
        color: #5a6272;
    }

    /* ── CTA strip ── */
    .sl-footer__cta {
        border-top: 1px solid #eef0f4;
        border-bottom: 1px solid #eef0f4;
        background: #f7f8fa;
    }
    .sl-footer__cta-inner {
        max-width: 1400px;
        margin: 0 auto;
        padding: 2rem 1.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        flex-wrap: wrap;
    }
    .sl-footer__cta-text {
        font-size: 1.0625rem;
        font-weight: 700;
        color: #0B1F1A;
    }
    .sl-footer__cta-text span {
        color: #84B78F;
    }
    .sl-footer__cta-actions {
        display: flex;
        gap: 0.75rem;
        flex-wrap: wrap;
    }
    .sl-footer__cta-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem 1.5rem;
        font-size: 0.8125rem;
        font-weight: 700;
        border-radius: 10px;
        text-decoration: none;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
    }
    .sl-footer__cta-btn--primary {
        background: #84B78F;
        color: #ffffff;
    }
    .sl-footer__cta-btn--primary:hover {
        background: #96c6a0;
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(132,183,143,0.25);
    }
    .sl-footer__cta-btn--outline {
        background: transparent;
        color: #5a6272;
        border: 1px solid #dde1e8;
    }
    .sl-footer__cta-btn--outline:hover {
        background: #0B1F1A;
        color: #ffffff;
        border-color: #0B1F1A;
    }
    .sl-footer__cta-btn svg {
        width: 14px;
        height: 14px;
    }

    /* ── Bottom bar ── */
    .sl-footer__bottom {
        max-width: 1400px;
        margin: 0 auto;
        padding: 1.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
    }
    .sl-footer__copyright {
        font-size: 0.75rem;
        color: #8a92a2;
    }
    .sl-footer__copyright a {
        color: #84B78F;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.2s ease;
    }
    .sl-footer__copyright a:hover {
        color: #0B1F1A;
    }
    .sl-footer__bottom-nav {
        display: flex;
        gap: 1.5rem;
        flex-wrap: wrap;
    }
    .sl-footer__bottom-nav a {
        font-size: 0.75rem;
        color: #8a92a2;
        text-decoration: none;
        transition: color 0.2s ease;
    }
    .sl-footer__bottom-nav a:hover {
        color: #0B1F1A;
    }

    /* ── Responsive ── */
    @media (max-width: 1024px) {
        .sl-footer__main {
            grid-template-columns: 1fr 1fr;
            gap: 2.5rem;
        }
    }
    @media (max-width: 640px) {
        .sl-footer__main {
            grid-template-columns: 1fr;
            gap: 2rem;
            padding: 3rem 16px 2.5rem;
        }
        .sl-footer__top-inner,
        .sl-footer__cta-inner,
        .sl-footer__bottom {
            flex-direction: column;
            align-items: flex-start;
            gap: 1rem;
        }
        .sl-footer__cta-actions { width: 100%; }
        .sl-footer__cta-btn { width: 100%; justify-content: center; }
        .sl-footer__bottom-links {
            flex-wrap: wrap;
            gap: 12px 16px;
        }
    }
    @media (max-width: 480px) {
        .sl-footer__main { gap: 1.5rem; }
        .sl-footer__cta-text { font-size: 1.1rem; }
        .sl-footer__col-title { font-size: 0.875rem; }
        .sl-footer__links a { font-size: 0.875rem; }
    }

.sl-footer__col-title--spaced {
    margin-top: 2rem;
}

/* ════════════════════════════════════════════════════
   GLOBAL STICKY FOOTER CTA — expandable bottom bar
   ════════════════════════════════════════════════════ */
.sl-stickybar {
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    max-width: 880px;
    z-index: 9000;
    pointer-events: none;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s;
}

.sl-stickybar.is-visible {
    opacity: 1;
    visibility: visible;
}

.sl-stickybar__content,
.sl-stickybar__toggle {
    pointer-events: auto;
}

.sl-stickybar__content {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: #ffffff;
    border: 1px solid #eef0f4;
    border-radius: 18px;
    box-shadow: 0 18px 50px -18px rgba(11, 31, 26, 0.35),
                0 8px 24px -10px rgba(11, 31, 26, 0.15);
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.25s ease,
                visibility 0.35s;
}

.sl-stickybar.is-collapsed .sl-stickybar__content {
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    visibility: hidden;
}

/* Toggle pill — floats just above the bar */
.sl-stickybar__toggle {
    position: absolute;
    top: -20px;
    right: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background: #84B78F;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px -6px rgba(132, 183, 143, 0.55),
                0 4px 12px -2px rgba(11, 31, 26, 0.2);
    transition: top 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                background 0.2s ease,
                box-shadow 0.2s ease;
    z-index: 999999;
}

.sl-stickybar__toggle:hover {
    background: #0B1F1A;
    box-shadow: 0 12px 28px -6px rgba(11, 31, 26, 0.5),
                0 4px 12px -2px rgba(11, 31, 26, 0.25);
    transform: translateY(-2px);
}

.sl-stickybar__toggle:focus-visible {
    outline: 3px solid rgba(132, 183, 143, 0.4);
    outline-offset: 2px;
}

.sl-stickybar__toggle-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.sl-stickybar.is-collapsed .sl-stickybar__toggle {
    top: auto;
    bottom: 0;
    right: 16px;
    transform: translateY(0);
}

.sl-stickybar.is-collapsed .sl-stickybar__toggle:hover {
    transform: translateY(-2px);
}

.sl-stickybar.is-collapsed .sl-stickybar__toggle-icon {
    transform: rotate(180deg);
}

/* Logo */
.sl-stickybar__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-right: 1rem;
    border-right: 1px solid #eef0f4;
    text-decoration: none;
}

.sl-stickybar__logo img {
    height: 36px;
    width: auto;
    display: block;
}

/* Items */
.sl-stickybar__items {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
}

.sl-stickybar__item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.625rem 0.875rem;
    border-radius: 12px;
    text-decoration: none;
    color: #0B1F1A;
    background: transparent;
    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
    flex: 1;
    min-width: 0;
}

.sl-stickybar__item:hover {
    background: #f8fafc;
    transform: translateY(-1px);
}

.sl-stickybar__item-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(132, 183, 143, 0.1);
    color: #84B78F;
    transition: background 0.2s ease, color 0.2s ease;
}

.sl-stickybar__item-icon svg {
    width: 18px;
    height: 18px;
}

.sl-stickybar__item-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.sl-stickybar__item-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0B1F1A;
    line-height: 1.2;
}

.sl-stickybar__item-sub {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Item variants */
.sl-stickybar__item--test {
    background: linear-gradient(135deg, #84B78F 0%, #96c6a0 100%);
    color: #ffffff;
}
.sl-stickybar__item--test:hover {
    background: linear-gradient(135deg, #75a880 0%, #84B78F 100%);
}
.sl-stickybar__item--test .sl-stickybar__item-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}
.sl-stickybar__item--test .sl-stickybar__item-label,
.sl-stickybar__item--test .sl-stickybar__item-sub {
    color: #ffffff;
}
.sl-stickybar__item--test .sl-stickybar__item-sub {
    opacity: 0.85;
}

.sl-stickybar__item--whatsapp .sl-stickybar__item-icon {
    background: rgba(37, 211, 102, 0.12);
    color: #25D366;
}

/* Tablet */
@media (max-width: 900px) {
    .sl-stickybar__item-sub { display: none; }
    .sl-stickybar__item-label { font-size: 0.8125rem; }
    .sl-stickybar__content { padding: 0.625rem 0.75rem; gap: 0.75rem; }
    .sl-stickybar__logo { padding-right: 0.75rem; }
    .sl-stickybar__logo img { height: 32px; }
}

/* Mobile */
@media (max-width: 600px) {
    .sl-stickybar { bottom: 12px; width: calc(100% - 16px); }
    .sl-stickybar__content {
        padding: 0.5rem;
        border-radius: 14px;
        gap: 0.375rem;
    }
    .sl-stickybar__logo { display: none; }
    .sl-stickybar__items { gap: 0.375rem; }
    .sl-stickybar__item {
        flex-direction: column;
        align-items: center;
        gap: 0.25rem;
        padding: 0.5rem 0.375rem;
        text-align: center;
    }
    .sl-stickybar__item-icon { width: 32px; height: 32px; }
    .sl-stickybar__item-icon svg { width: 16px; height: 16px; }
    .sl-stickybar__item-label { font-size: 0.6875rem; }
    .sl-stickybar__toggle {
        top: -18px;
        right: 12px;
        width: 38px;
        height: 38px;
        border-width: 2px;
    }
    .sl-stickybar__toggle-icon { width: 16px; height: 16px; }
}
