/* Sunthrex frontend — Brand Variant 3 (The Green Mission) */

/* ============================================================== */
/* ── Kleurrijke hero-achtergrond (vier-kleur radial gradients) ── */
/* Gedeeld door alle light-heros (offerte, contact, ticket, ks,   */
/* legal, isolatie, products, help, about). Donkere tekst blijft   */
/* leesbaar door licht-mint base + low-opacity color blobs.        */
/* ============================================================== */
:root {
    --sx-hero-bg-rich:
        radial-gradient(ellipse 90% 60% at 90% 10%, rgba(0, 137, 123, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse 80% 70% at 10% 90%, rgba(255, 194, 71, 0.20) 0%, transparent 55%),
        radial-gradient(ellipse 100% 60% at 50% 100%, rgba(139, 195, 74, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 50% 0%, rgba(255, 213, 79, 0.14) 0%, transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #F0F8F5 60%, #E8F4EF 100%);
    --sx-hero-bg-warm:
        radial-gradient(ellipse 80% 60% at 85% 15%, rgba(255, 149, 0, 0.20) 0%, transparent 55%),
        radial-gradient(ellipse 70% 65% at 15% 85%, rgba(0, 137, 123, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse 90% 50% at 50% 100%, rgba(255, 194, 71, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 50% 0%, rgba(139, 195, 74, 0.12) 0%, transparent 55%),
        linear-gradient(180deg, #FFFBF5 0%, #F5FAF8 60%, #F0F8F5 100%);
    --sx-hero-bg-leaf:
        radial-gradient(ellipse 80% 60% at 15% 10%, rgba(139, 195, 74, 0.26) 0%, transparent 55%),
        radial-gradient(ellipse 70% 65% at 90% 80%, rgba(0, 137, 123, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse 90% 50% at 50% 100%, rgba(255, 213, 79, 0.16) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 80% 0%, rgba(255, 194, 71, 0.14) 0%, transparent 55%),
        linear-gradient(180deg, #F0FAF6 0%, #E8F4EF 60%, #DCEFE7 100%);
}
/* Force tekstkleuren in heros om conflict met theme/kleurrijke bg te vermijden */
.sx-shop-hero h1, .sx-shop-hero p,
.sx-iso-hero h1, .sx-iso-hero p,
.sx-ks-hero h1, .sx-ks-hero p,
.sx-ticket-hero h1, .sx-ticket-hero p,
.sx-legal-hero h1, .sx-legal-hero p,
.sx-helpc-hero h1, .sx-helpc-hero p,
.sx-about-hero h1, .sx-about-hero p,
.sx-offerte-hero h1, .sx-offerte-hero p,
body.sx-offerte-body .sx-offerte-hero h1,
body.sx-offerte-body .sx-offerte-hero p {
    /* h's krijgen donkere ink, p's krijgen ink-soft */
}
.sx-shop-hero h1, .sx-iso-hero h1, .sx-ks-hero h1, .sx-ticket-hero h1,
.sx-legal-hero h1, .sx-helpc-hero h1, .sx-about-hero h1,
.sx-offerte-hero h1, body.sx-offerte-body .sx-offerte-hero h1,
.sx-shop-hero__title, .sx-iso-hero__title,
.sx-ks-hero__title, .sx-legal-hero__title,
.sx-about-hero__title, .sx-offerte-hero__title {
    color: var(--sx-ink) !important;
}
.sx-shop-hero p, .sx-iso-hero p, .sx-ks-hero p, .sx-ticket-hero p,
.sx-legal-hero p, .sx-helpc-hero p, .sx-about-hero p,
.sx-offerte-hero p, body.sx-offerte-body .sx-offerte-hero p,
.sx-shop-hero__sub, .sx-iso-hero__sub,
.sx-ks-hero__sub, .sx-legal-hero__sub,
.sx-about-hero__sub, .sx-offerte-hero__sub {
    color: var(--sx-ink-soft) !important;
}


/* ====== DEFENSIVE SVG SIZING ======
   Salient theme zet 'svg { max-width: 100%; height: auto }' globaal.
   Dat maakt onze icon-SVG's zonder expliciete grootte enorm op mobiel.
   Hier forceren we sane sizing binnen onze icon-containers. */
.sx-value__icon > svg,
.sx-benefit__icon > svg,
.sx-stats__icon > svg,
.sx-trust-item__icon > svg,
.sx-hero__float-icon > svg,
.sx-subsidy__icon > svg,
.sx-spec-badge svg,
.sx-tag svg,
.sx-badge svg,
.sx-link svg,
.sx-btn svg {
    max-width: none !important;
    width: auto;
    height: auto;
    flex-shrink: 0;
}
.sx-value__icon > svg   { width: 26px !important; height: 26px !important; }
.sx-benefit__icon > svg { width: 28px !important; height: 28px !important; }
.sx-stats__icon > svg   { width: 26px !important; height: 26px !important; }
.sx-trust-item__icon > svg { width: 18px !important; height: 18px !important; }
.sx-hero__float-icon > svg { width: 20px !important; height: 20px !important; }
.sx-subsidy__icon > svg { width: 24px !important; height: 24px !important; }

/* Inline SVG's met expliciete width/height attributen — laat die met rust */
.sx-value__eco-item svg,
.sx-hero__title svg,
.sx-checks svg,
svg[width][height] {
    flex-shrink: 0;
}


/* ====== GLOBALE LIJST-RESET ======
   Salient en Gutenberg blocken zetten standaard bullets en numbers op UL/OL.
   Wij willen NIETS tonen — al onze checks/numbers/icons zijn ::before's.
   Aggressieve targeting [class^="sx-"] dekt al onze elementen. */
[class^="sx-"] ul,
[class*=" sx-"] ul,
[class^="sx-"] ol,
[class*=" sx-"] ol,
.sx-home ul, .sx-home ol,
.sx-account-page ul, .sx-account-page ol,
.sx-help-page ul, .sx-help-page ol,
.sx-subsidy-archive ul, .sx-subsidy-archive ol,
.sx-subsidy-single ul, .sx-subsidy-single ol,
.sx-region-page ul, .sx-region-page ol,
.sx-footer ul, .sx-footer ol,
.sx-header ul, .sx-header ol,
.sx-topbar ul {
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
}
[class^="sx-"] li,
[class*=" sx-"] li,
.sx-home li,
.sx-account-page li,
.sx-help-page li,
.sx-subsidy-archive li,
.sx-subsidy-single li,
.sx-region-page li,
.sx-footer li,
.sx-header li,
.sx-topbar li {
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
    background-image: none !important;
}
[class^="sx-"] li::marker,
[class*=" sx-"] li::marker,
.sx-home li::marker,
.sx-account-page li::marker,
.sx-help-page li::marker,
.sx-subsidy-archive li::marker,
.sx-subsidy-single li::marker,
.sx-region-page li::marker,
.sx-footer li::marker,
.sx-header li::marker,
.sx-topbar li::marker {
    content: none !important;
    display: none !important;
    color: transparent !important;
    font-size: 0 !important;
}

/* ====== GLOBALE TYPOGRAFIE-BALANCE ====== */
/* Alle Sunthrex content krijgt consistente typografische balans */
.sx-home, .sx-home *,
.sx-account-page, .sx-account-page *,
.sx-subsidy-archive, .sx-subsidy-archive *,
.sx-subsidy-single, .sx-subsidy-single *,
.sx-region-page, .sx-region-page *,
.sx-topbar, .sx-topbar *,
.sx-header, .sx-header *,
.sx-footer, .sx-footer * {
    font-feature-settings: "kern", "liga", "calt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Headings — text-wrap balance op ALLES binnen Sunthrex-content.
   Aggressief met !important + brede selectors zodat Salient/Gutenberg ze niet overrulen. */
[class^="sx-"] h1, [class^="sx-"] h2, [class^="sx-"] h3, [class^="sx-"] h4, [class^="sx-"] h5, [class^="sx-"] h6,
[class*=" sx-"] h1, [class*=" sx-"] h2, [class*=" sx-"] h3, [class*=" sx-"] h4, [class*=" sx-"] h5, [class*=" sx-"] h6,
.sx-home h1, .sx-home h2, .sx-home h3, .sx-home h4, .sx-home h5, .sx-home h6,
.sx-footer h1, .sx-footer h2, .sx-footer h3, .sx-footer h4, .sx-footer h5, .sx-footer h6,
.sx-header h1, .sx-header h2, .sx-header h3,
.sx-account-page h1, .sx-account-page h2, .sx-account-page h3, .sx-account-page h4,
.sx-subsidy-archive h1, .sx-subsidy-archive h2, .sx-subsidy-archive h3, .sx-subsidy-archive h4,
.sx-subsidy-single h1, .sx-subsidy-single h2, .sx-subsidy-single h3,
.sx-region-page h1, .sx-region-page h2, .sx-region-page h3, .sx-region-page h4,
.sx-help-page h1, .sx-help-page h2, .sx-help-page h3, .sx-help-page h4 {
    text-wrap: balance !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    -webkit-hyphens: manual !important;
    hyphens: manual !important;
}

/* Paragraphs — pretty wrap voorkomt 'wezen' (1 woord op laatste regel) */
[class^="sx-"] p, [class*=" sx-"] p,
.sx-home p, .sx-footer p, .sx-header p, .sx-account-page p,
.sx-subsidy-archive p, .sx-subsidy-single p, .sx-region-page p, .sx-help-page p {
    text-wrap: pretty !important;
    overflow-wrap: break-word !important;
}

/* Container voor leesbare regellengte van paragraphs (max ~70ch) */
.sx-section__head p,
.sx-storage p,
.sx-cta-row p,
.sx-calc-row__text p {
    max-width: 65ch;
    margin-left: auto;
    margin-right: auto;
}
.sx-storage p, .sx-calc-row__text p { margin-left: 0; margin-right: 0; }

.sx-home,
.sx-account-page,
.sx-subsidy-archive,
.sx-subsidy-single,
.sx-region-page,
.sx-help-page {
    color: var(--sx-ink);
    font-family: 'Open Sans', system-ui, -apple-system, sans-serif;
    line-height: 1.65;
    font-size: 16px;
}
.sx-home *, .sx-home *::before, .sx-home *::after,
.sx-account-page *, .sx-account-page *::before, .sx-account-page *::after,
.sx-subsidy-archive *, .sx-subsidy-single *, .sx-region-page * { box-sizing: border-box; }

/* ============================================================
   v0.7.22 — UNIFIED TYPOGRAPHY (alle plugin-pages)
   - h1: pagina-titel (1× per page voor SEO)
   - h2: sectie-titel
   - h3: kaart/blok-titel
   - h4: sub-blok titel
   - p: body tekst
   ============================================================ */
.sx-home h1, .sx-help-page h1, .sx-account-page h1,
.sx-subsidy-archive h1, .sx-subsidy-single h1, .sx-region-page h1,
.sx-home h2, .sx-help-page h2, .sx-account-page h2,
.sx-subsidy-archive h2, .sx-subsidy-single h2, .sx-region-page h2,
.sx-home h3, .sx-help-page h3, .sx-account-page h3,
.sx-subsidy-archive h3, .sx-subsidy-single h3, .sx-region-page h3,
.sx-home h4, .sx-help-page h4, .sx-account-page h4,
.sx-subsidy-archive h4, .sx-subsidy-single h4, .sx-region-page h4 {
    font-family: 'Open Sans', system-ui, -apple-system, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    /* GEEN color hier — zo erven headings de juiste kleur van hun sectie
       (light sectie → ink, dark/stats/cta sectie → wit) */
}

/* Donkere secties: alle koppen + paragrafen wit */
.sx-section--dark h1, .sx-section--dark h2, .sx-section--dark h3, .sx-section--dark h4,
.sx-section--stats h1, .sx-section--stats h2, .sx-section--stats h3,
.sx-section--cta h1, .sx-section--cta h2, .sx-section--cta h3,
.sx-hero h1, .sx-hero h2, .sx-hero h3 {
    color: #ffffff;
}
.sx-section--dark p, .sx-section--stats p, .sx-section--cta p, .sx-hero p {
    color: rgba(255,255,255,0.85);
}
.sx-section--dark a:not(.sx-btn):not(.sx-link):not(.sx-tag),
.sx-section--cta a:not(.sx-btn):not(.sx-link):not(.sx-tag) {
    color: var(--sx-accent);
}

/* Lichte secties: koppen donker, paragrafen soft-ink */
.sx-section--white h1, .sx-section--white h2, .sx-section--white h3, .sx-section--white h4,
.sx-section--cream h1, .sx-section--cream h2, .sx-section--cream h3, .sx-section--cream h4,
.sx-section--alt h1, .sx-section--alt h2, .sx-section--alt h3, .sx-section--alt h4,
.sx-section--trust h1, .sx-section--trust h2, .sx-section--trust h3 {
    color: var(--sx-ink);
}
.sx-section--white p, .sx-section--cream p, .sx-section--alt p, .sx-section--trust p {
    color: var(--sx-ink-soft);
}
.sx-section--white p strong, .sx-section--cream p strong,
.sx-section--alt p strong, .sx-section--trust p strong {
    color: var(--sx-ink);
}

/* H1 — pagina hoofdtitel */
.sx-home h1, .sx-help-page h1, .sx-account-page h1,
.sx-subsidy-archive h1, .sx-subsidy-single h1, .sx-region-page h1 {
    font-size: clamp(36px, 4.6vw, 58px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.022em;
    margin: 0 0 20px;
}

/* H2 — sectie titel */
.sx-home h2, .sx-help-page h2, .sx-account-page h2,
.sx-subsidy-archive h2, .sx-subsidy-single h2, .sx-region-page h2 {
    font-size: clamp(28px, 3.8vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.018em;
    margin: 0 0 18px;
}

/* H3 — kaart/blok titel */
.sx-home h3, .sx-help-page h3, .sx-account-page h3,
.sx-subsidy-archive h3, .sx-subsidy-single h3, .sx-region-page h3 {
    font-size: clamp(18px, 1.8vw, 22px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.008em;
    margin: 0 0 12px;
}

/* H4 — sub-blok */
.sx-home h4, .sx-help-page h4, .sx-account-page h4,
.sx-subsidy-archive h4, .sx-subsidy-single h4, .sx-region-page h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.005em;
    margin: 0 0 10px;
}

/* Paragrafen — alleen line-height; KLEUR erft van sectie (dark = wit, light = ink-soft).
   Sectie-specifieke kleur staat hieronder in het "Donkere/Lichte secties" blok. */
.sx-home p, .sx-help-page p, .sx-account-page p,
.sx-subsidy-archive p, .sx-subsidy-single p, .sx-region-page p {
    line-height: 1.65;
}
.sx-home p strong, .sx-help-page p strong { font-weight: 700; }

/* Mobiel — koppen iets compacter, body iets groter voor leesbaarheid */
@media (max-width: 700px) {
    .sx-home h1, .sx-help-page h1, .sx-account-page h1,
    .sx-subsidy-archive h1, .sx-subsidy-single h1, .sx-region-page h1 {
        line-height: 1.1;
        letter-spacing: -0.018em;
    }
    .sx-home h2, .sx-help-page h2, .sx-account-page h2,
    .sx-subsidy-archive h2, .sx-subsidy-single h2, .sx-region-page h2 {
        line-height: 1.2;
    }
    .sx-home h3, .sx-help-page h3, .sx-account-page h3,
    .sx-subsidy-archive h3, .sx-subsidy-single h3, .sx-region-page h3 {
        line-height: 1.3;
    }
    .sx-home p, .sx-help-page p { font-size: 15.5px; }
}
@media (max-width: 480px) {
    .sx-home h1, .sx-help-page h1, .sx-account-page h1 { font-size: clamp(28px, 7vw, 36px); }
    .sx-home h2, .sx-help-page h2, .sx-account-page h2 { font-size: clamp(22px, 6vw, 28px); }
    .sx-home h3, .sx-help-page h3, .sx-account-page h3 { font-size: 17px; }
}

.sx-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.sx-container--narrow { max-width: 880px; }

.sx-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 12px;
    font-weight: 700;
    color: var(--sx-primary);
    margin-bottom: 14px;
}
.sx-section--cream .sx-eyebrow,
.sx-section--alt   .sx-eyebrow { color: var(--sx-primary-dark); }

.sx-section { padding: 110px 0; }
.sx-section--white  { background: #FFFFFF; }                /* echt wit voor max contrast */
.sx-section--alt    { background: #E8F4EF; }                /* duidelijke mint, niet meer identiek aan white */
.sx-section--cream  { background: var(--sx-cream); }        /* #FFF8E7 — warm crème */
.sx-section--dark   { background: var(--sx-ink); color: #eaf3f0; }
.sx-section--cta    { background: linear-gradient(135deg, #00665B 0%, #00897B 100%); color: #ffffff; }
.sx-section--cta .sx-cta-row__text h2,
.sx-section--cta .sx-cta-row__text p { color: #ffffff; }
.sx-section--cta .sx-cta-row__text p { color: rgba(255,255,255,0.88); }
.sx-section--narrow { padding: 56px 0; }
.sx-section--trust  { background: #FFFFFF; border-top: 1px solid #E0EDE9; border-bottom: 1px solid #E0EDE9; }
.sx-section--stats  { background: linear-gradient(135deg, #00897B 0%, #00665B 100%); color: #ffffff; }

@media (max-width: 1100px) { .sx-section { padding: 88px 0; } }
@media (max-width: 800px)  { .sx-section { padding: 64px 0; } .sx-section--narrow { padding: 40px 0; } }
@media (max-width: 500px)  { .sx-section { padding: 48px 0; } }

.sx-section__head { max-width: 760px; margin: 0 auto 64px; text-align: center; }
.sx-section__head h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    margin: 0 0 18px;
    letter-spacing: -0.018em;
    line-height: 1.12;
    color: var(--sx-ink);
}
.sx-section__head p { color: var(--sx-ink-soft); font-size: 18px; margin: 0; line-height: 1.55; }
.sx-section__head--inverse h2 { color: #ffffff; }
.sx-section__head--inverse p { color: #b9d2cb; }
.sx-section__head--inverse .sx-eyebrow { color: var(--sx-accent); }
.sx-section__cta { text-align: center; margin-top: 40px; }

/* Buttons */
.sx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .2s ease, background .2s, color .2s, border-color .2s;
    line-height: 1;
    font-family: inherit;
}
.sx-btn--primary { background: var(--sx-primary); color: #ffffff; box-shadow: 0 8px 24px rgba(0,137,123,0.25); }
.sx-btn--primary:hover { background: var(--sx-primary-dark); transform: translateY(-1px); box-shadow: 0 10px 28px rgba(0,102,91,0.30); color: #fff; }
.sx-btn--ghost { background: transparent; color: var(--sx-primary-dark); border-color: var(--sx-primary); }
.sx-btn--ghost:hover { background: var(--sx-primary); color: #ffffff; border-color: var(--sx-primary); }
.sx-btn--block { width: 100%; }

.sx-link { color: var(--sx-primary-dark); font-weight: 600; text-decoration: none; }
.sx-link:hover { text-decoration: underline; }

/* ====== Salient header & footer verbergen — wij injecteren onze eigen ====== */
body.wp-theme-salient #header-outer,
body.wp-theme-salient #header-space,
body.wp-theme-salient .nectar-skip-to-content-wrap,
body.wp-theme-salient #footer-outer {
    display: none !important;
}
body.wp-theme-salient #ajax-content-wrap > .container-wrap:first-of-type {
    padding-top: 0 !important;
}

/* ====== TOPBAR ====== */
.sx-topbar {
    background: linear-gradient(90deg, #00897B 0%, #00756B 100%);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 7px 0;
    position: relative;
    z-index: 9999;
}
.sx-topbar__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}
.sx-topbar__phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.92);
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    transition: color .15s;
}
.sx-topbar__phone:hover { color: #ffffff; }
.sx-topbar__phone svg { color: rgba(255,255,255,0.75); }
.sx-topbar__nav {
    display: flex;
    gap: 24px;
}
.sx-topbar__nav a {
    color: rgba(255,255,255,0.82);
    text-decoration: none;
    font-weight: 600;
    padding: 3px 0;
    position: relative;
    transition: color .15s;
}
.sx-topbar__nav a:hover { color: #ffffff; }
.sx-topbar__nav a.is-active {
    color: #ffffff;
}
.sx-topbar__nav a.is-active::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: -3px;
    height: 2px;
    background: rgba(255,255,255,0.55);
    border-radius: 2px;
}

/* ====== HEADER (Eneco-style) ====== */
.sx-header {
    background: #ffffff;
    border-bottom: 1px solid #f0f4f3;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 9998;
    font-family: 'Open Sans', sans-serif;
    transition: box-shadow .2s ease;
}
.sx-header--scrolled {
    box-shadow: 0 4px 20px rgba(14,42,38,0.09);
    border-bottom-color: transparent;
}
.sx-header__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    gap: 56px;
}
.sx-header__logo {
    text-decoration: none;
    color: var(--sx-ink);
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
.sx-header__logo:hover { color: var(--sx-primary-dark); }
.sx-header__logo-img {
    max-height: 44px;
    width: auto;
    display: block;
}
.sx-header__logo-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: var(--sx-primary-dark);
    letter-spacing: -0.025em;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
}
.sx-header__logo-mark {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #FFE49A 0%, #FFC247 60%, #00897B 60.5%, #00665B 100%);
    box-shadow: 0 3px 8px rgba(0,137,123,0.25);
    flex-shrink: 0;
}

.sx-header__nav { flex: 1; min-width: 0; }
.sx-header__menu,
ul.sx-header__menu {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    gap: 40px !important;
    align-items: center !important;
    background: none !important;
}
.sx-header__menu li,
ul.sx-header__menu li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.sx-header__menu li::before,
.sx-header__menu li::marker { content: '' !important; display: none !important; }
.sx-header__menu a {
    color: var(--sx-ink);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 0;
    transition: color .15s;
    position: relative;
    line-height: 1;
}
.sx-header__menu a::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 4px;
    height: 2px;
    background: var(--sx-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s;
}
.sx-header__menu a:hover { color: var(--sx-primary); }
.sx-header__menu a:hover::after { transform: scaleX(1); }

.sx-header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.sx-header__quote {
    display: inline-flex;
    align-items: center;
    padding: 11px 22px;
    background: var(--sx-primary);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14.5px;
    border-radius: 999px;
    transition: background .15s, transform .15s;
    line-height: 1;
}
.sx-header__quote:hover { background: var(--sx-primary-dark); color: #fff; transform: translateY(-1px); }

.sx-header__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px 8px 8px;
    color: var(--sx-ink);
    text-decoration: none;
    font-weight: 700;
    font-size: 14.5px;
    border-radius: 999px;
    transition: background .15s, color .15s;
    line-height: 1;
}
.sx-header__cta:hover { background: var(--sx-bg-alt); color: var(--sx-primary-dark); }
.sx-header__cta svg {
    width: 28px; height: 28px;
    color: var(--sx-primary);
    background: var(--sx-bg-alt);
    border-radius: 50%;
    padding: 4px;
    box-sizing: border-box;
}

.sx-header__hamburger {
    display: none;
    background: none;
    border: 0;
    width: 40px; height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 0;
}
.sx-header__hamburger span {
    display: block;
    width: 22px; height: 2px;
    background: var(--sx-ink);
    border-radius: 2px;
    transition: transform .2s, opacity .2s;
}
.sx-header__hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sx-header__hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.sx-header__hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sx-header__mobile {
    display: none;
    border-top: 1px solid #f0f4f3;
    background: #fff;
}
.sx-header__mobile-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 24px 24px;
}
.sx-header__mobile-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
    display: block !important;
}
.sx-header__mobile-menu li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}
.sx-header__mobile-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 4px;
    color: var(--sx-ink);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid #f0f4f3;
}
.sx-header__mobile-menu a:hover { color: var(--sx-primary-dark); }
.sx-header__mobile-menu a::after {
    content: '›';
    color: var(--sx-primary);
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
}

.sx-header__mobile-cta {
    display: grid;
    gap: 10px;
    margin: 8px 0 16px;
}
.sx-header__mobile-account {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    background: var(--sx-bg);
    color: var(--sx-ink);
    text-decoration: none;
    font-weight: 700;
    font-size: 14.5px;
    transition: background .15s;
}
.sx-header__mobile-account:hover { background: var(--sx-bg-alt); color: var(--sx-primary-dark); }
.sx-header__mobile-account svg { color: var(--sx-primary); }

.sx-header__mobile-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: var(--sx-bg-alt);
    border: 1px solid var(--sx-primary-soft);
    border-radius: 14px;
    color: var(--sx-primary-dark);
    text-decoration: none;
    transition: background .15s, transform .15s;
}
.sx-header__mobile-phone:hover { background: var(--sx-primary); color: #fff; transform: translateY(-1px); }
.sx-header__mobile-phone:hover svg { color: #fff; }
.sx-header__mobile-phone svg { color: var(--sx-primary); flex-shrink: 0; }
.sx-header__mobile-phone span { display: flex; flex-direction: column; line-height: 1.2; }
.sx-header__mobile-phone small { font-size: 12px; opacity: 0.8; font-weight: 600; }
.sx-header__mobile-phone strong { font-size: 17px; font-weight: 800; }

@media (max-width: 1280px) {
    .sx-header__menu { gap: 22px !important; }
    .sx-header__menu a { font-size: 15px; }
    .sx-header__container { gap: 24px; }
}
@media (max-width: 1180px) {
    .sx-header__cta span { display: none; }
    .sx-header__cta { padding: 6px; }
    .sx-header__quote { padding: 10px 18px; font-size: 14px; }
}
@media (max-width: 1050px) {
    .sx-header__quote { display: none; }
    .sx-header__menu { gap: 18px !important; }
    .sx-header__menu a { font-size: 14.5px; }
}
@media (max-width: 900px) {
    .sx-header__nav { display: none; }
    .sx-header__quote { display: none; }
    .sx-header__hamburger { display: inline-flex; }
    .sx-header.is-open .sx-header__mobile { display: block; }
    /* Push actions all the way to the right when nav is hidden */
    .sx-header__actions { margin-left: auto; }
}
@media (max-width: 600px) {
    .sx-header__container { padding: 0 16px; gap: 12px; }
    .sx-header__logo-text { font-size: 20px; }
    .sx-header__logo-mark { width: 24px; height: 24px; }
    .sx-header__mobile-inner { padding: 12px 20px 20px; }
    .sx-header__mobile-menu a { padding: 14px 4px; font-size: 15px; }
    .sx-topbar { font-size: 12px; }
    .sx-topbar__inner { padding: 0 16px; gap: 14px; }
    .sx-topbar__nav { gap: 14px; }
}

/* ====== HERO v0.9 — donker near-black met subtiele groene ondertoon ====== */
.sx-hero {
    position: relative;
    background:
        radial-gradient(ellipse 60% 50% at 90% 0%, rgba(0, 137, 123, 0.30) 0%, transparent 55%),
        radial-gradient(ellipse 50% 50% at 0% 100%, rgba(255, 194, 71, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse 60% 40% at 50% 100%, rgba(139, 195, 74, 0.16) 0%, transparent 60%),
        linear-gradient(160deg, #0A1410 0%, #0F1E1A 55%, #162420 100%);
    color: #ffffff;
    overflow: hidden;
    isolation: isolate;
}
.sx-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.sx-hero__bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.32;
}
.sx-hero__bg-blob--1 {
    width: 600px; height: 600px;
    background: radial-gradient(circle, #00897B 0%, transparent 65%);
    top: -180px; left: -160px;
}
.sx-hero__bg-blob--2 {
    width: 500px; height: 500px;
    background: radial-gradient(circle, #FFC247 0%, transparent 65%);
    bottom: -160px; right: -80px;
    opacity: 0.22;
}
.sx-hero__bg-blob--3 {
    width: 360px; height: 360px;
    background: radial-gradient(circle, #34C759 0%, transparent 65%);
    top: 35%; left: 45%;
    opacity: 0.08;
}

.sx-hero__wrap {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 32px 56px;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 48px;
    align-items: center;
    min-height: 0;
}

/* ===== CONTENT (links) ===== */
.sx-hero__content {
    color: #ffffff;
    max-width: 580px;
}

.sx-hero__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #FFC247;
    background: rgba(255,194,71,0.12);
    border: 1px solid rgba(255,194,71,0.30);
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 24px;
}

.sx-hero__title {
    margin: 0 0 20px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 800 !important;
    font-size: clamp(32px, 4.2vw, 52px) !important;
    line-height: 1.5 !important;
    letter-spacing: -0.02em !important;
    color: #ffffff !important;
}
.sx-hero__title .sx-hero__accent {
    line-height: inherit;
    display: inline-block;
}
.sx-hero__accent {
    background: linear-gradient(135deg, #FFC247 0%, #FFE082 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FFC247;
}

.sx-hero__sub {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin: 0 0 28px;
    max-width: 540px;
    font-weight: 400;
}

.sx-hero__checks,
ul.sx-hero__checks {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 0 36px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px !important;
}
.sx-hero__checks li,
ul.sx-hero__checks li {
    list-style: none !important;
    list-style-type: none !important;
    background: none !important;
    position: relative;
    padding: 2px 0 2px 32px;
    font-size: 15px;
    color: rgba(255,255,255,0.92);
    font-weight: 500;
    line-height: 1.45;
    margin: 0 !important;
}
.sx-hero__checks li::marker { content: '' !important; display: none !important; }
.sx-hero__checks li::before {
    content: '';
    position: absolute; left: 0; top: 3px;
    width: 22px; height: 22px;
    background: #FFC247;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(255,194,71,0.30);
}
.sx-hero__checks li::after {
    content: '';
    position: absolute; left: 6px; top: 9px;
    width: 10px; height: 6px;
    border-left: 2.5px solid #003D38;
    border-bottom: 2.5px solid #003D38;
    transform: rotate(-45deg);
}

.sx-hero__cta-row {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;          /* nooit op 2 regels splitsen */
    margin-bottom: 32px;
}

/* iOS-stijl: vollere radius, subtieler shadow, kleinere padding zodat ze
   altijd naast elkaar passen */
.sx-btn--accent {
    background: linear-gradient(180deg, #FFC247 0%, #FFB02E 100%);
    color: #1a3a36;
    border: 0;
    padding: 13px 22px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.01em;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;        /* tekst nooit op 2 regels */
    box-shadow: 0 4px 14px rgba(0,0,0,0.10), 0 1px 2px rgba(0,0,0,0.06);
    transition: transform .15s cubic-bezier(0.32, 0.72, 0, 1), box-shadow .15s;
    cursor: pointer;
}
.sx-btn--accent:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.14), 0 1px 2px rgba(0,0,0,0.06);
    color: #1a3a36;
}
.sx-btn--accent:active { transform: scale(0.97); }

.sx-btn--outline-light {
    background: rgba(255,255,255,0.10);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.28);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 13px 22px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.01em;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    transition: background .15s, border-color .15s;
}
.sx-btn--outline-light:hover {
    background: rgba(255,255,255,0.16);
    border-color: rgba(255,255,255,0.45);
    color: #ffffff;
}
.sx-btn--outline-light:active { transform: scale(0.97); }
.sx-btn--lg { font-size: 15px; }

.sx-hero__trustline {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.sx-hero__trustline-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: rgba(255,255,255,0.82);
}
.sx-hero__trustline-item svg { color: #FFC247; flex-shrink: 0; }

/* ===== VISUAL (rechts) ===== */
.sx-hero__visual {
    position: relative;
    aspect-ratio: 4 / 5;
    width: 100%;
    height: auto;
    min-height: 0;
    max-width: 560px;
    max-height: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.sx-hero__product-stage {
    position: relative;
    width: 100%;
    height: 100%;
}
.sx-hero__product-glow {
    position: absolute;
    inset: 4% 4% 12% 4%;
    background: radial-gradient(ellipse at center 75%, rgba(255,194,71,0.20) 0%, rgba(0,191,165,0.14) 45%, transparent 75%);
    filter: blur(40px);
    z-index: 0;
    pointer-events: none;
}
/* PNGs zijn nu strak getrimd (geen witruimte rondom batterij).
   Daarom: width:auto + height:X% + bottom:0 → batterij rendert op natural aspect
   en staat altijd EXACT op de stage-bottom. Geen object-fit nodig. */
.sx-hero__product-img {
    position: absolute;
    bottom: 0;
    width: auto;
    z-index: 1;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.28));
}
.sx-hero__product-img--large {  /* HM20 — vult hele hoogte */
    left: 14%;
    height: 100%;
}
.sx-hero__product-img--small { /* HM5 — kleiner, rechts */
    right: 14%;
    height: 56%;
}
/* Subtiele ovale schaduw direct onder elke batterij */
.sx-hero__product-stage::before,
.sx-hero__product-stage::after {
    content: '';
    position: absolute;
    bottom: -6px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0,0,0,0.40) 0%, transparent 75%);
    z-index: 0;
    pointer-events: none;
    filter: blur(4px);
}
.sx-hero__product-stage::before { /* onder HM20 */
    left: 16%;
    width: 18%;
}
.sx-hero__product-stage::after {  /* onder HM5 */
    right: 16%;
    width: 14%;
}
.sx-hero__photo {
    width: 100%;
    height: 100%;
    max-height: 560px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.30);
}

/* ===== FLOATING BADGES ===== */
.sx-hero__floats-row { display: none; } /* verborgen op desktop, getoond op <900px */
.sx-hero__float {
    position: absolute;
    background: #ffffff;
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.10);
    z-index: 3;
    min-width: 190px;
}
.sx-hero__float--top    { top: 14%;   left: -32px; }
.sx-hero__float--mid    { top: 48%;   right: -32px; }
.sx-hero__float--bottom { bottom: 8%;  left: 16px; }

.sx-hero__float-icon {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: rgba(0,137,123,0.12);
    color: var(--sx-primary-dark);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.sx-hero__float-icon--green { background: rgba(102,187,106,0.18); color: #2E7D32; }
.sx-hero__float-icon--leaf  { background: rgba(46,125,50,0.15);   color: #2E7D32; }

.sx-hero__float strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--sx-ink);
    line-height: 1.2;
}
.sx-hero__float span {
    display: block;
    font-size: 12px;
    color: var(--sx-ink-soft);
    margin-top: 2px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .sx-hero__wrap { gap: 32px; padding: 40px 24px 48px; }
    .sx-hero__title { font-size: clamp(32px, 5vw, 48px) !important; }
    .sx-hero__visual { max-width: 480px; max-height: 600px; }
    .sx-hero__float { min-width: 160px; padding: 10px 14px; }
    .sx-hero__float strong { font-size: 13px; }
    .sx-hero__float span { font-size: 11px; }
    .sx-hero__float--top    { left: -16px; }
    .sx-hero__float--mid    { right: -16px; }
    .sx-hero__float--bottom { left: 12px; }
}
@media (max-width: 900px) {
    .sx-hero__wrap {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 40px 20px 40px;
    }
    .sx-hero__content { max-width: 100%; }
    .sx-hero__checks { grid-template-columns: 1fr !important; }
    .sx-hero__visual {
        position: relative;
        aspect-ratio: 4 / 5;
        max-width: 360px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow: visible;
    }
    /* Mobile: 2 batterijen blijven bottom-aligned, kleinere schaal */
    .sx-hero__product-stage { gap: 6%; padding-bottom: 6%; }
    /* Mobiel: behoud 2 floats over de visual (top + bottom), mid uit */
    .sx-hero__float--top    { top: -12px; left: -12px; min-width: 160px; padding: 9px 12px; }
    .sx-hero__float--bottom { bottom: -12px; right: -12px; left: auto; min-width: 160px; padding: 9px 12px; }
    .sx-hero__float--mid    { display: none; }
    .sx-hero__float-icon    { width: 32px; height: 32px; }
    .sx-hero__float strong  { font-size: 12.5px; }
    .sx-hero__float span    { font-size: 11px; }
    /* De extra mobile-row is nu overbodig */
    .sx-hero__floats-row { display: none !important; }
}
@media (max-width: 600px) {
    .sx-hero__wrap { padding: 32px 16px 32px; gap: 28px; }
    .sx-hero__title { font-size: 32px !important; }
    .sx-hero__sub { font-size: 15px; }
    .sx-hero__cta-row { gap: 8px; flex-wrap: nowrap; }
    .sx-btn--accent, .sx-btn--outline-light { padding: 12px 16px; font-size: 14.5px; flex: 1; min-width: 0; }
    .sx-btn--accent svg { display: none; }
    .sx-hero__visual { max-width: 320px; }
    .sx-hero__trustline { gap: 14px; }
    .sx-hero__trustline-item { font-size: 12.5px; }
}
@media (max-width: 400px) {
    .sx-hero__cta-row { flex-direction: column; }
    .sx-btn--accent, .sx-btn--outline-light { flex: none; width: 100%; justify-content: center; }
}

/* ====== Storage info ====== */
.sx-storage {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 64px;
    align-items: center;
}
.sx-storage h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(26px, 3.4vw, 38px);
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 700;
}
.sx-storage p { color: var(--sx-ink-soft); font-size: 16px; margin: 0 0 16px; }

.sx-checks { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.sx-checks li {
    position: relative;
    padding-left: 32px;
    color: inherit;     /* erft van sectie: dark = wit, light = ink */
    font-weight: 500;
}
.sx-checks li::before {
    content: '✓';
    position: absolute; left: 0; top: 2px;
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--sx-primary);
    color: #ffffff;
    display: grid; place-items: center;
    font-size: 12px; font-weight: 700;
}
/* Op donkere secties: gele bullets + ink-kleurig vinkje voor contrast */
.sx-section--dark .sx-checks li::before,
.sx-section--cta .sx-checks li::before,
.sx-hero .sx-checks li::before {
    background: var(--sx-accent);
    color: #003D38;
}
.sx-section--dark .sx-checks li,
.sx-section--cta .sx-checks li,
.sx-hero .sx-checks li {
    color: rgba(255,255,255,0.95);
}

.sx-panel-card {
    background: var(--sx-bg);
    border-radius: var(--sx-radius);
    padding: 32px;
    border: 1px solid var(--sx-line);
}
.sx-panel-card h3 { margin: 0 0 16px; font-family: 'Open Sans', sans-serif; font-size: 20px; }
.sx-panel-card__row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--sx-line);
}
.sx-panel-card__row:last-child { border-bottom: 0; }
.sx-panel-card__row strong { color: var(--sx-primary-dark); }
.sx-panel-card__row span { color: var(--sx-ink-soft); font-size: 14px; }

@media (max-width: 800px) { .sx-storage { grid-template-columns: 1fr; gap: 32px; } }

/* ====== Value prop (investering) ====== */
.sx-value {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.sx-value__card {
    background: #ffffff;
    border-radius: 18px;
    padding: 36px 28px;
    border: 1px solid #f0f4f3;
    text-align: left;
    transition: transform .2s ease, box-shadow .2s ease;
}
.sx-value__card:hover { transform: translateY(-4px); box-shadow: var(--sx-shadow); }
.sx-value__num {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: var(--sx-primary);
    margin-bottom: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
}
.sx-value__card h3 { font-family: 'Open Sans', sans-serif; margin: 0 0 10px; font-size: 18px; font-weight: 700; }
.sx-value__card p { color: var(--sx-ink-soft); margin: 0; font-size: 14.5px; line-height: 1.55; }

@media (max-width: 1000px) { .sx-value { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .sx-value { grid-template-columns: 1fr; } }

/* ====== Benefits ====== */
.sx-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sx-benefit {
    background: #ffffff;
    border-radius: 18px;
    padding: 36px 32px;
    border: 1px solid #f0f4f3;
    transition: transform .2s ease, box-shadow .2s ease;
}
.sx-benefit:hover { transform: translateY(-4px); box-shadow: var(--sx-shadow); }
.sx-benefit__icon {
    width: 56px; height: 56px;
    border-radius: 16px;
    background: var(--sx-bg-alt);
    color: var(--sx-primary-dark);
    display: grid; place-items: center;
    margin-bottom: 22px;
}
.sx-benefit__icon svg { width: 28px; height: 28px; }
.sx-benefit h3 { font-family: 'Open Sans', sans-serif; margin: 0 0 10px; font-size: 19px; font-weight: 700; }
.sx-benefit p { color: var(--sx-ink-soft); margin: 0; font-size: 15px; line-height: 1.55; }

@media (max-width: 900px) { .sx-benefits { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .sx-benefits { grid-template-columns: 1fr; } }

/* ====== Calculator row ====== */
.sx-calc-row { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.sx-calc-row__text h2 { font-family: 'Open Sans', sans-serif; font-size: clamp(26px, 3.4vw, 38px); margin: 0 0 16px; line-height: 1.2; }
.sx-calc-row__text p { color: var(--sx-ink-soft); margin: 0; font-size: 17px; }
@media (max-width: 900px) { .sx-calc-row { grid-template-columns: 1fr; gap: 32px; } }

.sx-calc {
    background: #ffffff;
    border-radius: var(--sx-radius-lg);
    padding: 32px;
    border: 1px solid var(--sx-line);
    box-shadow: var(--sx-shadow-soft);
}
.sx-calc__head { margin-bottom: 20px; }
.sx-calc__head h3 { font-family: 'Open Sans', sans-serif; margin: 0 0 6px; font-size: 22px; }
.sx-calc__head p { color: var(--sx-ink-soft); margin: 0; font-size: 14px; }
.sx-calc__form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sx-calc__form label { display: grid; gap: 6px; font-size: 13px; font-weight: 500; }
.sx-calc__form label span { font-size: 12px; font-weight: 600; color: var(--sx-ink-soft); text-transform: uppercase; letter-spacing: 0.04em; }
.sx-calc__form input {
    padding: 10px 12px;
    border: 1.5px solid var(--sx-line);
    border-radius: 8px;
    font-family: inherit; font-size: 15px;
    background: #ffffff;
}
.sx-calc__form input:focus { outline: none; border-color: var(--sx-primary); box-shadow: 0 0 0 3px rgba(0,137,123,0.15); }
.sx-calc__form button { grid-column: span 2; margin-top: 4px; }
.sx-calc__result {
    margin-top: 24px;
    background: var(--sx-bg-alt);
    border-radius: var(--sx-radius);
    padding: 20px 24px;
}
.sx-calc__row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.05);
}
.sx-calc__row:last-of-type { border-bottom: 0; }
.sx-calc__row span { color: var(--sx-ink-soft); font-size: 14px; }
.sx-calc__row strong { font-family: 'Open Sans', sans-serif; font-weight: 800; color: var(--sx-primary-dark); font-size: 18px; }
.sx-calc__cta { margin: 12px 0 0; }
.sx-calc__note { font-size: 12px; color: var(--sx-ink-soft); margin: 8px 0 0; }
.sx-calc--compact .sx-calc__form { grid-template-columns: 1fr; }
@media (max-width: 600px) { .sx-calc__form { grid-template-columns: 1fr; } .sx-calc__form button { grid-column: span 1; } }

/* ====== Products ====== */
.sx-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sx-product {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    transition: transform .25s cubic-bezier(0.32,0.72,0,1), box-shadow .25s ease;
}
.sx-product:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0,0,0,0.12), 0 8px 16px rgba(0,0,0,0.06);
    border-color: transparent;
}
.sx-product__media {
    aspect-ratio: 16/10;
    background-size: cover;
    background-position: center;
    background-color: var(--sx-bg-alt);
}
.sx-product__media--gradient {
    background: linear-gradient(135deg, var(--sx-primary), var(--sx-primary-dark) 60%, var(--sx-ink));
    position: relative;
}
.sx-product__media--gradient::after {
    content: '';
    position: absolute;
    inset: 24%;
    border-radius: 12px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
}
.sx-product__body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.sx-product h3 { margin: 4px 0; font-family: 'Open Sans', sans-serif; font-size: 20px; }
.sx-product h3 a { color: inherit; text-decoration: none; }
.sx-product p { color: var(--sx-ink-soft); margin: 0; font-size: 15px; }
.sx-product__feat { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 6px; }
.sx-product__feat li { font-size: 14px; padding-left: 20px; position: relative; color: var(--sx-ink); }
.sx-product__feat li::before { content: '•'; color: var(--sx-primary); position: absolute; left: 6px; font-weight: 700; }

.sx-tag {
    display: inline-block;
    background: var(--sx-bg-alt);
    color: var(--sx-primary-dark);
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    align-self: flex-start;
    text-decoration: none;
    margin-right: 6px;
}
.sx-tag:hover { background: var(--sx-primary); color: #fff; }

.sx-price-on-request {
    display: inline-block;
    color: var(--sx-primary-dark);
    font-weight: 700;
}
.sx-quote-btn { color: #fff !important; }

@media (max-width: 900px) { .sx-products { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .sx-products { grid-template-columns: 1fr; } }

/* ====== Steps ====== */
.sx-steps {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
    counter-reset: step;
}
.sx-steps li {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--sx-radius);
    padding: 28px;
}
.sx-steps__num {
    color: var(--sx-accent);
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 28px;
    display: block;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}
.sx-steps h3 { font-family: 'Open Sans', sans-serif; margin: 0 0 8px; color: #ffffff; font-size: 18px; }
.sx-steps p { color: #b9d2cb; margin: 0; font-size: 15px; }

@media (max-width: 900px) { .sx-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .sx-steps { grid-template-columns: 1fr; } }

/* ====== Subsidies ====== */
.sx-subsidies { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.sx-subsidy {
    background: #ffffff;
    border-radius: var(--sx-radius);
    padding: 28px;
    border: 1px solid var(--sx-line);
    transition: transform .2s, box-shadow .2s;
}
.sx-subsidy:hover { transform: translateY(-3px); box-shadow: var(--sx-shadow-soft); }
.sx-subsidy h3 { font-family: 'Open Sans', sans-serif; margin: 8px 0; font-size: 18px; }
.sx-subsidy h3 a { color: inherit; text-decoration: none; }
.sx-subsidy h3 a:hover { color: var(--sx-primary-dark); }
.sx-subsidy p { color: var(--sx-ink-soft); margin: 0 0 12px; font-size: 14.5px; }
.sx-subsidy__meta { font-size: 13px; color: var(--sx-ink-soft); margin: 0 0 12px; }

@media (max-width: 700px) { .sx-subsidies { grid-template-columns: 1fr; } }

.sx-subsidy-archive__hero {
    background: var(--sx-hero-bg-rich);
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--sx-line);
}
.sx-subsidy-archive__hero h1 { font-family: 'Open Sans', sans-serif; font-size: clamp(30px, 4.4vw, 48px); margin: 0 0 16px; color: var(--sx-ink) !important; }
.sx-subsidy-archive__hero p { color: var(--sx-ink-soft) !important; font-size: 17px; margin: 0; }

.sx-region-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.sx-region-grid a {
    display: flex; justify-content: space-between; align-items: center;
    padding: 14px 18px;
    background: #fff; border: 1px solid var(--sx-line);
    border-radius: 10px; text-decoration: none; color: var(--sx-ink); font-weight: 600;
    transition: border-color .15s, color .15s;
}
.sx-region-grid a:hover { border-color: var(--sx-primary); color: var(--sx-primary-dark); }
.sx-region-grid a span { color: var(--sx-ink-soft); font-weight: 500; font-size: 13px; }

@media (max-width: 1000px) { .sx-region-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px)  { .sx-region-grid { grid-template-columns: repeat(2, 1fr); } }

.sx-subsidy-single .sx-subsidy-single__head {
    padding: 64px 24px 48px;
    text-align: center;
    background: var(--sx-hero-bg-warm);
    border-bottom: 1px solid var(--sx-line);
    margin-bottom: 48px;
}
.sx-subsidy-single h1 { font-family: 'Open Sans', sans-serif; font-size: clamp(26px, 2.8vw, 32px); line-height: 1.15; margin: 0 0 12px; color: var(--sx-ink) !important; }
.sx-subsidy-single__meta { margin: 8px 0 0; }

/* ============================================================
   Subsidie-artikel — rustige, leesbare prose-typografie.
   Lost het probleem op dat de globale 'unified typography'
   in-tekst koppen als 44px sectie-titels rendert (groter dan
   de pagina-titel). Hier krijgt de artikel-body zijn eigen,
   bescheiden leesschaal met echte witruimte en bullets.
   ============================================================ */
.sx-subsidy-single__body {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    max-width: 66ch;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.75;
    color: var(--sx-ink);
}
.sx-subsidy-single__body > *:first-child { margin-top: 0 !important; }

/* Alinea's — ruime regelafstand + duidelijke witruimte ertussen */
.sx-subsidy-single .sx-subsidy-single__body p {
    font-size: 17px !important;
    line-height: 1.75 !important;
    margin: 0 0 1.35em !important;
    color: #2D413D !important;
}
.sx-subsidy-single .sx-subsidy-single__body p strong { color: var(--sx-ink) !important; font-weight: 700 !important; }

/* In-tekst sectiekoppen — bescheiden formaat, lucht boven, fijne scheidingslijn */
.sx-subsidy-single .sx-subsidy-single__body h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.01em !important;
    color: var(--sx-ink) !important;
    margin: 2em 0 0.55em !important;
    padding-top: 1.5em !important;
    border-top: 1px solid #EAF1EF !important;
}
.sx-subsidy-single .sx-subsidy-single__body h3 {
    font-size: 18.5px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    color: var(--sx-ink) !important;
    margin: 1.6em 0 0.5em !important;
}

/* Lijsten — echte bullets terug (de globale list-reset sloopt ze met !important) */
.sx-subsidy-single__body ul,
.sx-subsidy-single__body ol { margin: 0 0 1.35em !important; padding: 0 !important; }
.sx-subsidy-single__body li {
    position: relative !important;
    margin: 0 0 0.6em !important;
    padding-left: 1.7em !important;
    line-height: 1.65 !important;
    font-size: 17px !important;
    color: #2D413D !important;
    list-style: none !important;
}
.sx-subsidy-single__body ul > li::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 3px !important; top: 0.62em !important;
    width: 7px !important; height: 7px !important;
    border-radius: 50% !important;
    background: var(--sx-primary) !important;
}
.sx-subsidy-single__body ol { counter-reset: sx-li !important; }
.sx-subsidy-single__body ol > li { counter-increment: sx-li !important; }
.sx-subsidy-single__body ol > li::before {
    content: counter(sx-li) "." !important;
    position: absolute !important;
    left: 0 !important; top: 0 !important;
    color: var(--sx-primary) !important;
    font-weight: 700 !important;
}

/* Links in de tekst */
.sx-subsidy-single__body a {
    color: var(--sx-primary-dark) !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}
.sx-subsidy-single__body a:hover { color: var(--sx-primary) !important; }

/* Doelgroep-regel onder het artikel als nette afsluiting i.p.v. losse tekst */
.sx-subsidy-single__audience {
    max-width: 66ch;
    margin: 28px auto 0 !important;
    padding-top: 18px;
    border-top: 1px solid var(--sx-line);
    font-size: 14px !important;
    color: var(--sx-ink-soft) !important;
}
.sx-subsidy-single__audience strong { color: var(--sx-ink); font-weight: 700; }

@media (max-width: 700px) {
    .sx-subsidy-single .sx-subsidy-single__head { padding: 48px 16px 36px; margin-bottom: 32px; }
    .sx-subsidy-single__body { font-size: 16.5px; }
    .sx-subsidy-single .sx-subsidy-single__body p,
    .sx-subsidy-single__body li { font-size: 16.5px !important; }
    .sx-subsidy-single .sx-subsidy-single__body h2 { font-size: 20px !important; margin-top: 1.8em !important; padding-top: 1.3em !important; }
    .sx-subsidy-single .sx-subsidy-single__body h3 { font-size: 17.5px !important; }
}
.sx-subsidy-single__cta { margin-top: 56px; padding: 56px 24px; background: var(--sx-cream); text-align: center; }
@media (max-width: 700px) {
    .sx-subsidy-single__cta { margin-top: 40px; padding: 44px 16px; }
}
.sx-region-page__sub { font-family: 'Open Sans', sans-serif; margin-top: 56px; font-size: 24px; }

/* ====== FAQ v2 — iOS-stijl: geen boxen, alleen scheidingslijnen ====== */

/* Categorie-tabs — horizontaal verspreid over volle breedte */
.sx-faq-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 28px;
    padding: 4px 0;
}
.sx-faq-tab {
    padding: 8px 18px;
    border-radius: 999px;
    border: 1.5px solid var(--sx-line);
    background: transparent;
    font-size: 13.5px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 1 auto;
    color: var(--sx-ink-soft);
    transition: background .15s, border-color .15s, color .15s;
    line-height: 1;
    white-space: nowrap;
}
/* Count-badge naast tab-label */
.sx-faq-tab__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--sx-line);
    color: var(--sx-ink-soft);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    transition: background .15s, color .15s;
}
.sx-faq-tab.is-active .sx-faq-tab__count {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}
.sx-faq-tab.is-active,
.sx-faq-tab:hover {
    background: var(--sx-primary);
    border-color: var(--sx-primary);
    color: #ffffff;
}

/* Toon meer / minder buttons onderaan FAQ-blok */
.sx-faq-loadmore-wrap {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.sx-faq-loadmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #fff;
    border: 1.5px solid var(--sx-line);
    border-radius: 999px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--sx-primary-dark);
    cursor: pointer;
    transition: background .2s, border-color .2s, color .2s, transform .2s, box-shadow .2s;
    box-shadow: 0 4px 12px rgba(0, 137, 123, 0.06);
}
.sx-faq-loadmore:hover {
    background: var(--sx-primary);
    border-color: var(--sx-primary);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 137, 123, 0.20);
}
.sx-faq-loadmore--less {
    background: transparent;
    border-color: transparent;
    color: var(--sx-ink-soft);
    box-shadow: none;
    font-weight: 600;
}
.sx-faq-loadmore--less:hover {
    background: transparent;
    border-color: var(--sx-line);
    color: var(--sx-ink);
    box-shadow: none;
}
.sx-faq-loadmore__remaining {
    font-weight: 600;
    opacity: 0.85;
}

/* Categorie-headers tussen FAQ-secties */
.sx-faq__cat-header {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    color: var(--sx-primary-dark) !important;
    margin: 32px 0 4px !important;
    padding: 8px 14px;
    background: var(--sx-primary-soft);
    border-radius: 999px;
    display: inline-block;
    line-height: 1.2;
    border: 1px solid rgba(0, 137, 123, 0.18);
}
.sx-faq__cat-header[data-is-first="1"] {
    margin-top: 0 !important;
}
.sx-faq__cat-header + .sx-faq__item {
    border-top: 1px solid var(--sx-line);
    margin-top: 8px;
}

/* Accordion — divider-only stijl */
.sx-faq { border-top: 1px solid var(--sx-line); }
.sx-faq__item {
    border-bottom: 1px solid var(--sx-line);
    background: transparent;
    overflow: hidden;
}
.sx-faq__item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.sx-faq__item summary::-webkit-details-marker { display: none; }
.sx-faq__q {
    font-size: 17px;
    font-weight: 600;
    color: var(--sx-ink);
    line-height: 1.35;
    font-family: 'Open Sans', sans-serif;
}
.sx-faq__chev {
    width: 30px; height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #F2F2F7;
    color: var(--sx-ink);
    display: grid; place-items: center;
    transition: transform .25s cubic-bezier(0.32,0.72,0,1), background .15s, color .15s;
}
.sx-faq__chev svg { display: block; }
.sx-faq__item[open] .sx-faq__chev {
    transform: rotate(180deg);
    background: var(--sx-primary);
    color: #ffffff;
}
.sx-faq__body {
    display: grid;
    grid-template-rows: 1fr;
    color: var(--sx-ink-soft);
    font-size: 15.5px;
    line-height: 1.65;
}
.sx-faq__body-inner {
    overflow: hidden;
    padding-bottom: 20px;
    max-width: 72ch;
}
.sx-faq__body-inner p { margin: 0 0 12px; }
.sx-faq__body-inner p:last-child { margin-bottom: 0; }

/* Sectie-kleur overrides: als FAQ in witte sectie staat */
.sx-section--white .sx-faq { border-top-color: #EBEBEB; }
.sx-section--white .sx-faq__item { border-bottom-color: #EBEBEB; }
.sx-section--white .sx-faq-tab { border-color: #DCDCDC; }

/* ====== CTA row form ====== */
.sx-cta-row { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
.sx-cta-row h2 { font-family: 'Open Sans', sans-serif; font-size: clamp(26px, 3.4vw, 38px); margin: 0 0 16px; line-height: 1.2; }
.sx-cta-row p  { color: var(--sx-ink-soft); margin: 0; font-size: 17px; }
.sx-cta-row__form {
    background: #ffffff;
    border-radius: var(--sx-radius);
    padding: 40px;
    box-shadow: var(--sx-shadow);
    border: 1px solid var(--sx-line);
}
@media (max-width: 900px) { .sx-cta-row { grid-template-columns: 1fr; gap: 32px; } .sx-cta-row__form { padding: 28px; } }

/* ====== Generic forms ====== */
.sx-form { display: grid; gap: 16px; }
.sx-form label { display: grid; gap: 6px; font-size: 14px; color: var(--sx-ink); font-weight: 500; }
.sx-form label > span { font-weight: 600; font-size: 13px; }
.sx-form input[type=text],
.sx-form input[type=email],
.sx-form input[type=tel],
.sx-form input[type=number],
.sx-form input[type=password],
.sx-form select,
.sx-form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid var(--sx-line);
    background: #ffffff;
    color: var(--sx-ink);
    font-family: inherit;
    font-size: 15px;
    transition: border-color .15s, box-shadow .15s;
}
.sx-form input:focus, .sx-form select:focus, .sx-form textarea:focus {
    outline: none;
    border-color: var(--sx-primary);
    box-shadow: 0 0 0 3px rgba(0,137,123,0.15);
}
.sx-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .sx-form__row { grid-template-columns: 1fr; } }
.sx-form__note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(11px, 1.6vw, 13px);
    color: var(--sx-ink-soft);
    margin: 8px 0 0;
    text-align: center;
}
.sx-form__note svg { flex: 0 0 auto; }
.sx-form__note span { overflow: hidden; text-overflow: ellipsis; min-width: 0; }

/* ── Form: aanvullende vragen dropdown (native <details>) ─────── */
.sx-form__details {
    margin: 4px 0 14px;
    border: 1px solid var(--sx-line);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    transition: border-color .15s, box-shadow .15s;
}
.sx-form__details[open] {
    border-color: rgba(0, 137, 123, 0.28);
    box-shadow: 0 4px 14px rgba(0, 137, 123, 0.06);
}
.sx-form__details-summary {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: background .15s;
}
.sx-form__details-summary::-webkit-details-marker { display: none; }
.sx-form__details-summary::marker { display: none; }
.sx-form__details-summary:hover { background: rgba(0, 137, 123, 0.04); }
.sx-form__details-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--sx-ink);
}
.sx-form__details-label svg { color: var(--sx-primary); flex: 0 0 auto; }
.sx-form__details-hint {
    font-size: 12px;
    color: var(--sx-ink-soft);
    font-weight: 500;
    margin-left: auto;
    margin-right: 4px;
}
.sx-form__details-chev {
    color: var(--sx-ink-soft);
    flex: 0 0 auto;
    transition: transform .25s cubic-bezier(.2,.7,.3,1.2);
}
.sx-form__details[open] .sx-form__details-chev {
    transform: rotate(180deg);
    color: var(--sx-primary);
}
.sx-form__details-body {
    padding: 4px 16px 16px;
    border-top: 1px solid var(--sx-line);
    background: linear-gradient(180deg, rgba(0, 137, 123, 0.02) 0%, transparent 60%);
    animation: sx-form-details-open .25s ease-out;
}
.sx-form__details-body > .sx-form__group:first-child { margin-top: 12px; }
@keyframes sx-form-details-open {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 480px) {
    .sx-form__details-hint { display: none; }
    .sx-form__details-summary { padding: 12px 14px; }
}
.sx-form__feedback { font-size: 14px; }
.sx-form__feedback.is-success { color: var(--sx-primary-dark); }
.sx-form__feedback.is-error   { color: #b8334b; }
.sx-honey { position: absolute; left: -10000px; opacity: 0; pointer-events: none; }

/* ── Hero-class CTA button for contact / quote form ─────────────
   Override theme styles strongly with !important — Salient resets buttons */
.sx-form button[type="submit"].sx-btn,
.sx-contact-form button[type="submit"],
.sx-form .sx-btn--primary.sx-btn--block,
.sx-contact-form .sx-btn--primary.sx-btn--block {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 8px !important;
    padding: 18px 28px !important;
    background: linear-gradient(135deg, var(--sx-primary) 0%, var(--sx-primary-dark) 100%) !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 14px !important;
    cursor: pointer !important;
    box-shadow:
        0 12px 28px rgba(0, 137, 123, 0.32),
        0 4px 10px rgba(0, 137, 123, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
    transition: transform .18s cubic-bezier(.2,.7,.3,1.2), box-shadow .18s, background .25s !important;
    position: relative;
    overflow: hidden;
}
.sx-form button[type="submit"].sx-btn:hover,
.sx-contact-form button[type="submit"]:hover,
.sx-form .sx-btn--primary.sx-btn--block:hover,
.sx-contact-form .sx-btn--primary.sx-btn--block:hover {
    transform: translateY(-2px) !important;
    box-shadow:
        0 18px 36px rgba(0, 137, 123, 0.40),
        0 6px 14px rgba(0, 137, 123, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.30) !important;
    background: linear-gradient(135deg, #00A597 0%, var(--sx-primary) 100%) !important;
    color: #ffffff !important;
}
.sx-form button[type="submit"].sx-btn:active,
.sx-contact-form button[type="submit"]:active {
    transform: translateY(0) scale(0.99) !important;
    box-shadow:
        0 6px 14px rgba(0, 137, 123, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.20) !important;
}
.sx-form button[type="submit"].sx-btn:focus-visible,
.sx-contact-form button[type="submit"]:focus-visible {
    outline: 3px solid rgba(255, 194, 71, 0.65) !important;
    outline-offset: 3px !important;
}
/* Subtle shimmer effect on hover */
.sx-form button[type="submit"].sx-btn::before,
.sx-contact-form button[type="submit"]::before {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 60%; height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.18) 50%, transparent 100%);
    transition: left .6s ease;
    pointer-events: none;
}
.sx-form button[type="submit"].sx-btn:hover::before,
.sx-contact-form button[type="submit"]:hover::before {
    left: 130%;
}
@media (max-width: 600px) {
    .sx-form button[type="submit"].sx-btn,
    .sx-contact-form button[type="submit"] {
        padding: 16px 22px !important;
        font-size: 16px !important;
        border-radius: 12px !important;
    }
}

/* ====== Account portal ====== */
.sx-account-page { padding: 64px 0 96px; background: var(--sx-bg); min-height: 60vh; }
.sx-account__head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 32px; gap: 24px; flex-wrap: wrap; }
.sx-account__head h1 { font-family: 'Open Sans', sans-serif; margin: 0 0 6px; font-size: 32px; }
.sx-account__head p { color: var(--sx-ink-soft); margin: 0; }
.sx-account__bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; flex-wrap: wrap; gap: 12px; }
.sx-account__bar h2 { margin: 0; font-family: 'Open Sans', sans-serif; }

.sx-tickets-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border-radius: var(--sx-radius);
    overflow: hidden;
    border: 1px solid var(--sx-line);
}
.sx-tickets-table th, .sx-tickets-table td { padding: 14px 18px; text-align: left; font-size: 15px; }
.sx-tickets-table thead th { background: var(--sx-bg); font-weight: 600; color: var(--sx-ink-soft); font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; }
.sx-tickets-table tbody tr { border-top: 1px solid var(--sx-line); }
.sx-tickets-table tbody tr:hover { background: var(--sx-bg); }

.sx-empty { background: #ffffff; padding: 48px; border-radius: var(--sx-radius); text-align: center; border: 1px dashed var(--sx-line); }

.sx-thread { display: grid; gap: 14px; margin: 24px 0; }
.sx-msg { background: #ffffff; border-radius: var(--sx-radius); padding: 20px 24px; border: 1px solid var(--sx-line); }
.sx-msg--staff    { background: var(--sx-bg-alt); border-color: var(--sx-primary); }
.sx-msg header { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 8px; }
.sx-msg header strong { font-size: 14px; }
.sx-msg time   { color: var(--sx-ink-soft); font-size: 13px; }
.sx-msg__body p { margin: 0 0 8px; }

.sx-ticket-meta { display: flex; gap: 12px; align-items: center; color: var(--sx-ink-soft); margin-bottom: 16px; }

.sx-status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    background: var(--sx-bg-alt);
    color: var(--sx-primary-dark);
}
.sx-status--open        { background: #FFE9C2; color: #8A5A00; }
.sx-status--in_progress { background: #D9ECFF; color: #1F4D8B; }
.sx-status--waiting     { background: #F3E1FF; color: #6A2A95; }
.sx-status--resolved    { background: var(--sx-bg-alt); color: var(--sx-primary-dark); }
.sx-status--closed      { background: #E5E9E8; color: #3A4948; }
.sx-status--new         { background: #FFE9C2; color: #8A5A00; }
.sx-status--contacted   { background: #D9ECFF; color: #1F4D8B; }
.sx-status--qualified   { background: #DCF3EA; color: #036A4A; }
.sx-status--quote       { background: #F3E1FF; color: #6A2A95; }
.sx-status--won         { background: #D7F4DD; color: #145B2A; }
.sx-status--lost        { background: #FBE2E2; color: #93222F; }

.sx-alert { padding: 14px 18px; border-radius: 10px; margin-bottom: 20px; }
.sx-alert--success { background: var(--sx-bg-alt); color: var(--sx-primary-dark); }
.sx-alert--info    { background: #D9ECFF; color: #1F4D8B; }

.sx-login { max-width: 460px; margin: 0 auto; padding: 40px; background: #ffffff; border-radius: var(--sx-radius); box-shadow: var(--sx-shadow); }
.sx-login h2 { font-family: 'Open Sans', sans-serif; margin: 0 0 8px; }
.sx-login__lost { margin-top: 14px; font-size: 14px; }
.sx-login .login-username, .sx-login .login-password { margin-bottom: 12px; }
.sx-login .login-submit input { all: unset; display: inline-block; padding: 14px 28px; border-radius: 999px; background: var(--sx-primary); color: #ffffff; font-weight: 700; cursor: pointer; }

/* ====== CTA strip ====== */
.sx-cta-block { background: var(--sx-primary); color: #ffffff; padding: 48px 0; }
.sx-cta-block__inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.sx-cta-block h2 { font-family: 'Open Sans', sans-serif; margin: 0 0 6px; font-size: 28px; }
.sx-cta-block p  { margin: 0; opacity: 0.9; }
.sx-cta-block .sx-btn--primary { background: #ffffff; color: var(--sx-primary-dark); }
.sx-cta-block .sx-btn--primary:hover { background: var(--sx-ink); color: #ffffff; }

/* ====== Trust banner ====== */
.sx-trust { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.sx-trust__label {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--sx-ink-soft);
}
.sx-trust__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
}
.sx-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #ffffff;
    border: 1px solid #f0f4f3;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--sx-ink);
    line-height: 1;
    white-space: nowrap;
    transition: border-color .15s, box-shadow .15s;
}
.sx-badge:hover { border-color: var(--sx-primary); box-shadow: var(--sx-shadow-soft); }
.sx-badge svg { flex-shrink: 0; }

@media (max-width: 600px) {
    .sx-trust__row { gap: 8px; }
    .sx-badge { padding: 8px 12px; font-size: 12.5px; }
    .sx-badge svg { width: 18px; height: 18px; }
}

/* ====== Personas (Voor wie) ====== */
.sx-personas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.sx-persona {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #f0f4f3;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}
.sx-persona:hover { transform: translateY(-6px); box-shadow: var(--sx-shadow); }
.sx-persona__illu {
    background: var(--sx-bg-alt);
    aspect-ratio: 16 / 12;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sx-persona__illu .sx-illu { width: 100%; height: 100%; display: block; }
.sx-persona__body { padding: 32px 32px 36px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.sx-persona__body h3 { font-family: 'Open Sans', sans-serif; font-size: 22px; font-weight: 700; margin: 4px 0 0; }
.sx-persona__body p  { color: var(--sx-ink-soft); margin: 0; font-size: 15px; line-height: 1.55; }
.sx-persona__body ul,
ul.sx-persona__body__list {
    list-style: none !important;
    padding: 0 !important;
    margin: 8px 0 4px !important;
    display: grid;
    gap: 8px;
}
.sx-persona__body ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 26px !important;
    position: relative;
    font-size: 14.5px;
    color: var(--sx-ink);
}
.sx-persona__body ul li::before {
    content: '';
    position: absolute; left: 0; top: 6px;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: var(--sx-accent);
}
.sx-persona__body ul li::after {
    content: '';
    position: absolute; left: 4px; top: 9px;
    width: 8px; height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
.sx-persona__body .sx-link { margin-top: auto; padding-top: 8px; }

@media (max-width: 900px) { .sx-personas { grid-template-columns: repeat(2, 1fr); } }

/* ====== Steps verbeterd met illustratie ====== */
.sx-steps li { position: relative; padding-top: 90px; }
.sx-steps__illu {
    position: absolute;
    top: 18px;
    left: 28px;
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,0.06);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sx-steps__illu .sx-illu--step { width: 100%; height: 100%; }

/* ====== Testimonials ====== */
.sx-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sx-testimonial {
    background: #ffffff;
    border-radius: 22px;
    padding: 32px 32px 24px;
    border: 1px solid #f0f4f3;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: var(--sx-shadow-soft);
}
.sx-testimonial__quote { color: var(--sx-primary-dark); }
.sx-testimonial__quote svg { color: var(--sx-accent); margin-bottom: 8px; }
.sx-testimonial__quote p {
    color: var(--sx-ink);
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    font-weight: 500;
}
.sx-testimonial footer {
    display: flex; align-items: center; gap: 14px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #f0f4f3;
}
.sx-testimonial__avatar { width: 52px; height: 52px; flex-shrink: 0; }
.sx-testimonial__avatar svg.sx-avatar { width: 100%; height: 100%; border-radius: 50%; display: block; }
.sx-testimonial footer strong { display: block; font-size: 14px; color: var(--sx-ink); }
.sx-testimonial footer span  { font-size: 13px; color: var(--sx-ink-soft); }

@media (max-width: 900px) { .sx-testimonials { grid-template-columns: repeat(2, 1fr); } }

/* ====== Stats banner ====== */
.sx-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    text-align: center;
}
.sx-stats__item {
    padding: 12px;
}
.sx-stats__item strong {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(28px, 3.4vw, 44px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 6px;
    line-height: 1;
}
.sx-stats__item span { color: rgba(255,255,255,0.85); font-size: 14px; font-weight: 500; }

@media (max-width: 800px) { .sx-stats { grid-template-columns: repeat(2, 1fr); gap: 24px; } }

/* ====== Algemene mobile fixes voor de hele homepage ====== */
@media (max-width: 700px) {
    .sx-container { padding: 0 20px; }
    .sx-section__head { margin-bottom: 40px; }
    .sx-section__head h2 { font-size: 26px; }
    .sx-section__head p { font-size: 16px; }
    .sx-eyebrow { font-size: 11px; margin-bottom: 10px; }

    /* Cards padding compact */
    .sx-benefit, .sx-value__card, .sx-product__body, .sx-subsidy { padding: 24px; }
    .sx-persona__body { padding: 24px 22px 28px; }
    .sx-testimonial { padding: 24px; }

    /* Topbar compacter */
    .sx-topbar { padding: 6px 0; font-size: 13px; }
    .sx-topbar__inner { padding: 0 20px; }
    .sx-topbar__nav { gap: 18px; }

    /* Header mobile padding */
    .sx-header { padding: 12px 0; }
    .sx-header__container { padding: 0 20px; }

    /* CTA-row form */
    .sx-cta-row__form { padding: 24px; }

    /* FAQ mobiel */
    .sx-faq__item summary { padding: 16px 0; }
    .sx-faq__q { font-size: 15.5px; }
    .sx-faq-tabs { gap: 6px; margin-bottom: 20px; }
    .sx-faq-tab { font-size: 12.5px; padding: 6px 13px; }
}

@media (max-width: 480px) {
    .sx-btn { padding: 12px 22px; font-size: 14px; }
    .sx-section__head h2 { font-size: 24px; line-height: 1.2; }
}

/* Touch-friendly: grotere tap targets */
@media (max-width: 900px) and (pointer: coarse) {
    .sx-btn { min-height: 48px; }
    .sx-form input, .sx-form select, .sx-form textarea { min-height: 48px; font-size: 16px; }
}

/* ====== FOOTER ====== */
.sx-footer {
    background: #ffffff;
    color: var(--sx-ink);
    font-family: 'Open Sans', sans-serif;
    border-top: 1px solid #f0f4f3;
    margin-top: 0;
}

/* Help center strook */
.sx-footer__help {
    background: linear-gradient(135deg, var(--sx-bg-alt) 0%, var(--sx-cream) 100%);
    padding: 64px 0;
}
.sx-help {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 48px;
    align-items: center;
}
.sx-help__intro h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(24px, 2.6vw, 32px);
    margin: 0 0 12px;
    line-height: 1.2;
    font-weight: 700;
    text-wrap: balance;
}
.sx-help__intro p {
    color: var(--sx-ink-soft);
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
}
.sx-help__search { display: grid; gap: 12px; }
.sx-help__label { font-size: 13px; font-weight: 700; color: var(--sx-ink-soft); text-transform: uppercase; letter-spacing: 0.08em; }
.sx-help__field {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 999px;
    padding: 6px 6px 6px 22px;
    box-shadow: 0 8px 28px rgba(14,42,38,0.08);
    border: 1px solid #f0f4f3;
}
.sx-help__field svg { color: var(--sx-primary); flex-shrink: 0; margin-right: 8px; }
.sx-help__field input[type="search"] {
    flex: 1;
    border: 0;
    outline: none;
    padding: 14px 6px;
    background: transparent;
    font-size: 15px;
    font-family: inherit;
    color: var(--sx-ink);
    min-width: 0;
}
.sx-help__field button {
    background: var(--sx-primary);
    color: #ffffff;
    border: 0;
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    font-family: inherit;
    flex-shrink: 0;
    transition: background .15s;
}
.sx-help__field button:hover { background: var(--sx-primary-dark); }
.sx-help__quick {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    font-size: 13px;
    color: var(--sx-ink-soft);
}
.sx-help__quick a {
    color: var(--sx-primary-dark);
    text-decoration: none;
    background: rgba(255,255,255,0.7);
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid #f0f4f3;
    font-weight: 600;
    transition: background .15s, color .15s;
}
.sx-help__quick a:hover { background: var(--sx-primary); color: #ffffff; }

@media (max-width: 900px) {
    .sx-help { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 600px) {
    .sx-footer__help { padding: 48px 0; }
    .sx-help__field { flex-wrap: wrap; padding: 14px; border-radius: 16px; }
    .sx-help__field svg { display: none; }
    .sx-help__field input[type="search"] { width: 100%; padding: 8px 4px; }
    .sx-help__field button { width: 100%; margin-top: 8px; }
}

/* Newsletter strook */
.sx-footer__newsletter {
    background: var(--sx-ink);
    color: #ffffff;
    padding: 48px 0;
}
.sx-newsletter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.sx-newsletter__text h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: clamp(20px, 2.2vw, 26px);
    margin: 0 0 8px;
    color: #ffffff;
    text-wrap: balance;
}
.sx-newsletter__text p {
    color: #b9d2cb;
    margin: 0;
    font-size: 15px;
}
.sx-newsletter__form {
    display: flex;
    gap: 10px;
    background: rgba(255,255,255,0.08);
    padding: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.1);
}
.sx-newsletter__form input[type="email"] {
    flex: 1;
    background: transparent;
    border: 0;
    outline: none;
    padding: 12px 18px;
    font-size: 15px;
    color: #ffffff;
    font-family: inherit;
    min-width: 0;
}
.sx-newsletter__form input[type="email"]::placeholder { color: rgba(255,255,255,0.6); }
.sx-newsletter__form .sx-btn { white-space: nowrap; }

@media (max-width: 900px) {
    .sx-newsletter { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 600px) {
    .sx-newsletter__form { flex-direction: column; padding: 16px; border-radius: 16px; }
    .sx-newsletter__form .sx-btn { width: 100%; }
}

/* Footer kolommen */
.sx-footer__main {
    background: #ffffff;
    padding: 72px 0 48px;
}
.sx-footer__cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.sx-footer__col h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 18px;
    color: var(--sx-ink);
    letter-spacing: -0.01em;
}
.sx-footer__col ul,
ul.sx-footer__col__list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid;
    gap: 12px;
}
.sx-footer__col li,
.sx-footer__col ul li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}
.sx-footer__col li::before,
.sx-footer__col li::marker { display: none !important; content: '' !important; }
.sx-footer__col a {
    color: var(--sx-ink-soft);
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 500;
    transition: color .15s;
    display: inline-block;
    padding: 2px 0;
}
.sx-footer__col a:hover { color: var(--sx-primary-dark); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
    .sx-footer__cols { grid-template-columns: repeat(2, 1fr); gap: 36px; }
}
@media (max-width: 500px) {
    .sx-footer__cols { grid-template-columns: 1fr; gap: 28px; }
    .sx-footer__main { padding: 48px 0 32px; }
}

/* Footer bottom bar */
.sx-footer__bottom {
    background: var(--sx-ink);
    padding: 36px 0;
}
.sx-footer__bar {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 32px;
    align-items: center;
}
.sx-footer__brand .sx-header__logo-text { font-size: 22px; color: #ffffff; }
.sx-footer__brand p {
    margin: 6px 0 0;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}

.sx-footer__legal,
ul.sx-footer__legal {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
}
.sx-footer__legal li { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.sx-footer__legal li::before, .sx-footer__legal li::marker { display: none !important; content: '' !important; }
.sx-footer__legal a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
.sx-footer__legal a:hover { color: rgba(255,255,255,0.85); text-decoration: underline; }

.sx-footer__social,
ul.sx-footer__social {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    gap: 10px;
    align-items: center;
}
.sx-footer__social li { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.sx-footer__social li::before, .sx-footer__social li::marker { display: none !important; content: '' !important; }
.sx-footer__social a {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.65);
    border: 1px solid rgba(255,255,255,0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, color .15s, border-color .15s, transform .15s;
}
.sx-footer__social a:hover {
    background: var(--sx-primary);
    color: #ffffff;
    border-color: var(--sx-primary);
    transform: translateY(-2px);
}

.sx-footer__nap {
    margin: 18px 0 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.10);
    font-size: 12.5px;
    color: rgba(255,255,255,0.38);
    display: flex;
    flex-wrap: wrap;
    gap: 6px 22px;
}

@media (max-width: 900px) {
    .sx-footer__bar { grid-template-columns: 1fr; gap: 20px; }
    .sx-footer__legal { justify-content: flex-start; }
    .sx-footer__social { justify-content: flex-start; }
}

/* ====== Help dropdown (live search) ====== */
.sx-help__field,
.sx-helpc-search__field {
    position: relative;
}
.sx-help-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 56px rgba(14,42,38,0.18);
    border: 1px solid #f0f4f3;
    z-index: 100;
    overflow: hidden;
    max-height: 480px;
    overflow-y: auto;
    text-align: left;
}
.sx-help-dropdown ul {
    list-style: none !important;
    padding: 6px !important;
    margin: 0 !important;
}
.sx-help-dropdown li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.sx-help-dropdown li::before, .sx-help-dropdown li::marker { display: none !important; content: '' !important; }
.sx-help-dropdown a {
    display: block;
    padding: 14px 18px;
    border-radius: 12px;
    color: var(--sx-ink);
    text-decoration: none;
    transition: background .15s;
}
.sx-help-dropdown a:hover { background: var(--sx-bg-alt); }
.sx-help-dropdown__cat {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--sx-primary-dark);
    background: var(--sx-bg-alt);
    padding: 2px 10px;
    border-radius: 999px;
    margin-bottom: 6px;
}
.sx-help-dropdown strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--sx-ink);
    margin-bottom: 2px;
}
.sx-help-dropdown strong mark,
.sx-help-dropdown__excerpt mark {
    background: #FFF2D6;
    color: var(--sx-primary-dark);
    padding: 0 2px;
    border-radius: 2px;
}
.sx-help-dropdown__excerpt {
    display: block;
    font-size: 13.5px;
    color: var(--sx-ink-soft);
    line-height: 1.45;
}
.sx-help-dropdown__more {
    border-top: 1px solid #f0f4f3;
    padding: 12px 18px;
    background: #fafdfc;
}
.sx-help-dropdown__more a {
    color: var(--sx-primary-dark);
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    text-decoration: none;
}
.sx-help-dropdown__empty {
    padding: 20px 22px;
    color: var(--sx-ink-soft);
    font-size: 14.5px;
}
.sx-help-dropdown__empty .sx-link {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
}

/* ====== Help Centrum pagina ====== */
.sx-help-page { background: #fff; }
.sx-helpc-hero {
    background: var(--sx-hero-bg-warm);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sx-helpc-hero .sx-container { max-width: 880px; }
.sx-helpc-hero h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(30px, 4.4vw, 48px);
    margin: 0 0 16px;
    font-weight: 700;
    text-wrap: balance;
}
.sx-helpc-hero p {
    color: var(--sx-ink-soft);
    font-size: 17px;
    margin: 0 auto 32px;
    max-width: 640px;
}
.sx-helpc-search { display: grid; gap: 14px; max-width: 720px; margin: 0 auto; }
.sx-helpc-search__field {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 999px;
    padding: 8px 8px 8px 24px;
    box-shadow: 0 12px 36px rgba(14,42,38,0.10);
    border: 1px solid #ffffff;
    transition: box-shadow .15s, border-color .15s;
}
.sx-helpc-search__field:focus-within {
    border-color: var(--sx-primary);
    box-shadow: 0 16px 40px rgba(14,42,38,0.14);
}
.sx-helpc-search__field svg { color: var(--sx-primary); flex-shrink: 0; margin-right: 10px; }
.sx-helpc-search__field input[type="search"] {
    flex: 1;
    border: 0;
    outline: none;
    padding: 14px 6px;
    background: transparent;
    font-size: 16px;
    color: var(--sx-ink);
    min-width: 0;
}
.sx-helpc-search__field button {
    background: var(--sx-primary);
    color: #fff;
    border: 0;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    flex-shrink: 0;
    transition: background .15s;
}
.sx-helpc-search__field button:hover { background: var(--sx-primary-dark); }

.sx-helpc-meta {
    color: var(--sx-ink-soft);
    margin: 0 0 24px;
    font-size: 14px;
    text-align: center;
}
.sx-helpc-results { display: grid; gap: 16px; }
.sx-helpc-result {
    background: linear-gradient(180deg, #fff 0%, #F5FAF8 100%);
    border: 1px solid rgba(0, 137, 123, .18);
    border-radius: 18px;
    padding: 28px;
    transition: border-color .15s, box-shadow .15s, transform .15s;
}
.sx-helpc-result:hover {
    border-color: var(--sx-primary);
    box-shadow: 0 16px 36px rgba(0, 137, 123, .12);
    transform: translateY(-2px);
}
.sx-helpc-result h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 8px 0;
}
.sx-helpc-result h3 a { color: inherit; text-decoration: none; }
.sx-helpc-result h3 a:hover { color: var(--sx-primary-dark); }
.sx-helpc-result p { color: var(--sx-ink-soft); margin: 0 0 12px; font-size: 15px; line-height: 1.55; }

.sx-helpc-empty {
    text-align: center;
    padding: 60px 20px;
    background: var(--sx-bg);
    border-radius: 18px;
    border: 1px dashed var(--sx-line);
}
.sx-helpc-empty h2 { font-family: 'Open Sans', sans-serif; margin: 0 0 12px; }
.sx-helpc-empty p { color: var(--sx-ink-soft); max-width: 540px; margin: 0 auto 24px; }
.sx-helpc-empty__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.sx-helpc-cats {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
    gap: 16px;
}
.sx-helpc-cat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 24px 26px;
    background: #fff;
    border: 1px solid #f0f4f3;
    border-radius: 16px;
    text-decoration: none;
    color: var(--sx-ink);
    position: relative;
    transition: border-color .15s, transform .15s;
}
.sx-helpc-cat:hover { border-color: var(--sx-primary); transform: translateY(-2px); }
.sx-helpc-cat h3 { font-family: 'Open Sans', sans-serif; margin: 0; font-size: 17px; font-weight: 700; }
.sx-helpc-cat p { color: var(--sx-ink-soft); margin: 0; font-size: 13.5px; }
.sx-helpc-cat__arrow {
    position: absolute;
    top: 22px; right: 22px;
    color: var(--sx-primary);
    font-weight: 800;
    font-size: 18px;
    transition: transform .15s;
}
.sx-helpc-cat:hover .sx-helpc-cat__arrow { transform: translateX(4px); }

.sx-helpc-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    background: #fff;
    padding: 40px 48px;
    border-radius: 22px;
    box-shadow: var(--sx-shadow);
    border: 1px solid #f0f4f3;
}
.sx-helpc-contact h2 { font-family: 'Open Sans', sans-serif; margin: 0 0 6px; font-size: 26px; color: #ffffff; }
.sx-helpc-contact p { color: rgba(255,255,255,0.85); margin: 0; }
.sx-helpc-contact__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.sx-section--cta .sx-helpc-contact { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15); box-shadow: none; }

/* ====== HELPC ARTICLE — single article view + breadcrumbs + related ====== */
.sx-helpc-crumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 28px;
    font-size: 14px;
    color: var(--sx-ink-soft);
    flex-wrap: wrap;
}
.sx-helpc-crumbs a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--sx-primary-dark);
    text-decoration: none;
    font-weight: 600;
}
.sx-helpc-crumbs a:hover { text-decoration: underline; }
.sx-helpc-crumbs__sep { color: var(--sx-ink-soft); opacity: 0.6; }

.sx-helpc-article {
    background: #ffffff;
    border-radius: 22px;
    padding: 40px 44px;
    border: 1px solid #E0EDE9;
    box-shadow: 0 12px 40px rgba(0,0,0,0.04);
}
.sx-helpc-article .sx-tag { margin-bottom: 18px; }
.sx-helpc-article__title {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 24px;
    color: var(--sx-ink);
    letter-spacing: -0.01em;
}
.sx-helpc-article__body {
    font-size: 16.5px;
    line-height: 1.7;
    color: var(--sx-ink);
}
.sx-helpc-article__body p { margin: 0 0 18px; }
.sx-helpc-article__body p:last-child { margin-bottom: 0; }
.sx-helpc-article__body a {
    color: var(--sx-primary-dark);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.sx-helpc-article__body a:hover { color: var(--sx-primary); }
.sx-helpc-article__body ul,
.sx-helpc-article__body ol {
    margin: 0 0 18px;
    padding-left: 24px;
}
.sx-helpc-article__body ul li,
.sx-helpc-article__body ol li {
    margin-bottom: 8px;
    list-style: disc !important;
}
.sx-helpc-article__body ol li { list-style: decimal !important; }
.sx-helpc-article__body strong { color: var(--sx-ink); font-weight: 700; }

.sx-helpc-related {
    margin-top: 32px;
    padding: 28px 36px;
    background: #F4FAF8;
    border-radius: 18px;
    border: 1px solid #E0EDE9;
}
.sx-helpc-related h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px;
    color: var(--sx-ink);
}
.sx-helpc-related ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid;
    gap: 4px;
}
.sx-helpc-related li { list-style: none !important; }
.sx-helpc-related a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: var(--sx-ink);
    text-decoration: none;
    border-bottom: 1px solid #E0EDE9;
    font-weight: 500;
    font-size: 15px;
    transition: color .15s;
}
.sx-helpc-related a:hover { color: var(--sx-primary-dark); }
.sx-helpc-related a span { color: var(--sx-primary); font-weight: 700; transition: transform .15s; }
.sx-helpc-related a:hover span { transform: translateX(4px); }
.sx-helpc-related li:last-child a { border-bottom: 0; }

@media (max-width: 700px) {
    .sx-helpc-hero { padding: 56px 0; }
    .sx-helpc-search__field { flex-wrap: wrap; padding: 14px; border-radius: 18px; }
    .sx-helpc-search__field svg { display: none; }
    .sx-helpc-search__field input[type="search"] { width: 100%; padding: 8px 4px; }
    .sx-helpc-search__field button { width: 100%; margin-top: 8px; }
    .sx-helpc-contact { padding: 28px 24px; }
    .sx-helpc-article { padding: 28px 22px; border-radius: 16px; }
    .sx-helpc-related { padding: 22px 20px; }
}

/* ====== Subsidie cards verbeterd ====== */
.sx-subsidy {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 28px 26px;
    border: 1px solid #f0f4f3;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    position: relative;
    display: flex;
    flex-direction: column;
}
.sx-subsidy:hover { transform: translateY(-4px); box-shadow: var(--sx-shadow-soft); border-color: var(--sx-primary); }

/* Alleen kaarten in de particulier-sectie (witte page-bg) krijgen brand-tint zodat ze zichtbaar blijven */
#particulier .sx-subsidy {
    background: linear-gradient(180deg, #F5FAF8 0%, #EDF7F4 100%);
    border: 1px solid #DCEFE7;
    box-shadow: 0 2px 8px rgba(0, 137, 123, 0.04);
}
#particulier .sx-subsidy:hover {
    background: linear-gradient(180deg, #EDF7F4 0%, #E0F2EC 100%);
    box-shadow: 0 14px 28px rgba(0, 137, 123, 0.12);
}

/* ====== Chip-bar filter ====== */
.sx-sub-nav--chips {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #E5E7EB;
    padding: 14px 0;
}
.sx-sub-nav--chips .sx-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.sx-sub-nav--chips .sx-container::-webkit-scrollbar { display: none; }
.sx-chip-bar {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 4px;
}
.sx-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 14px;
    background: #F3F4F6;
    color: #374151;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background-color .15s, color .15s, transform .12s;
    border: 1px solid transparent;
}
.sx-chip:hover { background: #E5E7EB; }
.sx-chip:active { transform: scale(0.97); }
.sx-chip.is-active {
    background: var(--sx-primary, #00897B);
    color: #fff;
    border-color: var(--sx-primary, #00897B);
}
.sx-chip.is-active .sx-chip__count {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}
.sx-chip__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    padding: 0 7px;
    height: 20px;
    background: rgba(0, 0, 0, 0.08);
    color: #6B7280;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 700;
}
.sx-chip--alt {
    background: transparent;
    color: #6B7280;
    border-color: #E5E7EB;
}
.sx-chip--alt:hover { background: #F9FAFB; color: #374151; }
@media (max-width: 600px) {
    .sx-sub-nav--chips { padding: 10px 0; }
    .sx-chip { padding: 8px 12px; font-size: 13px; }
}
.sx-subsidy__icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: var(--sx-bg-alt);
    color: var(--sx-primary-dark);
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}
.sx-subsidy header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.sx-subsidy__amount {
    background: var(--sx-cream);
    color: #8A5A00;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    white-space: nowrap;
}

/* Sticky sub-nav voor subsidie archive */
.sx-sub-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid #f0f4f3;
    padding: 12px 0;
    box-shadow: 0 4px 16px rgba(14,42,38,0.04);
}
.sx-sub-nav .sx-sub-filters {
    margin: 0;
    width: fit-content;
    background: var(--sx-bg);
}

/* Subsidie filter chips */
.sx-sub-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px;
    background: var(--sx-bg);
    border-radius: 999px;
    width: fit-content;
}
.sx-sub-filter {
    padding: 9px 18px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--sx-ink);
    font-weight: 700;
    font-size: 14px;
    transition: background .15s, color .15s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.sx-sub-filter span {
    background: rgba(0,0,0,0.06);
    color: var(--sx-ink-soft);
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}
.sx-sub-filter:hover { background: rgba(255,255,255,0.7); color: var(--sx-primary-dark); }
.sx-sub-filter.is-active { background: var(--sx-primary); color: #ffffff; }
.sx-sub-filter.is-active span { background: rgba(255,255,255,0.25); color: #ffffff; }

@media (max-width: 800px) {
    .sx-sub-nav { padding: 10px 0; }
    .sx-sub-nav .sx-container { padding: 0 16px; }
    .sx-sub-nav .sx-sub-filters {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 6px;
        padding: 6px;
        border-radius: 16px;
    }
    .sx-sub-filter {
        padding: 7px 12px;
        font-size: 13px;
        white-space: nowrap;
    }
    .sx-sub-filter span { padding: 1px 6px; font-size: 11px; }
}
@media (max-width: 480px) {
    .sx-sub-nav .sx-sub-filters { gap: 4px; padding: 4px; }
    .sx-sub-filter { padding: 6px 10px; font-size: 12.5px; gap: 6px; }
}

/* Subsidie groep-header (per doelgroep) */
.sx-sub-group__head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    margin: 0 0 40px;
    padding-bottom: 28px;
    border-bottom: 1px solid #f0f4f3;
}
.sx-sub-group__icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: var(--sx-bg-alt);
    color: var(--sx-primary-dark);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.sx-sub-group__icon svg { width: 32px; height: 32px; }
.sx-sub-group__head h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(24px, 2.8vw, 32px);
    margin: 0 0 6px;
    font-weight: 700;
    line-height: 1.2;
}
.sx-sub-group__head p { color: var(--sx-ink-soft); margin: 0; font-size: 15.5px; line-height: 1.55; }
.sx-sub-group__count {
    color: var(--sx-primary-dark);
    font-weight: 700;
    font-size: 14px;
    background: var(--sx-bg-alt);
    padding: 8px 16px;
    border-radius: 999px;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .sx-sub-group__head { grid-template-columns: auto 1fr; gap: 16px; }
    .sx-sub-group__count { grid-column: 1 / -1; justify-self: start; }
}

/* Subsidies grid bij archive — 3 kolommen ipv 2 */
.sx-subsidies--archive {
    grid-template-columns: repeat(3, 1fr) !important;
}
@media (max-width: 1000px) { .sx-subsidies--archive { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 700px)  { .sx-subsidies--archive { grid-template-columns: 1fr !important; } }

/* Region blocks op archive en region-page */
.sx-region-block { margin-bottom: 48px; }
.sx-region-block:last-child { margin-bottom: 0; }
.sx-region-block__title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
    color: var(--sx-ink);
}
.sx-region-block__note {
    margin-top: 16px;
    font-size: 14px;
    color: var(--sx-ink-soft);
    line-height: 1.55;
}
.sx-region-grid--cities {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.sx-region-grid--cities a { padding: 12px 16px; font-size: 14.5px; }

/* Region page extras */
.sx-region-page__breadcrumb {
    text-align: center;
    margin: 0 0 16px;
    font-size: 14px;
}
.sx-region-page__breadcrumb a {
    color: var(--sx-primary-dark);
    text-decoration: none;
    font-weight: 600;
}
.sx-region-page__breadcrumb a:hover { text-decoration: underline; }
.sx-region-page__intro {
    background: var(--sx-bg);
    padding: 36px 40px;
    border-radius: 18px;
    border: 1px solid #f0f4f3;
}
.sx-region-page__intro h2 {
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 700;
}
.sx-region-page__intro p { color: var(--sx-ink-soft); line-height: 1.65; margin: 0 0 12px; }
.sx-region-page__intro a { color: var(--sx-primary-dark); font-weight: 600; }

@media (max-width: 700px) {
    .sx-region-page__intro { padding: 24px; }
}


/* ====== Spec badges (productkaarten) ====== */
.sx-product__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 4px 0;
}
.sx-spec-badge {
    display: inline-block;
    background: var(--sx-bg-alt);
    color: var(--sx-primary-dark);
    border: 1px solid rgba(0,137,123,0.18);
    border-radius: 999px;
    padding: 3px 11px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

/* ====== Product actions (CTA in kaart) ====== */
.sx-product__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 12px;
}
.sx-btn--sm { padding: 10px 20px; font-size: 14px; }

/* Productmedia: near-black iOS-stijl + subtiele kleur-glow */
.sx-product__media--photo {
    background:
        radial-gradient(ellipse 55% 50% at center 75%, rgba(0,137,123,0.20) 0%, transparent 70%),
        radial-gradient(ellipse 40% 35% at 70% 20%, rgba(255,194,71,0.08) 0%, transparent 60%),
        linear-gradient(160deg, #0E1A18 0%, #121F1D 60%, #0A1412 100%);
    aspect-ratio: 4 / 5;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.sx-product__photo {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 82%;
    max-width: 82%;
    z-index: 2;
    filter: drop-shadow(0 16px 32px rgba(0,0,0,0.40));
    transition: transform .35s cubic-bezier(0.32,0.72,0,1);
}
.sx-product:hover .sx-product__photo { transform: translateX(-50%) scale(1.06) translateY(-4px); }
/* Subtiele ovale schaduw onder de batterij */
.sx-product__media--photo::after {
    content: '';
    position: absolute;
    bottom: 4%;
    left: 30%;
    right: 30%;
    height: 8px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0,0,0,0.55) 0%, transparent 70%);
    filter: blur(4px);
    z-index: 1;
    pointer-events: none;
}

/* ====== Tags header in productkaart ====== */
.sx-product__tags { display: flex; flex-wrap: wrap; gap: 6px; }

/* ====== Formulier: product-notice ====== */
.sx-form__product-notice {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,137,123,0.08);
    border: 1px solid rgba(0,137,123,0.2);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--sx-primary-dark);
    margin-bottom: 16px;
}
.sx-form__product-notice svg { flex-shrink: 0; color: var(--sx-primary); }

/* ====== Single product pagina ====== */
.sx-product-single {
    color: var(--sx-ink);
    font-family: 'Open Sans', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
}
.sx-product-single *, .sx-product-single *::before, .sx-product-single *::after { box-sizing: border-box; }

/* Hero */
.sx-product-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.sx-product-hero__media {
    border-radius: 20px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 65% 55% at center 75%, rgba(255,194,71,0.18) 0%, rgba(0,191,165,0.08) 45%, transparent 80%),
        linear-gradient(135deg, #00574F 0%, #00755C 100%);
    aspect-ratio: 4/5;
    position: relative;
}
.sx-product-hero__media::after {
    content: '';
    position: absolute;
    bottom: 6%;
    left: 35%;
    right: 35%;
    height: 6px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0,0,0,0.45) 0%, transparent 70%);
    filter: blur(3px);
    z-index: 1;
    pointer-events: none;
}
.sx-product-hero__img {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 80%;
    max-width: 80%;
    z-index: 2;
    filter: drop-shadow(0 12px 24px rgba(0,0,0,0.32));
}
.sx-product-hero__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--sx-primary), var(--sx-primary-dark) 60%, var(--sx-ink));
    min-height: 320px;
}
.sx-product-hero__content h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    margin: 12px 0 16px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--sx-ink);
}
.sx-product-hero__lead {
    font-size: 17px;
    color: var(--sx-ink-soft);
    margin: 0 0 24px;
    line-height: 1.6;
}
.sx-product-hero__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}
.sx-spec-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--sx-bg-alt);
    border: 1px solid rgba(0,137,123,0.15);
    border-radius: 14px;
    padding: 12px 20px;
    min-width: 90px;
}
.sx-spec-chip__val {
    font-size: 18px;
    font-weight: 800;
    color: var(--sx-primary-dark);
    line-height: 1.1;
}
.sx-spec-chip__lbl {
    font-size: 11px;
    font-weight: 600;
    color: var(--sx-ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
}
.sx-product-hero__price-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--sx-primary-dark);
    background: rgba(0,137,123,0.06);
    border-radius: 8px;
    padding: 8px 14px;
    margin-bottom: 24px;
}
.sx-product-hero__price-note svg { flex-shrink: 0; }
.sx-product-hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

@media (max-width: 860px) {
    .sx-product-hero__inner { grid-template-columns: 1fr; gap: 32px; }
    .sx-product-hero__media { max-width: 480px; }
}

/* ── Multi-image productgallery (single-product hero) ─────────── */
.sx-product-gallery { display: flex; flex-direction: column; gap: 14px; }
.sx-product-gallery__thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.sx-product-gallery__thumb {
    flex: 0 0 auto;
    width: 76px;
    height: 76px;
    padding: 4px;
    background:
        radial-gradient(ellipse 80% 70% at center 75%, rgba(255,194,71,0.16) 0%, rgba(0,191,165,0.06) 50%, transparent 90%),
        linear-gradient(135deg, #00574F 0%, #00755C 100%);
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: border-color .15s, transform .15s, box-shadow .15s;
}
.sx-product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.sx-product-gallery__thumb:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 137, 123, 0.18);
    border-color: rgba(0, 137, 123, 0.35);
}
.sx-product-gallery__thumb.is-active {
    border-color: var(--sx-primary);
    box-shadow: 0 0 0 3px rgba(0, 137, 123, 0.18);
}
.sx-product-gallery__thumb:focus-visible {
    outline: none;
    border-color: var(--sx-primary);
    box-shadow: 0 0 0 3px rgba(0, 137, 123, 0.30);
}
@media (max-width: 480px) {
    .sx-product-gallery__thumb { width: 64px; height: 64px; }
}

/* Spec tabel */
.sx-spec-table { width: 100%; border-collapse: collapse; }
.sx-spec-table tr { border-bottom: 1px solid #f0f4f3; }
.sx-spec-table tr:last-child { border-bottom: none; }
.sx-spec-table th {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: var(--sx-ink-soft);
    width: 220px;
    padding: 14px 16px 14px 0;
    vertical-align: top;
}
.sx-spec-table td {
    font-size: 15px;
    color: var(--sx-ink);
    padding: 14px 0;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .sx-spec-table th, .sx-spec-table td { display: block; width: 100%; padding: 6px 0; }
    .sx-spec-table th { font-size: 12px; padding-bottom: 2px; }
    .sx-spec-table tr { padding: 10px 0; display: block; }
}

/* Checks list in single product CTA */
.sx-product-single .sx-checks {
    list-style: none;
    padding: 0;
    margin: 16px 0 28px;
    display: grid;
    gap: 8px;
}
.sx-product-single .sx-checks li {
    padding-left: 26px;
    position: relative;
    font-size: 15px;
    color: inherit;       /* erft van sectie: dark/cta = wit, light = ink */
}
.sx-product-single .sx-checks li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--sx-primary);
    font-weight: 700;
}
/* Op donkere CTA-sectie: tekst wit, vink geel */
.sx-product-single .sx-section--cta .sx-checks li,
.sx-product-single .sx-section--dark .sx-checks li {
    color: rgba(255,255,255,0.95);
}
.sx-product-single .sx-section--cta .sx-checks li::before,
.sx-product-single .sx-section--dark .sx-checks li::before {
    color: var(--sx-accent);
}

/* Prose content */
.sx-prose {
    font-size: 17px;
    line-height: 1.7;
    color: var(--sx-ink);
    max-width: 760px;
    margin: 0 auto;
}
.sx-prose h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 700; margin: 40px 0 16px; }
.sx-prose h3 { font-size: clamp(18px, 2.5vw, 22px); font-weight: 700; margin: 32px 0 12px; }
.sx-prose p  { margin: 0 0 18px; }
.sx-prose ul { padding-left: 20px; margin: 0 0 18px; list-style: disc; }
.sx-prose ul li { margin-bottom: 6px; }

/* (oude hero product-visual + floats verwijderd — vervangen door v0.7 hero blok) */

/* ====== STORAGE INFO — stats row ====== */
.sx-storage__stats-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 28px 0 24px;
    flex-wrap: wrap;
}
.sx-storage__stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sx-storage__stat strong {
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 800;
    color: var(--sx-ink);
    line-height: 1;
}
.sx-storage__stat span {
    font-size: 13px;
    color: var(--sx-ink-soft);
    max-width: 120px;
    line-height: 1.3;
}
.sx-storage__stat--arrow {
    font-size: 28px;
    color: var(--sx-ink-soft);
    font-weight: 300;
    align-self: center;
    padding: 0 4px;
}
.sx-storage__stat--highlight strong {
    color: var(--sx-primary);
}
.sx-storage__stat--highlight span {
    color: var(--sx-primary-dark);
    font-weight: 600;
}

/* panel card CTA */
.sx-panel-card__cta {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eaf2f0;
}
.sx-panel-card__note {
    font-size: 13px;
    color: var(--sx-ink-soft);
    margin: 0 0 12px;
    line-height: 1.5;
}

/* ====== PERSONAS — model label & actions ====== */
.sx-persona__head {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.sx-persona__model {
    font-size: 12px;
    font-weight: 700;
    color: var(--sx-primary-dark);
    background: rgba(0,137,123,0.08);
    border: 1px solid rgba(0,137,123,0.20);
    border-radius: 20px;
    padding: 3px 10px;
    letter-spacing: 0.02em;
}
.sx-persona__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.sx-persona__actions .sx-link {
    font-size: 14px;
}


/* ====== PRODUCT ARCHIVE ====== */
.sx-product-archive__hero {
    padding: 72px 0 56px;
    background: linear-gradient(135deg, #f0faf8 0%, #e8f5f2 100%);
    text-align: center;
}
.sx-product-archive__hero h1 {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    margin: 8px 0 16px;
    color: var(--sx-ink);
}
.sx-product-archive__hero p {
    font-size: 18px;
    color: var(--sx-ink-soft);
    max-width: 620px;
    margin: 0 auto 24px;
}
.sx-product-archive__hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.sx-product-archive__hero-chips span {
    font-size: 13px;
    font-weight: 600;
    color: var(--sx-primary-dark);
    background: rgba(0,137,123,0.10);
    border: 1px solid rgba(0,137,123,0.20);
    border-radius: 20px;
    padding: 5px 14px;
}
.sx-products--archive {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}
@media (max-width: 900px) { .sx-products--archive { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .sx-products--archive { grid-template-columns: 1fr; } }

.sx-product__title {
    font-size: 22px;
    font-weight: 800;
    margin: 8px 0 10px;
    color: var(--sx-ink);
}

/* Info card with compare table */
.sx-info-card {
    background: #fff;
    border: 1px solid #eaf2f0;
    border-radius: 16px;
    padding: 28px 24px;
}
.sx-info-card h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 16px;
    color: var(--sx-ink);
}
.sx-info-card__note {
    font-size: 12px;
    color: var(--sx-ink-soft);
    margin: 12px 0 0;
}
.sx-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.sx-compare-table th {
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    color: var(--sx-ink-soft);
    padding: 8px 10px 8px 0;
    border-bottom: 2px solid #eaf2f0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.sx-compare-table td {
    padding: 10px 10px 10px 0;
    color: var(--sx-ink);
    border-bottom: 1px solid #f5f9f8;
    vertical-align: middle;
}
.sx-compare-table__special td {
    color: var(--sx-primary-dark);
    font-weight: 600;
    border-bottom: none;
    background: rgba(0,137,123,0.04);
}

/* ====== CALCULATOR — result grid ====== */
.sx-calc__result-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
}
.sx-calc__result-item {
    background: var(--sx-bg-alt);
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sx-calc__result-item span {
    font-size: 12px;
    color: var(--sx-ink-soft);
    line-height: 1.3;
}
.sx-calc__result-item strong {
    font-size: 22px;
    font-weight: 800;
    color: var(--sx-ink);
    line-height: 1.1;
}
.sx-calc__result-item--highlight {
    background: rgba(0,137,123,0.08);
    border: 1px solid rgba(0,137,123,0.20);
    grid-column: span 2;
}
.sx-calc__result-item--highlight strong {
    font-size: 28px;
    color: var(--sx-primary-dark);
}
@media (max-width: 480px) {
    .sx-calc__result-grid { grid-template-columns: 1fr; }
    .sx-calc__result-item--highlight { grid-column: span 1; }
}

/* ==========================================================
   SUNTHREX v0.6.1 — OPMAAK & RESPONSIVE VERBETERINGEN
   ========================================================== */

/* ====== THEME COMPATIBILITY — hide Salient/Nectar duplicate header ====== */
body.page-template-sunthrex-home-php #header-outer,
body.page-template-sunthrex-home-php #header-space,
body.page-template-sunthrex-home-php .nectar-slider-wrap,
body.page-template-sunthrex-account-php #header-outer,
body.page-template-sunthrex-account-php #header-space {
    display: none !important;
}
body.page-template-sunthrex-home-php,
body.page-template-sunthrex-account-php {
    padding-top: 0 !important;
}

/* (oude .sx-hero__eyebrow / __accent / __sub / floats / product-visual blokken
   verwijderd — vervangen door v0.7 hero blok bovenaan het bestand) */

/* ====== PERSONAS — 3 → 2 → 1 kolommen (laptop-stap toegevoegd) ====== */
@media (max-width: 1000px) {
    .sx-personas {
        grid-template-columns: repeat(2, 1fr);
        max-width: none;
        margin: 0;
    }
}
@media (max-width: 640px) {
    .sx-personas {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
}

/* ====== TESTIMONIALS — 3 → 2 → 1 kolommen ====== */
@media (max-width: 1000px) {
    .sx-testimonials {
        grid-template-columns: repeat(2, 1fr);
        max-width: none;
        margin: 0;
    }
}
@media (max-width: 640px) {
    .sx-testimonials {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }
}

/* ====== PANEL CARD LABEL — model-naam + tag kolomtje ====== */
.sx-panel-card__label {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* ====== LAPTOP-FORMAAT fixes (1100-1400px) ====== */
@media (max-width: 1200px) {
    /* Storage grid iets compacter */
    .sx-storage { gap: 40px; }
}

/* ====== SMALL MOBILE — extra verbeteringen (<480px) ====== */
@media (max-width: 480px) {
    /* Stats: alle 4 onder elkaar op telefoon */
    .sx-stats { grid-template-columns: repeat(2, 1fr); }
    /* Calc result grid onder elkaar */
    .sx-calc__result-grid { grid-template-columns: 1fr; }
    .sx-calc__result-item--highlight { grid-column: span 1; }
    /* Storage stats onder elkaar */
    .sx-storage__stats-row { flex-direction: column; gap: 8px; }
    .sx-storage__stat--arrow { display: none; }
}

/* ============================================================
   v0.6.2 — KLEURRIJKE HOMEPAGE COMPONENTEN
   ============================================================ */

/* ====== TRUST ITEMS (nieuw — vervangt .sx-badge) ====== */
.sx-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px 12px 12px;
    background: #ffffff;
    border: 1px solid #f0f4f3;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
    color: var(--sx-ink);
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease;
}
.sx-trust-item:hover { transform: translateY(-2px); box-shadow: var(--sx-shadow-soft); }
.sx-trust-item__icon {
    width: 36px; height: 36px;
    border-radius: 10px;
    display: grid; place-items: center;
    flex-shrink: 0;
}
.sx-trust-item__icon svg { width: 18px; height: 18px; }

/* Icon achtergronden per kleurvariant */
.sx-trust-item--yellow .sx-trust-item__icon { background: linear-gradient(135deg, #FFF3CD, #FFE082); color: #E65100; }
.sx-trust-item--blue   .sx-trust-item__icon { background: linear-gradient(135deg, #E3F2FD, #90CAF9); color: #1565C0; }
.sx-trust-item--green  .sx-trust-item__icon { background: linear-gradient(135deg, #E8F5E9, #A5D6A7); color: #2E7D32; }
.sx-trust-item--teal   .sx-trust-item__icon { background: linear-gradient(135deg, #E0F2F1, #80CBC4); color: #00695C; }
.sx-trust-item--indigo .sx-trust-item__icon { background: linear-gradient(135deg, #E8EAF6, #9FA8DA); color: #283593; }
.sx-trust-item--gold   .sx-trust-item__icon { background: linear-gradient(135deg, #FFF8E1, #FFCC80); color: #BF360C; }

@media (max-width: 600px) {
    .sx-trust-item { padding: 10px 14px 10px 10px; font-size: 12px; }
    .sx-trust-item__icon { width: 30px; height: 30px; border-radius: 8px; }
    .sx-trust-item__icon svg { width: 15px; height: 15px; }
}

/* ====== STATS BANNER — icon + body structuur ====== */
.sx-stats__icon {
    width: 52px; height: 52px;
    border-radius: 16px;
    display: grid; place-items: center;
    margin: 0 auto 14px;
    flex-shrink: 0;
}
.sx-stats__icon svg { width: 26px; height: 26px; }
.sx-stats__body { display: flex; flex-direction: column; gap: 3px; }
.sx-stats__body em {
    display: block;
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.55);
    margin-top: 2px;
}

.sx-stats__icon--green  { background: linear-gradient(135deg, rgba(102,187,106,.35), rgba(56,142,60,.55)); color: #A5D6A7; }
.sx-stats__icon--teal   { background: linear-gradient(135deg, rgba(77,182,172,.35), rgba(0,121,107,.55)); color: #80CBC4; }
.sx-stats__icon--blue   { background: linear-gradient(135deg, rgba(100,181,246,.35), rgba(25,118,210,.55)); color: #90CAF9; }
.sx-stats__icon--yellow { background: linear-gradient(135deg, rgba(255,213,79,.35), rgba(245,127,23,.45)); color: #FFE082; }

/* Stats items: flex layout met icon aan bovenkant */
.sx-stats__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ====== BENEFITS — icon varianten en badge chips ====== */
.sx-benefit__icon--solar  { background: linear-gradient(135deg, #E8F5E9, #66BB6A); color: #1B5E20; }
.sx-benefit__icon--safe   { background: linear-gradient(135deg, #E3F2FD, #42A5F5); color: #0D47A1; }
.sx-benefit__icon--cycle  { background: linear-gradient(135deg, #E0F2F1, #26A69A); color: #004D40; }
.sx-benefit__icon--sun    { background: linear-gradient(135deg, #FFF8E1, #FFCA28); color: #E65100; }
.sx-benefit__icon--smart  { background: linear-gradient(135deg, #EDE7F6, #AB47BC); color: #4A148C; }
.sx-benefit__icon--robust { background: linear-gradient(135deg, #F1F8E9, #9CCC65); color: #33691E; }

.sx-benefit__badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}
.sx-benefit__badge--green   { background: #E8F5E9; color: #2E7D32; }
.sx-benefit__badge--blue    { background: #E3F2FD; color: #1565C0; }
.sx-benefit__badge--teal    { background: #E0F2F1; color: #00695C; }
.sx-benefit__badge--amber   { background: #FFF8E1; color: #E65100; }
.sx-benefit__badge--purple  { background: #F3E5F5; color: #6A1B9A; }
.sx-benefit__badge--emerald { background: #F1F8E9; color: #33691E; }

/* ====== VALUE PROP — gekleurde kaarten + eco-bar ====== */
.sx-value__icon {
    width: 52px; height: 52px;
    border-radius: 16px;
    display: grid; place-items: center;
    margin-bottom: 18px;
}
.sx-value__icon svg { width: 26px; height: 26px; }

.sx-value__card--amber { border-top: 4px solid #FFC247; }
.sx-value__card--amber .sx-value__num { color: #E65100; }
.sx-value__card--amber .sx-value__icon { background: linear-gradient(135deg, #FFF3CD, #FFE082); color: #BF360C; }

.sx-value__card--green { border-top: 4px solid #66BB6A; }
.sx-value__card--green .sx-value__num { color: #2E7D32; }
.sx-value__card--green .sx-value__icon { background: linear-gradient(135deg, #E8F5E9, #A5D6A7); color: #1B5E20; }

.sx-value__card--teal { border-top: 4px solid #26A69A; }
.sx-value__card--teal .sx-value__num { color: #00695C; }
.sx-value__card--teal .sx-value__icon { background: linear-gradient(135deg, #E0F2F1, #80CBC4); color: #004D40; }

.sx-value__card--purple { border-top: 4px solid #AB47BC; }
.sx-value__card--purple .sx-value__num { color: #6A1B9A; }
.sx-value__card--purple .sx-value__icon { background: linear-gradient(135deg, #F3E5F5, #CE93D8); color: #4A148C; }

/* Eco-bar onderaan value-prop sectie */
.sx-value__eco-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 48px;
    padding: 24px 32px;
    background: linear-gradient(135deg, #E8F5E9 0%, #E0F2F1 100%);
    border-radius: 18px;
    border: 1px solid #C8E6C9;
}
.sx-value__eco-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1B5E20;
}
.sx-value__eco-item svg { flex-shrink: 0; color: #2E7D32; }

@media (max-width: 700px) {
    .sx-value__eco-bar { gap: 20px; padding: 20px; }
    .sx-value__eco-item { font-size: 13px; }
}

/* ============================================================
   v0.7.2 — MONEY STORY (saldering + dynamische tarieven + subsidies)
   ============================================================ */
.sx-money {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}
.sx-money__card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 36px 28px 28px;
    border: 1px solid #f0f4f3;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.sx-money__card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,0.08); }

.sx-money__card--1 { border-top: 4px solid #E57373; }
.sx-money__card--2 { border-top: 4px solid #FFC247; }
.sx-money__card--3 { border-top: 4px solid #66BB6A; }

.sx-money__num {
    position: absolute;
    top: 18px;
    right: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 44px;
    line-height: 1;
    color: rgba(0,0,0,0.06);
    letter-spacing: -0.04em;
}

.sx-money__icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: grid; place-items: center;
    flex-shrink: 0;
}
.sx-money__card--1 .sx-money__icon { background: linear-gradient(135deg, #FFEBEE, #FFCDD2); color: #C62828; }
.sx-money__card--2 .sx-money__icon { background: linear-gradient(135deg, #FFF8E1, #FFE082); color: #E65100; }
.sx-money__card--3 .sx-money__icon { background: linear-gradient(135deg, #E8F5E9, #A5D6A7); color: #1B5E20; }

.sx-money__card h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    color: var(--sx-ink);
}
.sx-money__card p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--sx-ink-soft);
}

/* === Card 1: Before/After saldering === */
.sx-money__before-after {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin: 4px 0;
}
.sx-money__ba-item {
    flex: 1;
    padding: 16px 14px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sx-money__ba-item--neg { background: #FFEBEE; color: #C62828; }
.sx-money__ba-item--pos { background: #E8F5E9; color: #1B5E20; }
.sx-money__ba-label {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    opacity: 0.75;
}
.sx-money__ba-item strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.1;
}
.sx-money__ba-item em {
    font-style: normal;
    font-size: 11.5px;
    font-weight: 500;
    opacity: 0.85;
}
.sx-money__ba-arrow {
    align-self: center;
    font-weight: 800;
    font-size: 13px;
    color: var(--sx-ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

/* === Card 2: Tarief chart === */
.sx-money__chart {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 4px 0;
}
.sx-money__chart-row {
    display: grid;
    grid-template-columns: 50px 1fr 56px;
    align-items: center;
    gap: 10px;
}
.sx-money__chart-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--sx-ink-soft);
    text-align: right;
}
.sx-money__chart-bar {
    height: 22px;
    width: var(--w, 30%);
    background: var(--c, #FFC247);
    border-radius: 6px;
    transition: width .4s ease;
}
.sx-money__chart-val {
    font-size: 13px;
    font-weight: 700;
    color: var(--sx-ink);
}

/* === Card 3: Subsidies grid === */
.sx-money__subsidies {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 4px 0;
}
.sx-money__subsidy {
    background: #F1F8E9;
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sx-money__subsidy strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #1B5E20;
    letter-spacing: -0.01em;
}
.sx-money__subsidy span {
    font-size: 11.5px;
    color: #33691E;
    line-height: 1.3;
    font-weight: 500;
}

/* === CTA-strip onderaan === */
.sx-money__cta {
    margin-top: 8px;
    background: linear-gradient(135deg, #00897B 0%, #00665B 100%);
    border-radius: 18px;
    padding: 28px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #ffffff;
    box-shadow: 0 14px 40px rgba(0,102,91,0.20);
}
.sx-money__cta-text { display: flex; flex-direction: column; gap: 4px; }
.sx-money__cta-text strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
.sx-money__cta-text span {
    font-size: 14.5px;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
    max-width: 600px;
}
.sx-money__cta .sx-btn--primary {
    background: #FFC247;
    color: #003D38;
    flex-shrink: 0;
}
.sx-money__cta .sx-btn--primary:hover {
    background: #FFB02E;
    color: #003D38;
}

/* === Responsive === */
@media (max-width: 1000px) {
    .sx-money { grid-template-columns: 1fr; gap: 18px; }
    .sx-money__card { padding: 28px 24px 24px; }
}
@media (max-width: 700px) {
    .sx-money__cta { flex-direction: column; align-items: stretch; padding: 24px; text-align: center; }
    .sx-money__cta-text { align-items: center; }
    .sx-money__cta .sx-btn { justify-content: center; }
    .sx-money__num { font-size: 36px; top: 14px; right: 18px; }
    .sx-money__before-after { flex-direction: column; }
    .sx-money__ba-arrow { padding: 4px 0; }
    .sx-money__subsidies { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
    .sx-money__subsidies { grid-template-columns: 1fr; }
    .sx-money__chart-row { grid-template-columns: 44px 1fr 50px; }
}

/* ============================================================
   v0.8.0 — PRODUCT PAGINA componenten
   ============================================================ */

/* === Metric blocks (jaarbesparing/CO₂/payback/zelfverbruik) === */
.sx-product-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.sx-product-metric {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 24px;
    border: 1px solid #E0EDE9;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}
.sx-product-metric:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.06); }
.sx-product-metric__icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: grid; place-items: center;
    margin: 0 auto 14px;
}
.sx-product-metric--euro .sx-product-metric__icon { background: linear-gradient(135deg, #FFF8E1, #FFE082); color: #BF360C; }
.sx-product-metric--leaf .sx-product-metric__icon { background: linear-gradient(135deg, #E8F5E9, #A5D6A7); color: #1B5E20; }
.sx-product-metric--clock .sx-product-metric__icon { background: linear-gradient(135deg, #E3F2FD, #90CAF9); color: #1565C0; }
.sx-product-metric--solar .sx-product-metric__icon { background: linear-gradient(135deg, #FFF3CD, #FFC247); color: #E65100; }

.sx-product-metric strong {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--sx-ink);
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}
.sx-product-metric span {
    color: var(--sx-ink-soft);
    font-size: 13.5px;
    line-height: 1.4;
}

/* === Energy flow visualisatie === */
.sx-energy-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: stretch;
    gap: 12px;
}
.sx-energy-flow__step {
    background: #F4FAF8;
    border: 1px solid #E0EDE9;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sx-energy-flow__icon {
    width: 60px; height: 60px;
    border-radius: 16px;
    display: grid; place-items: center;
    margin-bottom: 14px;
}
.sx-energy-flow__step--solar .sx-energy-flow__icon { background: linear-gradient(135deg, #FFF8E1, #FFC247); color: #E65100; }
.sx-energy-flow__step--store .sx-energy-flow__icon { background: linear-gradient(135deg, #E0F2F1, #26A69A); color: #004D40; }
.sx-energy-flow__step--use   .sx-energy-flow__icon { background: linear-gradient(135deg, #E8F5E9, #66BB6A); color: #1B5E20; }
.sx-energy-flow__step--smart .sx-energy-flow__icon { background: linear-gradient(135deg, #EDE7F6, #AB47BC); color: #4A148C; }

.sx-energy-flow__step h3 {
    margin: 0 0 8px !important;
    font-size: 17px;
    font-weight: 700;
}
.sx-energy-flow__step p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--sx-ink-soft);
}
.sx-energy-flow__arrow {
    align-self: center;
    color: var(--sx-primary);
    font-size: 24px;
    font-weight: 700;
    opacity: 0.5;
}

/* === Capaciteit-opties === */
.sx-cap-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}
.sx-cap-option {
    position: relative;
    background: #ffffff;
    border: 2px solid #E0EDE9;
    border-radius: 18px;
    padding: 28px 22px 22px;
    text-align: center;
    text-decoration: none;
    transition: border-color .2s, transform .2s, box-shadow .2s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sx-cap-option:hover {
    border-color: var(--sx-primary);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0,137,123,0.12);
}
.sx-cap-option--popular {
    border-color: var(--sx-accent);
    background: linear-gradient(180deg, #FFF8E1 0%, #ffffff 30%);
}
.sx-cap-option__badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--sx-accent);
    color: #003D38;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}
.sx-cap-option strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: var(--sx-primary-dark);
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 2px;
}
.sx-cap-option__unit {
    font-size: 14px;
    font-weight: 700;
    color: var(--sx-ink-soft);
    margin-bottom: 12px;
}
.sx-cap-option__model {
    font-size: 12.5px;
    color: var(--sx-ink-soft);
    margin-bottom: 14px;
    font-weight: 600;
}
.sx-cap-option__cta {
    color: var(--sx-primary);
    font-weight: 700;
    font-size: 13.5px;
}

/* === Reviews stars onder testimonial === */
.sx-testimonial__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 8px;
}

/* === Responsive === */
@media (max-width: 1000px) {
    .sx-product-metrics { grid-template-columns: repeat(2, 1fr); }
    .sx-energy-flow {
        grid-template-columns: 1fr 1fr;
    }
    .sx-energy-flow__arrow { display: none; }
}
@media (max-width: 600px) {
    .sx-product-metrics { grid-template-columns: 1fr; gap: 12px; }
    .sx-product-metric { padding: 22px 18px; }
    .sx-energy-flow { grid-template-columns: 1fr; }
    .sx-cap-options { grid-template-columns: 1fr 1fr; gap: 12px; }
    .sx-cap-option { padding: 24px 16px 18px; }
    .sx-cap-option strong { font-size: 30px; }
}
@media (max-width: 400px) {
    .sx-cap-options { grid-template-columns: 1fr; }
}

/* ============================================================
   ANIMATED BATTERY WIDGET (in --flow donker section)
   ============================================================ */
.sx-section--flow {
    background: linear-gradient(160deg, #003D38 0%, #00574F 50%, #003D38 100%);
    position: relative;
    overflow: hidden;
}
.sx-section--flow::before {
    content: '';
    position: absolute;
    inset: -10%;
    background:
        radial-gradient(circle at 20% 30%, rgba(255,194,71,0.10) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(0,191,165,0.12) 0%, transparent 40%);
    pointer-events: none;
}
.sx-section--flow > .sx-container { position: relative; z-index: 1; }

.sx-battery-live {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 56px;
    align-items: center;
    margin: 0 auto 64px;
    max-width: 920px;
    padding: 40px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.sx-battery-live__viz { display: grid; place-items: center; }

/* Battery frame (the visible battery casing) */
.sx-battery-frame {
    position: relative;
    width: 140px;
    height: 240px;
    background: linear-gradient(180deg, #0a1f1c 0%, #0e2a26 100%);
    border: 2px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: flex-end;
    box-shadow:
        inset 0 2px 4px rgba(255,255,255,0.06),
        0 20px 60px rgba(0,0,0,0.40);
}
.sx-battery-frame__cap {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 8px;
    background: linear-gradient(180deg, #1a3934, #0e2a26);
    border-radius: 4px 4px 0 0;
    border: 2px solid rgba(255,255,255,0.12);
    border-bottom: 0;
}
.sx-battery-frame__bolt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFC247;
    z-index: 3;
    filter: drop-shadow(0 0 12px rgba(255,194,71,0.65));
    animation: sx-bolt-pulse 2s ease-in-out infinite;
}
@keyframes sx-bolt-pulse {
    0%, 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.85; transform: translate(-50%, -50%) scale(1.08); }
}

/* Battery cells (filling animation) */
.sx-battery-cell {
    height: 50px;
    border-radius: 6px;
    background: linear-gradient(180deg, #66BB6A 0%, #2E7D32 100%);
    box-shadow:
        inset 0 1px 2px rgba(255,255,255,0.30),
        0 0 12px rgba(102,187,106,0.40);
    position: relative;
    overflow: hidden;
}
.sx-battery-cell::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.30), transparent);
    transform: translateX(-100%);
    animation: sx-cell-shimmer 3s ease-in-out infinite;
}
.sx-battery-cell--1 { animation: sx-cell-fill 4s ease-in-out infinite 0s; }
.sx-battery-cell--2 { animation: sx-cell-fill 4s ease-in-out infinite 0.4s; }
.sx-battery-cell--3 { animation: sx-cell-fill 4s ease-in-out infinite 0.8s; opacity: 0.7; }

@keyframes sx-cell-fill {
    0%, 100% { opacity: 1; transform: scaleY(1); }
    50%      { opacity: 0.55; transform: scaleY(0.85); }
}
@keyframes sx-cell-shimmer {
    0%   { transform: translateX(-100%); }
    50%  { transform: translateX(100%); }
    100% { transform: translateX(100%); }
}

/* Live stats */
.sx-battery-live__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.sx-battery-live__stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.sx-battery-live__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.55);
}
.sx-battery-live__val {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    letter-spacing: -0.02em;
}
.sx-battery-live__val small {
    font-size: 0.45em;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    margin-left: 4px;
}
.sx-battery-live__val--charge {
    color: #FFC247;
    text-shadow: 0 0 24px rgba(255,194,71,0.40);
}
.sx-battery-live__sub {
    font-size: 12.5px;
    color: rgba(255,255,255,0.65);
    line-height: 1.4;
}

/* Donker thema — energy flow steps krijgen donkere card-stijl */
.sx-section--flow .sx-energy-flow__step {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.08);
}
.sx-section--flow .sx-energy-flow__step h3 { color: #ffffff; }
.sx-section--flow .sx-energy-flow__step p { color: rgba(255,255,255,0.75); }
.sx-section--flow .sx-energy-flow__arrow { color: rgba(255,194,71,0.7); opacity: 1; }

/* Mobile */
@media (max-width: 800px) {
    .sx-battery-live {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 28px;
    }
    .sx-battery-live__stats { grid-template-columns: 1fr; gap: 20px; }
    .sx-battery-frame { width: 120px; height: 200px; }
    .sx-battery-cell { height: 42px; }
}



/* ============================================================
   v0.9.1 — APP DEMO SECTION (iOS-style phone mockup)
   ============================================================ */
.sx-appdemo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}
.sx-appdemo__phone-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 580px;
}

/* iPhone-style frame */
.sx-phone {
    position: relative;
    width: 280px;
    height: 580px;
    background: linear-gradient(145deg, #1d1d1f, #2a2a2c);
    border-radius: 42px;
    padding: 8px;
    box-shadow:
        inset 0 0 0 1.5px #4a4a4d,
        0 30px 80px rgba(0,0,0,0.35),
        0 8px 24px rgba(0,0,0,0.20);
    z-index: 2;
}
.sx-phone__notch {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 26px;
    background: #1d1d1f;
    border-radius: 999px;
    z-index: 3;
}
.sx-phone__screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #F2F2F7 0%, #E5E5EA 100%);
    border-radius: 34px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
}
.sx-phone__status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px 6px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}
.sx-phone__status-icons { display: flex; gap: 5px; color: #000; }

.sx-phone__app {
    flex: 1;
    padding: 16px 18px;
    overflow: hidden;
    margin-top: 14px;
}
.sx-phone__app-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
}
.sx-phone__app-eyebrow {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8E8E93;
    margin-bottom: 4px;
}
.sx-phone__app-big {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1;
    color: #000;
}
.sx-phone__app-big small {
    font-size: 16px;
    font-weight: 600;
    color: #8E8E93;
    margin-left: 4px;
}
.sx-phone__app-pct {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #34C759;
    margin-top: 4px;
}
.sx-phone__pct-dot {
    width: 6px;
    height: 6px;
    background: #34C759;
    border-radius: 50%;
    animation: sx-phone-pulse 1.4s ease-in-out infinite;
}
@keyframes sx-phone-pulse {
    0%,100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.55; transform: scale(1.4); }
}
.sx-phone__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #007AFF, #5856D6);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 13px;
}

.sx-phone__chart {
    background: #fff;
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin-bottom: 12px;
}
.sx-phone__chart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.sx-phone__chart-head strong { font-size: 13px; font-weight: 700; color: #000; }
.sx-phone__chart-sub { font-size: 13px; font-weight: 700; color: #34C759; }
.sx-phone__chart-svg { width: 100%; height: 70px; display: block; }
.sx-phone__chart-x {
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    color: #8E8E93;
    margin-top: 4px;
    font-weight: 500;
}

.sx-phone__tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.sx-phone__tile {
    background: #fff;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.sx-phone__tile-icon { font-size: 18px; display: block; margin-bottom: 4px; }
.sx-phone__tile strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    letter-spacing: -0.4px;
    line-height: 1;
    margin-bottom: 2px;
}
.sx-phone__tile span {
    font-size: 11px;
    color: #8E8E93;
    font-weight: 500;
}

/* Floating productfoto naast phone */
.sx-appdemo__product {
    position: absolute;
    right: 8%;
    top: 30%;
    width: 110px;
    z-index: 1;
    filter: drop-shadow(0 24px 40px rgba(0,0,0,0.25));
    animation: sx-float 6s ease-in-out infinite;
}
.sx-appdemo__product img { width: 100%; height: auto; display: block; }
@keyframes sx-float {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* Floating status pills naast de phone */
.sx-appdemo__pill {
    position: absolute;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 14px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
    z-index: 3;
    color: #000;
}
.sx-appdemo__pill--charge { top: 12%; left: 0; }
.sx-appdemo__pill--save   { bottom: 14%; right: 4%; }
.sx-appdemo__pill-icon {
    width: 32px; height: 32px;
    border-radius: 10px;
    background: #FFF1E5;
    color: #FF9500;
    display: grid; place-items: center;
    flex-shrink: 0;
}
.sx-appdemo__pill-icon--green { background: #E5F8EE; color: #34C759; }
.sx-appdemo__pill strong { display: block; font-size: 13px; font-weight: 700; color: #000; line-height: 1.1; }
.sx-appdemo__pill span { display: block; font-size: 11.5px; color: #8E8E93; margin-top: 1px; }

/* Features rechts */
.sx-appdemo__features { display: grid; gap: 18px; }
.sx-appdemo__feat {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.sx-appdemo__feat-icon {
    width: 40px; height: 40px;
    border-radius: 12px;
    display: grid; place-items: center;
    flex-shrink: 0;
}
.sx-appdemo__feat h3 {
    margin: 0 0 4px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    letter-spacing: -0.2px;
}
.sx-appdemo__feat p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.5;
    color: var(--sx-ink-soft);
}
/* In donkere context: alle app-demo & section-head tekst wit/licht maken voor leesbaarheid */
.sx-section--dark .sx-section__head h2,
.sx-section--dark .sx-section__head h3,
.sx-section--dark .sx-appdemo__feat h3 {
    color: #ffffff !important;
}
.sx-section--dark .sx-section__head p,
.sx-section--dark .sx-appdemo__feat p {
    color: rgba(255, 255, 255, 0.82) !important;
}
.sx-section--dark .sx-eyebrow {
    color: var(--sx-accent) !important;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
}

/* Mobile */
@media (max-width: 900px) {
    .sx-appdemo { grid-template-columns: 1fr; gap: 40px; }
    .sx-appdemo__phone-stage { min-height: 540px; }
    .sx-appdemo__product { width: 90px; right: 10%; top: 22%; }
    .sx-appdemo__pill--charge { top: 4%; left: 4%; }
    .sx-appdemo__pill--save { bottom: 6%; right: 4%; }
}
@media (max-width: 480px) {
    .sx-phone { width: 240px; height: 500px; }
    .sx-phone__app-big { font-size: 32px; }
    .sx-appdemo__product { width: 70px; }
    .sx-appdemo__pill { padding: 8px 12px; }
    .sx-appdemo__pill strong { font-size: 12px; }
    .sx-appdemo__pill span { font-size: 11px; }
}

/* ── SHOPBAR (sub-header onder main header) ─────────────────────── */
.sx-shopbar {
    position: sticky; top: 0; z-index: 998;
    background: #fff;
    border-bottom: 1px solid var(--sx-line);
    box-shadow: 0 1px 0 rgba(14,42,38,0.04);
}
.sx-shopbar__inner {
    max-width: 1280px; margin: 0 auto;
    padding: 0 16px;
    display: flex; gap: 4px;
    overflow-x: auto; overflow-y: hidden;
    scrollbar-width: thin; scrollbar-color: var(--sx-line) transparent;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.sx-shopbar__inner::-webkit-scrollbar { height: 4px; }
.sx-shopbar__inner::-webkit-scrollbar-thumb { background: var(--sx-line); border-radius: 4px; }
.sx-shopbar__item {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 12px 14px;
    color: var(--sx-ink);
    text-decoration: none; font-size: 13px;
    font-weight: 500; line-height: 1.2;
    border-bottom: 2px solid transparent;
    transition: color .15s, border-color .15s;
    flex-shrink: 0;
}
.sx-shopbar__item:hover { color: var(--sx-primary); border-bottom-color: var(--sx-primary); }
.sx-shopbar__item--cat { font-weight: 700; color: var(--sx-primary); }
.sx-shopbar__item--cat svg { opacity: .85; }
.sx-shopbar__item--isolatie { color: var(--sx-accent-dark); }
.sx-shopbar__item--isolatie:hover { color: var(--sx-accent-dark); border-bottom-color: var(--sx-accent); }
.sx-shopbar__item strong { font-weight: 700; }

/* Brand dropdown */
.sx-shopbar__dropdown { position: relative; flex-shrink: 0; }
.sx-shopbar__item--dropdown {
    background: none; border: none; cursor: pointer;
    font-family: inherit; line-height: 1.2;
}
.sx-shopbar__item--dropdown svg {
    transition: transform .2s;
    opacity: .6;
}
.sx-shopbar__dropdown.is-open .sx-shopbar__item--dropdown svg { transform: rotate(180deg); }
.sx-shopbar__dropdown.is-open .sx-shopbar__item--dropdown {
    color: var(--sx-primary);
    border-bottom-color: var(--sx-primary);
}
.sx-shopbar__dropdown-menu {
    position: fixed;
    top: 0; left: 0;
    transform: translateY(-8px);
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 12px;
    box-shadow: 0 12px 36px rgba(14, 42, 38, 0.18);
    padding: 6px;
    min-width: 180px;
    opacity: 0; visibility: hidden;
    transition: opacity .2s, transform .2s, visibility .2s;
    z-index: 9999;
}
.sx-shopbar__dropdown.is-open .sx-shopbar__dropdown-menu {
    opacity: 1; visibility: visible;
    transform: translateY(0);
}
.sx-shopbar__dropdown-item {
    display: flex; align-items: center; gap: 6px;
    padding: 10px 14px;
    color: var(--sx-ink);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    transition: background .15s, color .15s;
    white-space: nowrap;
}
.sx-shopbar__dropdown-item:hover {
    background: var(--sx-primary-soft);
    color: var(--sx-primary);
}
.sx-shopbar__dropdown-item.is-disabled {
    color: #a0b4b1;
    font-style: italic;
}
.sx-shopbar__dropdown-item.is-disabled:hover {
    background: var(--sx-bg);
    color: var(--sx-ink-soft);
}
.sx-shopbar__dropdown-item--all {
    border-bottom: 1px solid var(--sx-line);
    margin-bottom: 4px;
    padding-bottom: 10px;
    color: var(--sx-primary);
    font-weight: 700;
}
.sx-shopbar__dropdown-empty {
    padding: 12px 14px;
    color: var(--sx-ink-soft);
    font-size: 12px;
    font-style: italic;
    text-align: center;
    background: var(--sx-bg);
    border-radius: 8px;
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    .sx-shopbar__inner { padding: 0 10px; gap: 2px; }
    .sx-shopbar__item { padding: 10px 11px; font-size: 12px; }
    .sx-shopbar__dropdown-menu { min-width: 140px; }
    .sx-shopbar__dropdown-item { font-size: 12px; padding: 9px 12px; }
}

/* ── PRODUCTS PAGE LAYOUT (sidebar + grid) ────────────────────── */
.sx-products-layout {
    display: grid;
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
    gap: 32px;
    max-width: 1280px; margin: 0 auto;
    padding: 24px 16px;
}
.sx-products-main { min-width: 0; }

/* ── Sidebar — more prominent ────────────────────────────────── */
.sx-products-sidebar {
    background: linear-gradient(180deg, #ffffff 0%, #F5FAF8 100%);
    border: 1px solid rgba(0, 137, 123, 0.18);
    border-radius: 18px;
    box-shadow:
        0 1px 0 rgba(0, 137, 123, 0.04),
        0 12px 32px rgba(0, 137, 123, 0.08);
    align-self: start;
    position: sticky; top: 80px;
    overflow: hidden;
}
.sx-products-sidebar__head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 20px;
    background: linear-gradient(180deg, var(--sx-primary) 0%, var(--sx-primary-dark) 100%);
    color: #fff;
}
.sx-products-sidebar__title {
    margin: 0; font-size: 16px; font-weight: 700;
    display: flex; align-items: center; gap: 8px;
    letter-spacing: -0.01em;
    color: #fff !important;
}
.sx-products-sidebar__title svg {
    color: #fff;
    stroke: #fff;
}
.sx-products-sidebar__close {
    display: none;
    background: rgba(255,255,255,0.20); border: none;
    color: #fff; width: 32px; height: 32px;
    border-radius: 50%; font-size: 16px;
    cursor: pointer; line-height: 1;
}
.sx-products-sidebar__body { padding: 18px 20px 20px; }
.sx-products-sidebar h3 {
    font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em;
    color: var(--sx-primary-dark);
    font-weight: 700;
    margin: 18px 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--sx-line);
}
.sx-products-sidebar h3:first-child { margin-top: 0; }
.sx-products-sidebar ul { list-style: none; padding: 0; margin: 0; }
.sx-products-sidebar li { margin: 2px 0; }
.sx-products-sidebar a {
    display: flex; align-items: center; justify-content: space-between;
    padding: 9px 12px;
    color: var(--sx-ink); text-decoration: none;
    border-radius: 10px; font-size: 14px;
    transition: background .15s, color .15s, transform .15s;
}
.sx-products-sidebar a:hover {
    background: #fff;
    color: var(--sx-primary);
    transform: translateX(2px);
}
.sx-products-sidebar a.is-active {
    background: var(--sx-primary);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 137, 123, 0.20);
}
.sx-products-sidebar a.is-active small { color: rgba(255, 255, 255, 0.85); }
.sx-products-sidebar a small {
    color: var(--sx-ink-soft); font-size: 11px;
    font-weight: 600;
}

/* ── Mobile drawer trigger button ─────────────────────────────── */
.sx-products-mobile-trigger {
    display: none;
    width: 100%;
    background: linear-gradient(180deg, var(--sx-primary) 0%, var(--sx-primary-dark) 100%);
    color: #fff;
    border: none;
    padding: 14px 20px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0, 137, 123, 0.22);
    margin: 0 0 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    grid-column: 1 / -1;
}
.sx-products-mobile-trigger:hover { background: var(--sx-primary-dark); }
.sx-products-mobile-trigger__count {
    display: inline-flex; align-items: center; justify-content: center;
    background: #fff; color: var(--sx-primary);
    min-width: 22px; height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    font-size: 12px; font-weight: 800;
    margin-left: 4px;
}

/* ── Mobile drawer backdrop — escape all stacking contexts ──── */
.sx-products-sidebar-backdrop {
    display: none;
    position: fixed; inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2147483646; /* max int32 - 1 */
    opacity: 0; pointer-events: none;
    transition: opacity .3s;
}
.sx-products-sidebar-backdrop.is-open {
    display: block;
    opacity: 1; pointer-events: auto;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
/* When drawer is detached to body, force it above EVERYTHING incl. theme header */
body > .sx-products-sidebar,
body > .sx-products-sidebar-backdrop {
    z-index: 2147483647 !important;
}
body > .sx-products-sidebar-backdrop { z-index: 2147483646 !important; }

@media (max-width: 1024px) {
    .sx-products-layout { grid-template-columns: 1fr; gap: 0; padding: 16px 12px; }
    .sx-products-mobile-trigger { display: inline-flex; }

    /* Hide sidebar by default on mobile/tablet */
    .sx-products-sidebar {
        position: fixed;
        top: 0; right: -100%;
        bottom: 0;
        width: 88%; max-width: 380px;
        height: 100vh; height: 100dvh;
        z-index: 2147483647; /* max int32 */
        border-radius: 0;
        border: none;
        box-shadow: -20px 0 60px rgba(14, 42, 38, 0.20);
        transition: right .35s cubic-bezier(.2, .8, .25, 1);
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .sx-products-sidebar__head { border-radius: 0 !important; }
    .sx-products-sidebar.is-open { right: 0; }
    .sx-products-sidebar__close { display: inline-flex; align-items: center; justify-content: center; }
    .sx-products-sidebar__body {
        overflow-y: auto;
        flex: 1;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 40px;
    }
}

/* ── Active filter chips above products ───────────────────────── */
.sx-active-filters {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 18px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 12px;
    box-sizing: border-box;
    width: 100%;
}
.sx-active-filters__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--sx-ink-soft);
    flex: 0 0 auto;
    white-space: nowrap;
}
.sx-active-filters__chips {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    flex: 1 1 auto;
    min-width: 0;
}
.sx-active-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--sx-primary-soft);
    color: var(--sx-primary-dark);
    padding: 5px 10px 5px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: background .15s, transform .15s;
    border: 1px solid rgba(0, 137, 123, 0.15);
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1.2;
}
.sx-active-chip > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}
.sx-active-chip:hover {
    background: var(--sx-primary);
    color: #fff;
}
.sx-active-chip strong { font-weight: 700; }
.sx-active-chip svg {
    opacity: 0.7;
    transition: opacity .15s;
    flex: 0 0 auto;
}
.sx-active-chip:hover svg { opacity: 1; }
.sx-active-filters__clear {
    font-size: 13px;
    font-weight: 600;
    color: #991B1B;
    text-decoration: none;
    margin-left: auto;
    white-space: nowrap;
    flex: 0 0 auto;
}
.sx-active-filters__clear:hover { text-decoration: underline; }

/* Stack vertically on tablet/mobile to prevent any chip/clear overlap */
@media (max-width: 720px) {
    .sx-active-filters {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px;
        padding: 10px 12px;
    }
    .sx-active-filters__label {
        width: 100%;
    }
    .sx-active-filters__chips {
        width: 100%;
        flex: 0 0 auto;
    }
    .sx-active-chip {
        max-width: 100%;
        font-size: 12.5px;
    }
    .sx-active-filters__clear {
        margin-left: 0 !important;
        width: 100%;
        text-align: left;
        padding-top: 4px;
        border-top: 1px solid var(--sx-line);
    }
}

/* ── AJAX loading state ───────────────────────────────────────── */
.sx-products-main { transition: opacity .25s; }
.sx-products-main.is-loading {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}
.sx-products-main.is-loading::after {
    content: "";
    position: absolute; top: 60px; left: 50%;
    width: 36px; height: 36px;
    margin-left: -18px;
    border: 3px solid var(--sx-line);
    border-top-color: var(--sx-primary);
    border-radius: 50%;
    animation: sx-spin .8s linear infinite;
}
@keyframes sx-spin { to { transform: rotate(360deg); } }

/* ── Hide theme page-header / title-bar on contact-form pages ── */
body.sx-no-page-header #page-header-bg,
body.sx-no-page-header #page-header-wrap,
body.sx-no-page-header .page-header-bg-wrap,
body.sx-no-page-header #header-outer.transparent + #page-header-bg,
body.sx-no-page-header .title-section,
body.sx-no-page-header .page-title,
body.sx-no-page-header .page-submenu,
body.sx-no-page-header .nectar-breadcrumbs-wrap,
body.sx-no-page-header .nectar-breadcrumbs,
body.sx-no-page-header #breadcrumbs,
body.sx-no-page-header .salient-breadcrumbs,
body.sx-no-page-header .post-area > header.entry-header,
body.sx-no-page-header .nectar-page-header,
body.sx-no-page-header .nectar-page-header-bg,
body.sx-no-page-header .page-header,
body.sx-no-page-header header.page-header,
body.sx-no-page-header .nectar-title-section,
body.sx-no-page-header .nectar-title-bar,
body.sx-no-page-header #header-outer .page-title,
body.sx-no-page-header .vc_row.full-width-section.page-submenu,
body.sx-no-page-header .nectar-cta-mini-product-line,
body.sx-no-page-header section.page-submenu,
body.sx-no-page-header section.title-section,
body.sx-no-page-header div[class*="page-header-no-bg"],
body.sx-no-page-header div[class*="page-title"][class*="bg"] {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
}
body.sx-no-page-header #ajax-content-wrap,
body.sx-no-page-header #page,
body.sx-no-page-header .container-wrap {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* ── Doelgroep dropdown filter (subsidies) ──────────────────── */
.sx-sub-nav--dropdown {
    background: #fff;
    border-bottom: 1px solid var(--sx-line);
    padding: 14px 0;
    position: sticky; top: 56px; z-index: 90;
    box-shadow: 0 1px 0 rgba(14, 42, 38, 0.04);
}
.sx-doelgroep-filter {
    display: flex; align-items: center; gap: 14px;
    max-width: 720px; margin: 0 auto;
    padding: 0 16px;
}
.sx-doelgroep-filter__label {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 700;
    color: var(--sx-primary-dark);
    text-transform: uppercase; letter-spacing: .05em;
    flex-shrink: 0;
}
.sx-doelgroep-select {
    flex: 1;
    padding: 11px 16px;
    border: 1px solid var(--sx-line);
    border-radius: 10px;
    background: var(--sx-bg);
    font-size: 14px; font-weight: 600;
    color: var(--sx-ink);
    cursor: pointer;
    transition: border-color .15s, box-shadow .15s;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2300897B' stroke-width='2.5'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
}
.sx-doelgroep-select:focus {
    outline: none;
    border-color: var(--sx-primary);
    box-shadow: 0 0 0 3px rgba(0, 137, 123, .15);
}
@media (max-width: 600px) {
    .sx-doelgroep-filter { flex-direction: column; align-items: stretch; gap: 8px; }
    .sx-doelgroep-filter__label { font-size: 12px; }
}

/* ── Subsidie-agenda (live deadlines) ────────────────────────── */
.sx-agenda {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
    gap: 14px;
    margin-top: 20px;
}
.sx-agenda__item {
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 16px;
    padding: 18px 20px;
    display: flex; gap: 16px; align-items: flex-start;
    position: relative;
    transition: box-shadow .2s, transform .2s, border-color .2s;
}
.sx-agenda__item:hover {
    box-shadow: 0 12px 32px rgba(0, 137, 123, .08);
    transform: translateY(-2px);
    border-color: rgba(0, 137, 123, .25);
}
.sx-agenda__item.is-urgent { border-color: #F59E0B; background: linear-gradient(180deg, #FFFBEB 0%, #fff 100%); }
.sx-agenda__item.is-closing.is-urgent { border-color: #DC2626; background: linear-gradient(180deg, #FEF2F2 0%, #fff 100%); }
.sx-agenda__date {
    flex-shrink: 0;
    width: 64px; text-align: center;
    background: var(--sx-primary-soft);
    border-radius: 12px;
    padding: 8px 4px;
}
.sx-agenda__item.is-closing .sx-agenda__date { background: #FEE2E2; }
.sx-agenda__day {
    display: block; font-size: 26px; font-weight: 800;
    color: var(--sx-primary-dark);
    line-height: 1;
}
.sx-agenda__item.is-closing .sx-agenda__day { color: #991B1B; }
.sx-agenda__month {
    display: block; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .06em;
    color: var(--sx-ink-soft);
    margin-top: 2px;
}
.sx-agenda__year {
    display: block; font-size: 10px;
    color: var(--sx-ink-soft);
    margin-top: 1px;
}
.sx-agenda__body { flex: 1; min-width: 0; }
.sx-agenda__tag {
    display: inline-block;
    font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .06em;
    padding: 2px 8px;
    border-radius: 999px;
    margin-bottom: 6px;
}
.sx-agenda__tag--opening { background: var(--sx-primary-soft); color: var(--sx-primary-dark); }
.sx-agenda__tag--closing { background: #FEE2E2; color: #991B1B; }
.sx-agenda__title {
    font-size: 15px; font-weight: 700;
    color: var(--sx-ink); margin: 2px 0 4px;
    line-height: 1.3;
}
.sx-agenda__desc {
    font-size: 13px; color: var(--sx-ink-soft);
    margin: 0 0 6px; line-height: 1.5;
}
.sx-agenda__region {
    display: inline-block; font-size: 11px;
    color: var(--sx-ink-soft); margin-right: 8px;
}
.sx-agenda__link {
    font-size: 12px; font-weight: 600;
    color: var(--sx-primary);
    text-decoration: none;
}
.sx-agenda__link:hover { text-decoration: underline; }
.sx-agenda__urgent-badge {
    position: absolute; top: 10px; right: 12px;
    background: #F59E0B; color: #fff;
    font-size: 10px; font-weight: 700;
    padding: 3px 8px; border-radius: 999px;
    text-transform: uppercase; letter-spacing: .04em;
}
.sx-agenda__item.is-closing .sx-agenda__urgent-badge { background: #DC2626; }
@media (max-width: 500px) {
    .sx-agenda__item { flex-direction: column; }
    .sx-agenda__date { width: auto; display: flex; gap: 8px; align-items: baseline; padding: 6px 10px; }
    .sx-agenda__day { font-size: 22px; }
}

/* ── Help center cards (groen) ─────────────────────────────── */
.sx-helpc-cats {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr));
    gap: 16px;
    margin-top: 24px;
}
.sx-helpc-cats__card,
.sx-helpc-cats > a {
    display: block;
    background: linear-gradient(180deg, #fff 0%, #F5FAF8 100%);
    border: 1px solid rgba(0, 137, 123, .18);
    border-radius: 16px;
    padding: 20px 22px;
    text-decoration: none;
    color: var(--sx-ink);
    transition: transform .2s, box-shadow .2s, border-color .2s;
    position: relative;
    overflow: hidden;
}
.sx-helpc-cats__card::before,
.sx-helpc-cats > a::before {
    content: ""; position: absolute;
    top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--sx-primary) 0%, var(--sx-accent) 100%);
}
.sx-helpc-cats__card:hover,
.sx-helpc-cats > a:hover {
    transform: translateY(-3px);
    border-color: var(--sx-primary);
    box-shadow: 0 16px 36px rgba(0, 137, 123, .12);
}
.sx-helpc-cats__icon,
.sx-helpc-cats svg {
    width: 36px; height: 36px;
    color: var(--sx-primary);
    margin-bottom: 10px;
    display: block;
}
.sx-helpc-cats h3,
.sx-helpc-cats__card h3,
.sx-helpc-cats__card .sx-helpc-title {
    font-size: 16px; font-weight: 700;
    color: var(--sx-primary-dark); margin: 0 0 4px;
    letter-spacing: -.01em;
}
.sx-helpc-cats p,
.sx-helpc-cats__card p {
    font-size: 13px;
    color: var(--sx-ink-soft);
    margin: 0;
    line-height: 1.5;
}
.sx-helpc-cats__count,
.sx-helpc-cats .count,
.sx-helpc-cats span.count {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px; font-weight: 700;
    background: var(--sx-primary-soft);
    color: var(--sx-primary-dark);
    padding: 3px 10px;
    border-radius: 999px;
    text-transform: uppercase; letter-spacing: .05em;
}

/* ── Product CTA binnen artikelen ─────────────────────────────── */
.sx-article-cta {
    margin: 28px 0;
    background: linear-gradient(135deg, var(--sx-primary-soft) 0%, var(--sx-bg) 100%);
    border: 1px solid rgba(0, 137, 123, .22);
    border-left: 4px solid var(--sx-primary);
    border-radius: 14px;
    padding: 20px 24px;
    display: flex; gap: 18px; align-items: center;
    flex-wrap: wrap;
}
.sx-article-cta__body { flex: 1; min-width: 220px; }
.sx-article-cta h4 {
    margin: 0 0 4px; font-size: 16px; font-weight: 700;
    color: var(--sx-primary-dark);
}
.sx-article-cta p {
    margin: 0; font-size: 14px; color: var(--sx-ink-soft);
    line-height: 1.5;
}
.sx-article-cta__btn,
.sx-article-cta__btn:link,
.sx-article-cta__btn:visited {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 11px 22px;
    background: var(--sx-primary) !important;
    color: #ffffff !important;
    border-radius: 999px;
    font-weight: 700; font-size: 14px;
    text-decoration: none !important;
    transition: background .15s, transform .15s;
}
.sx-article-cta__btn:hover,
.sx-article-cta__btn:focus {
    background: var(--sx-primary-dark) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

/* ── Trust bar (4 badges met sociale bewijslast) ─────────────── */
.sx-trust-bar {
    background: #fff;
    border-top: 1px solid var(--sx-line);
    border-bottom: 1px solid var(--sx-line);
    padding: 22px 16px;
}
.sx-trust-bar__inner {
    max-width: 1200px; margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.sx-trust-bar__item {
    display: flex; flex-direction: column; align-items: center;
    text-align: center;
    gap: 4px;
}
.sx-trust-bar__icon {
    color: var(--sx-primary);
    margin-bottom: 6px;
    display: inline-flex;
}
.sx-trust-bar__item strong {
    font-size: 15px; font-weight: 700;
    color: var(--sx-ink);
    letter-spacing: -.01em;
}
.sx-trust-bar__item span {
    font-size: 12px;
    color: var(--sx-ink-soft);
}
@media (max-width: 800px) {
    .sx-trust-bar__inner { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .sx-trust-bar { padding: 18px 14px; }
}
@media (max-width: 500px) {
    .sx-trust-bar__item strong { font-size: 13px; }
    .sx-trust-bar__item span { font-size: 11px; }
    .sx-trust-bar__icon svg { width: 20px; height: 20px; }
}

/* ── Free check CTA-banner ────────────────────────────────────── */
.sx-free-check {
    display: flex; align-items: center; gap: 24px;
    background: #ffffff;
    border: 1px solid rgba(0, 137, 123, .18);
    border-radius: 20px;
    padding: 28px 32px;
    margin: 32px auto;
    max-width: 1100px;
    box-shadow: 0 12px 36px rgba(0, 137, 123, .08);
    flex-wrap: wrap;
}
.sx-free-check__icon {
    flex-shrink: 0;
    width: 80px; height: 80px;
}
.sx-free-check__icon svg { width: 100%; height: 100%; }
.sx-free-check__body { flex: 1; min-width: 260px; }
.sx-free-check__body h3 {
    margin: 0 0 6px; font-size: 22px; font-weight: 800;
    color: var(--sx-primary-dark);
    letter-spacing: -.02em;
}
.sx-free-check__body p {
    margin: 0 0 12px; font-size: 14px;
    color: var(--sx-ink-soft); line-height: 1.55;
}
.sx-free-check__usp {
    display: flex; flex-wrap: wrap; gap: 12px 18px;
    list-style: none; padding: 0; margin: 0;
    font-size: 13px; font-weight: 600;
    color: var(--sx-primary-dark);
}
.sx-free-check__btn {
    flex-shrink: 0;
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--sx-primary); color: #fff;
    padding: 16px 28px;
    border-radius: 999px;
    font-weight: 700; font-size: 15px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 137, 123, .25);
    transition: transform .2s, box-shadow .2s;
}
.sx-free-check__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 137, 123, .35);
    background: var(--sx-primary-dark);
}
.sx-free-check--compact {
    padding: 18px 22px;
    flex-direction: row;
}
.sx-free-check--compact .sx-free-check__icon { width: 52px; height: 52px; }
.sx-free-check--compact .sx-free-check__body h3 { font-size: 16px; }
.sx-free-check--compact .sx-free-check__body p { display: none; }
@media (max-width: 700px) {
    .sx-free-check { padding: 22px 20px; flex-direction: column; text-align: center; }
    .sx-free-check__usp { justify-content: center; }
    .sx-free-check__btn { width: 100%; justify-content: center; }
}

/* ── Certificeringen bar ──────────────────────────────────────── */
.sx-cert-bar {
    display: flex; align-items: center; justify-content: center;
    gap: 18px; flex-wrap: wrap;
    padding: 16px;
    background: var(--sx-bg);
    border-radius: 12px;
    margin: 24px 0;
}
.sx-cert-bar__label {
    font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .08em;
    color: var(--sx-ink-soft);
}
.sx-cert-bar__items {
    display: flex; gap: 8px; flex-wrap: wrap;
}
.sx-cert-bar__item {
    font-size: 12px; font-weight: 600;
    color: var(--sx-primary-dark);
    background: #fff;
    border: 1px solid var(--sx-line);
    padding: 5px 12px;
    border-radius: 999px;
}

/* ── Form intro (titel + beschrijving boven het formulier) ────── */
.sx-form__intro {
    margin: 0 0 22px;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--sx-line);
}
.sx-form__intro-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    background: var(--sx-primary-soft);
    color: var(--sx-primary-dark);
    border: 1px solid rgba(0, 137, 123, 0.18);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.sx-form__intro-eyebrow svg {
    color: var(--sx-primary);
    flex: 0 0 auto;
}
.sx-form__intro-title {
    margin: 0 0 8px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(22px, 2.6vw, 28px);
    font-weight: 800;
    line-height: 1.18;
    color: #000000 !important;
    letter-spacing: -0.015em;
}
.sx-form__intro-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--sx-ink-soft) !important;
    max-width: 56ch;
}
/* Zelfs binnen een donkere parent-sectie: form-tekst blijft donker
   omdat het formulier altijd op een witte kaart staat */
.sx-section--dark .sx-form__intro-title,
.sx-section--dark .sx-form .sx-form__intro-title,
.sx-form__intro .sx-form__intro-title,
.sx-form__intro h2.sx-form__intro-title { color: #000000 !important; }
.sx-section--dark .sx-form__intro-desc,
.sx-section--dark .sx-form .sx-form__intro-desc { color: var(--sx-ink-soft) !important; }
.sx-section--dark .sx-form label,
.sx-section--dark .sx-form label span,
.sx-section--dark .sx-form__group-title { color: var(--sx-ink) !important; }

/* ── Form USP badges ──────────────────────────────────────────── */
.sx-form__badges {
    display: flex; flex-wrap: wrap; gap: 6px;
    margin-bottom: 14px;
}
.sx-form__badge {
    display: inline-flex; align-items: center; gap: 4px;
    background: var(--sx-primary-soft);
    color: var(--sx-primary-dark);
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px; font-weight: 700;
    border: 1px solid rgba(0, 137, 123, .15);
}
.sx-form__badge svg { color: var(--sx-primary); }

/* ── Mobile sticky CTA ────────────────────────────────────────── */
.sx-sticky-cta {
    position: fixed;
    bottom: 14px; left: 50%;
    transform: translateX(-50%) translateY(120px);
    z-index: 9990;
    display: flex; gap: 8px;
    background: #fff;
    padding: 6px;
    border-radius: 999px;
    box-shadow: 0 12px 32px rgba(14, 42, 38, .22);
    border: 1px solid var(--sx-line);
    transition: transform .35s cubic-bezier(.2,.7,.3,1);
    pointer-events: none;
    opacity: 0;
}
.sx-sticky-cta.is-visible {
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
    opacity: 1;
}
.sx-sticky-cta__phone {
    width: 46px; height: 46px;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--sx-bg);
    border-radius: 50%;
    color: var(--sx-primary-dark);
    text-decoration: none;
    transition: background .15s;
}
.sx-sticky-cta__phone:hover { background: var(--sx-primary-soft); }
.sx-sticky-cta__btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--sx-primary); color: #fff;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 700; font-size: 14px;
    text-decoration: none;
}
.sx-sticky-cta__btn:hover { background: var(--sx-primary-dark); }
/* Alleen tonen op mobiel + tablet — desktop heeft genoeg CTAs */
@media (min-width: 1024px) {
    .sx-sticky-cta { display: none !important; }
}

/* ════════════════════════════════════════════════════════════
   ABOUT PAGE — rich layout
   ════════════════════════════════════════════════════════════ */
.sx-about-hero {
    background: var(--sx-hero-bg-leaf);
    padding: 60px 16px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sx-about-hero__inner { max-width: 760px; margin: 0 auto; }
.sx-about-hero__eyebrow {
    display: inline-block;
    font-size: 12px; font-weight: 700;
    color: var(--sx-primary);
    background: rgba(255,255,255,.75);
    padding: 6px 14px; border-radius: 999px;
    margin-bottom: 18px;
    letter-spacing: .04em;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0,137,123,.15);
}
.sx-about-hero__title {
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 800;
    color: var(--sx-ink);
    margin: 0 0 16px;
    line-height: 1.05;
    letter-spacing: -.02em;
}
.sx-about-hero__title span { color: var(--sx-primary); }
.sx-about-hero__sub {
    font-size: 17px; color: var(--sx-ink-soft);
    margin: 0; line-height: 1.6;
    max-width: 620px; margin-left: auto; margin-right: auto;
}

/* Stats strip */
.sx-about-stats {
    background: #fff;
    border-bottom: 1px solid var(--sx-line);
    padding: 30px 16px;
}
.sx-about-stats__inner {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;
    text-align: center;
}
.sx-about-stat__num {
    display: block;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    color: var(--sx-primary);
    letter-spacing: -.02em;
    line-height: 1;
}
.sx-about-stat__lbl {
    display: block;
    font-size: 12px; font-weight: 600;
    color: var(--sx-ink-soft);
    text-transform: uppercase; letter-spacing: .05em;
    margin-top: 6px;
}
@media (max-width: 700px) {
    .sx-about-stats__inner { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

/* Steps (4 stappen) */
.sx-about-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px; margin-top: 32px;
}
.sx-about-step {
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 18px;
    padding: 24px 22px;
    position: relative;
    transition: transform .2s, box-shadow .2s;
}
.sx-about-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0,137,123,.10);
}
.sx-about-step__num {
    position: absolute; top: 14px; right: 18px;
    font-size: 40px; font-weight: 800;
    color: var(--sx-primary-soft); line-height: 1;
}
.sx-about-step__icon { font-size: 28px; display: block; margin-bottom: 10px; }
.sx-about-step h3 {
    font-size: 15px; font-weight: 700;
    margin: 0 0 6px; color: var(--sx-ink);
    letter-spacing: -.01em;
}
.sx-about-step p {
    font-size: 13px; color: var(--sx-ink-soft);
    margin: 0; line-height: 1.55;
}
@media (max-width: 900px) { .sx-about-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .sx-about-steps { grid-template-columns: 1fr; } }

/* Reasons grid */
.sx-about-reasons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px; margin-top: 32px;
}
.sx-about-reason {
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 16px;
    padding: 22px 24px;
    transition: transform .2s, box-shadow .2s;
}
.sx-about-reason:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0,137,123,.08);
    border-color: var(--sx-primary);
}
.sx-about-reason__icon {
    width: 48px; height: 48px;
    background: var(--sx-primary-soft);
    border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 24px; margin-bottom: 10px;
}
.sx-about-reason h3 {
    font-size: 16px; font-weight: 700;
    margin: 0 0 6px; color: var(--sx-ink);
    letter-spacing: -.01em;
}
.sx-about-reason p {
    font-size: 13px; color: var(--sx-ink-soft);
    margin: 0; line-height: 1.55;
}
@media (max-width: 900px) { .sx-about-reasons { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .sx-about-reasons { grid-template-columns: 1fr; } }

/* Tech section */
.sx-about-tech {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px; align-items: center;
}
.sx-about-tech__text h2 {
    font-size: clamp(24px, 3.5vw, 34px);
    font-weight: 800; margin: 8px 0 14px;
    letter-spacing: -.02em;
}
.sx-about-tech__card {
    background: linear-gradient(135deg, var(--sx-primary) 0%, var(--sx-primary-dark) 100%);
    border-radius: 24px;
    padding: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    box-shadow: 0 24px 56px rgba(0,137,123,.25);
}
.sx-about-tech__metric {
    background: rgba(255,255,255,.12);
    border-radius: 14px;
    padding: 18px;
    color: #fff;
    text-align: center;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.18);
}
.sx-about-tech__metric span {
    display: block;
    font-size: 26px; font-weight: 800;
    color: #FFF8E7;
    letter-spacing: -.02em;
    margin-bottom: 4px;
}
@media (max-width: 800px) {
    .sx-about-tech { grid-template-columns: 1fr; gap: 30px; }
}

/* ── Gerelateerde subsidies op single product ─────────────────── */
.sx-product-subsidies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
    gap: 14px;
    margin-top: 24px;
}
.sx-product-subsidy {
    display: flex; gap: 12px; align-items: flex-start;
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 14px;
    padding: 16px 18px;
    text-decoration: none;
    color: var(--sx-ink);
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
.sx-product-subsidy:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 137, 123, .10);
    border-color: var(--sx-primary);
}
.sx-product-subsidy__icon {
    flex-shrink: 0;
    width: 40px; height: 40px;
    background: var(--sx-primary-soft);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: var(--sx-primary-dark);
}
.sx-product-subsidy__icon svg { width: 22px; height: 22px; }
.sx-product-subsidy__body { flex: 1; min-width: 0; }
.sx-product-subsidy__body h3 {
    font-size: 14px; font-weight: 700;
    color: var(--sx-ink); margin: 0 0 4px;
    line-height: 1.3;
}
.sx-product-subsidy__amount {
    display: inline-block;
    font-size: 11px; font-weight: 700;
    background: var(--sx-primary); color: #fff;
    padding: 2px 8px; border-radius: 999px;
    margin-right: 6px;
}
.sx-product-subsidy__aud {
    display: inline-block;
    font-size: 11px; color: var(--sx-ink-soft);
}

/* ── Product FAQ details styling (al gebruikt elders) ─────────── */
.sx-product-faqs {
    display: grid; gap: 10px;
    margin-top: 24px;
}

/* ── Free advice banner (single product hero) ─────────────────── */
.sx-free-advice {
    display: flex; align-items: center; gap: 14px;
    background: linear-gradient(135deg, #E0F2EF 0%, #F5FAF8 100%);
    border: 1px solid rgba(0, 137, 123, 0.18);
    border-left: 4px solid var(--sx-primary);
    border-radius: 14px;
    padding: 14px 16px;
    margin: 14px 0;
}
.sx-free-advice__icon {
    flex-shrink: 0;
    font-size: 28px;
    line-height: 1;
}
.sx-free-advice__text { display: flex; flex-direction: column; gap: 2px; }
.sx-free-advice__text strong {
    color: var(--sx-primary-dark);
    font-size: 14px;
    font-weight: 700;
}
.sx-free-advice__text span {
    color: var(--sx-ink-soft);
    font-size: 13px;
    line-height: 1.5;
}

/* ── EXTENDED CONTACT FORM ─────────────────────────────────────── */
.sx-form__group {
    background: var(--sx-bg);
    border-radius: var(--sx-radius);
    padding: 14px 16px;
    border: 1px solid var(--sx-line);
}
.sx-form__group-title {
    font-size: 13px; font-weight: 700;
    margin: 0 0 10px;
    color: var(--sx-ink);
}
.sx-form__radio-row {
    display: flex; gap: 10px; flex-wrap: wrap;
}
.sx-form__radio-row label {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 999px;
    font-size: 13px; cursor: pointer;
    transition: border-color .15s, background .15s;
}
.sx-form__radio-row label:hover { border-color: var(--sx-primary); }
.sx-form__radio-row input[type=radio] { margin: 0; accent-color: var(--sx-primary); }
.sx-form__radio-row input[type=radio]:checked + span { color: var(--sx-primary); font-weight: 600; }
.sx-form__file {
    display: block; padding: 12px;
    background: #fff;
    border: 2px dashed var(--sx-line);
    border-radius: var(--sx-radius);
    text-align: center; cursor: pointer;
    transition: border-color .15s, background .15s;
    font-size: 13px; color: var(--sx-ink-soft);
}
.sx-form__file:hover { border-color: var(--sx-primary); background: var(--sx-primary-soft); }
.sx-form__file input[type=file] { display: none; }
.sx-form__file-name { font-weight: 600; color: var(--sx-primary); display: block; margin-top: 4px; }

/* ════════════════════════════════════════════════════════════════
   PRODUCTS ARCHIVE — Fresh & sustainable
   ════════════════════════════════════════════════════════════════ */

/* ── Hero met soft gradient + leaf accent ───────────────────────── */
.sx-shop-hero {
    position: relative;
    background: var(--sx-hero-bg-leaf);
    overflow: hidden;
    padding: 56px 16px 48px;
    text-align: center;
}
.sx-shop-hero::before {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(0, 137, 123, 0.10) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgba(255, 213, 79, 0.14) 0%, transparent 35%);
    pointer-events: none;
}
.sx-shop-hero__inner {
    position: relative;
    max-width: 760px; margin: 0 auto;
}
.sx-shop-hero__leaf {
    position: absolute;
    top: -20px; right: -40px;
    width: 180px; height: 180px;
    opacity: 0.6;
    pointer-events: none;
    transform: rotate(-15deg);
}
.sx-shop-hero__eyebrow {
    display: inline-block;
    font-size: 12px; font-weight: 600;
    color: var(--sx-primary);
    background: rgba(255, 255, 255, 0.75);
    padding: 6px 14px; border-radius: 999px;
    margin-bottom: 18px;
    letter-spacing: 0.04em;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 137, 123, 0.15);
}
.sx-shop-hero__title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    color: var(--sx-ink);
    margin: 0 0 14px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.sx-shop-hero__sub {
    font-size: 17px; color: var(--sx-ink-soft);
    margin: 0 0 26px; line-height: 1.6;
    max-width: 560px; margin-left: auto; margin-right: auto;
}
.sx-shop-hero__chips {
    display: flex; flex-wrap: nowrap;
    gap: 6px; justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 2px;
    max-width: 100%;
}
.sx-shop-hero__chips::-webkit-scrollbar { display: none; }
.sx-shop-hero__chip {
    background: #fff;
    border: 1px solid var(--sx-line);
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 13px; font-weight: 500;
    color: var(--sx-ink);
    box-shadow: 0 1px 0 rgba(14, 42, 38, 0.03);
    transition: transform .2s, box-shadow .2s;
    display: inline-flex; align-items: center; gap: 6px;
    flex-shrink: 0;
    white-space: nowrap;
}
.sx-shop-hero__chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 137, 123, 0.12);
}
.sx-shop-hero__chip svg {
    width: 14px; height: 14px;
    color: var(--sx-primary);
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .sx-shop-hero__chips { justify-content: flex-start; gap: 5px; }
    .sx-shop-hero__chip { padding: 5px 9px; font-size: 11px; gap: 4px; }
    .sx-shop-hero__chip svg { width: 11px; height: 11px; }
}
@media (max-width: 600px) {
    .sx-shop-hero { padding: 40px 14px 32px; }
    .sx-shop-hero__leaf { width: 120px; height: 120px; top: -10px; right: -30px; }
}

/* ── iOS-style product grid cards (fluid: auto-fit, min 200px) ─── */
.sx-products--grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
    gap: 20px;
    margin: 0;
}
.sx-products--grid .sx-product {
    background: #ffffff;
    border: 1px solid rgba(14, 42, 38, 0.06);
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 1px 2px rgba(14, 42, 38, 0.04),
        0 4px 12px rgba(14, 42, 38, 0.04);
    transition: box-shadow .25s, border-color .25s;
    display: flex; flex-direction: column;
    position: relative;
}
.sx-products--grid .sx-product:hover {
    box-shadow:
        0 4px 12px rgba(14, 42, 38, 0.06),
        0 16px 32px rgba(0, 137, 123, 0.08);
    border-color: rgba(0, 137, 123, 0.18);
}
/* Behoud originele product-media achtergronden — niet overschrijven */
.sx-products--grid .sx-product__body {
    padding: 14px 16px 16px;
    display: flex; flex-direction: column; gap: 6px;
    flex: 1;
    min-width: 0;
}
.sx-products--grid .sx-product__body * {
    word-break: normal !important;
    overflow-wrap: anywhere;
    min-width: 0;
}
.sx-products--grid .sx-product__body h3,
.sx-products--grid .sx-product__title {
    hyphens: auto;
}
.sx-products--grid .sx-tag {
    display: inline-block;
    background: var(--sx-primary-soft);
    color: var(--sx-primary);
    font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.06em;
    padding: 3px 8px;
    border-radius: 999px;
    align-self: flex-start;
    margin-bottom: 2px;
}
.sx-products--grid .sx-product__body h3,
.sx-products--grid .sx-product__title {
    font-size: 18px; font-weight: 700;
    color: var(--sx-ink); margin: 0;
    line-height: 1.25;
    letter-spacing: -0.01em;
}
.sx-products--grid .sx-product__body p {
    font-size: 13px;
    color: var(--sx-ink-soft);
    margin: 2px 0 6px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sx-products--grid .sx-product__specs {
    display: flex; flex-wrap: wrap; gap: 5px;
    margin: 4px 0 10px;
}
.sx-products--grid .sx-spec-badge {
    font-size: 11px; font-weight: 600;
    color: var(--sx-ink-soft);
    background: var(--sx-bg);
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid var(--sx-line);
}
.sx-products--grid .sx-product__feat {
    display: none; /* hide feature lists on compact cards */
}
.sx-products--grid .sx-product__actions {
    margin-top: auto;
    display: flex; align-items: center; justify-content: space-between;
    gap: 8px;
}
.sx-products--grid .sx-btn--sm {
    padding: 8px 14px; font-size: 12px;
    border-radius: 999px;
    font-weight: 700;
}
.sx-products--grid .sx-link {
    font-size: 12px; font-weight: 600;
    color: var(--sx-primary);
    text-decoration: none;
}
.sx-products--grid .sx-link:hover { text-decoration: underline; }

/* Responsive: 3 cols laptop, 2 mobile — !important om webview/theme overrides te verslaan */
@media (max-width: 767px) {
    .sx-products,
    .sx-products--grid,
    body .sx-products,
    body .sx-products--grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
    .sx-products--grid .sx-product { min-width: 0 !important; width: auto !important; }
    .sx-products--grid .sx-product__body { padding: 10px 12px 12px; }
    .sx-products--grid .sx-product__body h3 { font-size: 15px; }
    .sx-products--grid .sx-product__body p { font-size: 12px; -webkit-line-clamp: 2; }
    .sx-products--grid .sx-tag { font-size: 9px; }
    .sx-products--grid .sx-spec-badge { font-size: 10px; padding: 2px 6px; }
    .sx-products--grid .sx-btn--sm { padding: 8px 14px; font-size: 12px; width: 100%; text-align: center; justify-content: center; }
    /* Stack Offerte / Meer info vertically on mobile */
    .sx-products--grid .sx-product__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }
    .sx-products--grid .sx-link {
        text-align: center;
        padding: 4px 0;
        font-size: 12px;
    }
}
/* Hele kleine viewports: nog steeds 2 cols, compactere kaarten */
@media (max-width: 380px) {
    .sx-products,
    .sx-products--grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }
    .sx-products--grid .sx-product__body { padding: 8px 10px 10px; }
    .sx-products--grid .sx-product__body h3 { font-size: 13px; }
    .sx-products--grid .sx-spec-badge { font-size: 9px; padding: 2px 5px; }
}
/* Laptop & tablet (≥768px): exact 3 producten per rij in de archive grid.
   Hogere specificiteit + !important om Salient/theme overrides te verslaan. */
@media (min-width: 768px) {
    .sx-products-main .sx-products--grid,
    body .sx-products-main .sx-products--grid,
    .sx-products-main .sx-products,
    body .sx-products-main .sx-products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }
}

/* ════════════════════════════════════════════════════════════════
   ISOLATIE PAGE
   ════════════════════════════════════════════════════════════════ */
.sx-iso-hero {
    position: relative;
    background: var(--sx-hero-bg-warm);
    padding: 72px 16px 56px;
    overflow: hidden;
}
.sx-iso-hero__inner {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: 1.2fr 0.8fr;
    gap: 40px; align-items: center;
}
.sx-iso-hero__eyebrow {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 600;
    color: #689F38;
    background: rgba(255, 255, 255, 0.7);
    padding: 6px 14px; border-radius: 999px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(104, 159, 56, 0.15);
}
.sx-iso-hero__title {
    font-size: clamp(34px, 5vw, 52px); font-weight: 800;
    color: var(--sx-ink); margin: 16px 0 14px;
    line-height: 1.05; letter-spacing: -0.02em;
}
.sx-iso-hero__title span { color: #689F38; }
.sx-iso-hero__sub {
    font-size: 17px; color: var(--sx-ink-soft);
    margin: 0 0 24px; line-height: 1.6;
}
.sx-iso-hero__cta {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(180deg, #8BC34A 0%, #689F38 100%);
    color: #fff; text-decoration: none;
    padding: 14px 26px; border-radius: 999px;
    font-weight: 700; font-size: 15px;
    box-shadow: 0 6px 18px rgba(104, 159, 56, 0.30);
    transition: transform .2s, box-shadow .2s;
}
.sx-iso-hero__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(104, 159, 56, 0.40);
}
.sx-iso-hero__visual {
    aspect-ratio: 4/5;
    background:
        radial-gradient(ellipse at center, rgba(139, 195, 74, 0.25) 0%, transparent 70%),
        linear-gradient(135deg, #FFF8E7 0%, #E0F2EF 100%);
    border-radius: 32px;
    position: relative;
    box-shadow: 0 30px 60px rgba(14, 42, 38, 0.10);
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    font-size: 120px;
}
.sx-iso-hero__visual::before {
    content: ""; position: absolute; inset: 16px;
    border: 2px dashed rgba(104, 159, 56, 0.30);
    border-radius: 24px;
    pointer-events: none;
}

@media (max-width: 900px) {
    .sx-iso-hero__inner { grid-template-columns: 1fr; gap: 24px; text-align: center; }
    .sx-iso-hero__visual { display: none; }
    .sx-iso-hero__eyebrow { margin: 0 auto; }
}

/* ── Stap-1 banner ── */
.sx-iso-step {
    background: var(--sx-cream);
    border-top: 1px solid #F1E5C4;
    border-bottom: 1px solid #F1E5C4;
    padding: 24px 16px;
}
.sx-iso-step__inner {
    max-width: 1100px; margin: 0 auto;
    display: flex; align-items: center; gap: 18px;
    flex-wrap: wrap;
}
.sx-iso-step__num {
    flex-shrink: 0;
    width: 56px; height: 56px;
    background: linear-gradient(135deg, #8BC34A 0%, #689F38 100%);
    color: #fff;
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; font-weight: 800;
    box-shadow: 0 8px 16px rgba(104, 159, 56, 0.25);
}
.sx-iso-step__text { flex: 1; min-width: 240px; }
.sx-iso-step__text strong { color: var(--sx-ink); font-size: 16px; }
.sx-iso-step__text p { color: var(--sx-ink-soft); font-size: 14px; margin: 4px 0 0; }

/* ── Benefits / iso cards ── */
/* Voordelen-blok: header + grid */
.sx-iso-benefits {
    max-width: 1200px; margin: 0 auto;
    padding: 60px 16px 20px;
}
.sx-iso-benefits__head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 36px;
}
.sx-iso-benefits__head h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 800;
    margin: 8px 0 0;
    color: var(--sx-ink);
    letter-spacing: -0.02em;
}
.sx-iso-grid {
    max-width: 1100px; margin: 0 auto;
    padding: 0 16px 60px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
@media (max-width: 900px) {
    .sx-iso-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
    .sx-iso-grid { grid-template-columns: 1fr; }
}
.sx-iso-card {
    background: #fff;
    border: 1px solid rgba(14, 42, 38, 0.06);
    border-radius: 22px;
    padding: 28px 24px;
    box-shadow: 0 4px 16px rgba(14, 42, 38, 0.04);
    transition: transform .25s, box-shadow .25s;
    position: relative;
    overflow: hidden;
}
.sx-iso-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(104, 159, 56, 0.10);
}
.sx-iso-card__icon {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, #DCFCE7 0%, #86EFAC 100%);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    margin-bottom: 14px;
}
.sx-iso-card h3 {
    font-size: 18px; font-weight: 700;
    color: var(--sx-ink); margin: 0 0 6px;
    letter-spacing: -0.01em;
}
.sx-iso-card p {
    font-size: 14px; color: var(--sx-ink-soft);
    margin: 0; line-height: 1.6;
}

/* ── Iso types (gevel, dak, vloer, etc) ── */
.sx-iso-types {
    background: var(--sx-bg);
    padding: 60px 16px;
}
.sx-iso-types__head {
    max-width: 720px; margin: 0 auto 36px; text-align: center;
}
.sx-iso-types__head h2 {
    font-size: clamp(28px, 4vw, 38px); font-weight: 800;
    margin: 0 0 12px; color: var(--sx-ink);
    letter-spacing: -0.02em;
}
.sx-iso-types__head p { color: var(--sx-ink-soft); font-size: 16px; }
.sx-iso-types__grid {
    max-width: 1100px; margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
@media (max-width: 900px) {
    .sx-iso-types__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
    .sx-iso-types__grid { grid-template-columns: 1fr; }
}
.sx-iso-type {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid rgba(14, 42, 38, 0.06);
    display: flex; gap: 16px; align-items: flex-start;
    transition: transform .25s, box-shadow .25s;
}
.sx-iso-type:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(104, 159, 56, 0.10);
}
.sx-iso-type__emoji {
    flex-shrink: 0;
    width: 48px; height: 48px;
    background: #FFF8E7;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
}
.sx-iso-type h4 {
    font-size: 16px; font-weight: 700;
    margin: 0 0 4px; color: var(--sx-ink);
}
.sx-iso-type p {
    font-size: 13px; color: var(--sx-ink-soft);
    margin: 0; line-height: 1.55;
}

/* ── CTA section ── */
.sx-iso-cta {
    max-width: 1100px; margin: 0 auto;
    padding: 60px 16px;
}
.sx-iso-cta__card {
    background:
        linear-gradient(135deg, rgba(0, 137, 123, 0.95) 0%, rgba(104, 159, 56, 0.95) 100%);
    color: #fff;
    border-radius: 28px;
    padding: 48px 36px;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 137, 123, 0.30);
}
.sx-iso-cta__card::before {
    content: ""; position: absolute;
    top: -50%; right: -20%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(255, 248, 231, 0.20) 0%, transparent 60%);
    pointer-events: none;
}
.sx-iso-cta__title {
    font-size: clamp(26px, 3.5vw, 36px) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 0 14px !important;
    letter-spacing: -0.02em;
    line-height: 1.15;
}
.sx-iso-cta__text { color: rgba(255,255,255,0.92) !important; }
.sx-iso-cta__text { font-size: 16px; opacity: 0.95; margin: 0 0 22px; line-height: 1.6; }
.sx-iso-cta__btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; color: var(--sx-primary);
    padding: 14px 28px; border-radius: 999px;
    font-weight: 700; text-decoration: none;
    transition: transform .2s;
}
.sx-iso-cta__btn:hover { transform: translateY(-2px); }
.sx-iso-cta__visual {
    text-align: center;
    font-size: 140px;
    opacity: 0.85;
}
@media (max-width: 800px) {
    .sx-iso-cta__card { grid-template-columns: 1fr; padding: 32px 24px; text-align: center; }
    .sx-iso-cta__visual { font-size: 90px; }
}

/* ── Iso hero CTA-row ─────────────────────────────────────────── */
.sx-iso-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.sx-iso-hero__cta--ghost {
    background: transparent !important;
    color: var(--sx-primary-dark) !important;
    border: 1.5px solid var(--sx-primary) !important;
    box-shadow: none !important;
}
.sx-iso-hero__cta--ghost:hover {
    background: var(--sx-primary) !important;
    color: #fff !important;
}

/* ── Iso stats-strip ──────────────────────────────────────────── */
.sx-iso-stats {
    background: #fff;
    border-top: 1px solid var(--sx-line);
    border-bottom: 1px solid var(--sx-line);
    padding: 28px 16px;
}
.sx-iso-stats__grid {
    max-width: 1100px; margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    text-align: center;
}
.sx-iso-stat strong {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 800;
    color: var(--sx-primary);
    letter-spacing: -0.015em;
    line-height: 1.1;
    margin-bottom: 4px;
}
.sx-iso-stat span {
    font-size: 13px;
    color: var(--sx-ink-soft);
    font-weight: 600;
}
@media (max-width: 700px) {
    .sx-iso-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

/* ── Iso process / 4 stappen ──────────────────────────────────── */
.sx-iso-process {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 16px;
}
.sx-iso-process__head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 36px;
}
.sx-iso-process__head h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 800;
    margin: 8px 0 10px;
    color: var(--sx-ink);
    letter-spacing: -0.02em;
}
.sx-iso-process__head p {
    color: var(--sx-ink-soft);
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}
.sx-iso-process__steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.sx-iso-process__steps li {
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 16px;
    padding: 24px 22px;
    transition: transform .2s, box-shadow .2s;
}
.sx-iso-process__steps li:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 137, 123, 0.10);
}
.sx-iso-process__num {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--sx-primary);
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}
.sx-iso-process__steps h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: var(--sx-ink) !important;
    margin: 0 0 6px !important;
    line-height: 1.3;
}
.sx-iso-process__steps p {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--sx-ink-soft);
    margin: 0;
}
@media (max-width: 900px) {
    .sx-iso-process__steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
    .sx-iso-process__steps { grid-template-columns: 1fr; }
}

/* ── Iso contactform ──────────────────────────────────────────── */
.sx-iso-contact {
    background:
        radial-gradient(circle at 80% 20%, rgba(255,213,79,0.08) 0%, transparent 55%),
        radial-gradient(circle at 20% 80%, rgba(0,137,123,0.08) 0%, transparent 55%),
        linear-gradient(180deg, #F5FAF8 0%, #ffffff 100%);
    padding: 64px 16px;
    border-top: 1px solid var(--sx-line);
    /* Mobile overflow fix: voorkom dat sub-elementen rechts uitsteken */
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
}
.sx-iso-contact * { max-width: 100%; box-sizing: border-box; }
.sx-iso-contact__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: start;
}
.sx-iso-contact__intro h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(26px, 3.4vw, 34px);
    font-weight: 800;
    margin: 6px 0 14px !important;
    color: var(--sx-ink) !important;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.sx-iso-contact__intro p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--sx-ink-soft);
    margin: 0 0 22px;
}
.sx-iso-contact__checks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}
.sx-iso-contact__checks li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14.5px;
    color: var(--sx-ink);
    font-weight: 500;
}
.sx-iso-contact__checks svg {
    color: var(--sx-primary);
    flex: 0 0 auto;
    background: var(--sx-primary-soft);
    padding: 4px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    box-sizing: content-box;
}
.sx-iso-form {
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 18px;
    padding: 32px 28px;
    box-shadow: 0 10px 32px rgba(0, 137, 123, 0.08);
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.sx-iso-form__checks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 12px;
    margin-top: 8px;
}
.sx-iso-form__checks label {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: var(--sx-bg);
    border: 1px solid var(--sx-line);
    border-radius: 8px;
    cursor: pointer;
    font-size: 13.5px;
    transition: border-color .15s, background .15s;
}
.sx-iso-form__checks label:hover {
    background: var(--sx-primary-soft);
    border-color: rgba(0, 137, 123, 0.22);
}
.sx-iso-form__checks input[type="checkbox"] {
    flex: 0 0 auto;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    accent-color: var(--sx-primary);
}
.sx-iso-form__checks label span {
    font-size: 13.5px !important;
    line-height: 1.3;
    font-weight: 500 !important;
}
@media (max-width: 900px) {
    .sx-iso-contact__inner { grid-template-columns: 1fr; gap: 32px; min-width: 0; }
    .sx-iso-contact__inner > * { min-width: 0; max-width: 100%; }
    .sx-iso-form { padding: 22px 16px; }
    .sx-iso-form input, .sx-iso-form select, .sx-iso-form textarea {
        width: 100% !important; max-width: 100%; box-sizing: border-box;
    }
    .sx-iso-form__checks { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .sx-iso-contact { padding: 48px 12px; }
    .sx-iso-form { padding: 20px 14px; border-radius: 14px; }
}

/* ============================================================== */
/* ── Ticket page (page-ticket.php) ─────────────────────────────  */
/* ============================================================== */
.sx-ticket-page { background: var(--sx-bg); }
.sx-ticket-hero {
    background: var(--sx-hero-bg-rich);
    padding: 72px 24px 48px;
    text-align: center;
    border-bottom: 1px solid var(--sx-line);
    position: relative;
    overflow: hidden;
}
.sx-ticket-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    background: rgba(0, 137, 123, 0.10);
    color: var(--sx-primary-dark);
    border: 1px solid rgba(0, 137, 123, 0.22);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.sx-ticket-hero__eyebrow svg { color: var(--sx-primary); flex: 0 0 auto; }
.sx-ticket-hero h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(28px, 4vw, 38px) !important;
    font-weight: 800 !important;
    color: var(--sx-ink) !important;
    margin: 0 0 12px !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.sx-ticket-hero p {
    font-size: 16px;
    line-height: 1.55;
    color: var(--sx-ink-soft);
    margin: 0 auto 18px;
    max-width: 580px;
}
.sx-ticket-hero p strong { color: var(--sx-primary-dark); }
.sx-ticket-hero__chips {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}
.sx-ticket-hero__chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: var(--sx-ink);
    text-decoration: none;
}
.sx-ticket-hero__chip--phone:hover {
    border-color: var(--sx-primary);
    color: var(--sx-primary);
}

.sx-ticket-section { padding: 40px 0 64px; }
.sx-ticket-form-card {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 32px;
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 10px 32px rgba(0, 137, 123, 0.06);
}
.sx-ticket-form { display: flex; flex-direction: column; gap: 14px; }
.sx-ticket-priority { display: flex; gap: 8px; flex-wrap: wrap; }
.sx-ticket-priority label {
    flex: 1 1 auto;
    min-width: 110px;
    padding: 8px 12px !important;
    background: var(--sx-bg);
    border: 1px solid var(--sx-line);
    border-radius: 8px;
    cursor: pointer;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 6px;
    transition: border-color .15s, background .15s;
}
.sx-ticket-priority label:hover { background: var(--sx-primary-soft); }
.sx-ticket-priority label:has(input:checked) {
    border-color: var(--sx-primary);
    background: var(--sx-primary-soft);
}
.sx-ticket-priority input[type="radio"] {
    flex: 0 0 auto;
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    accent-color: var(--sx-primary);
}
.sx-ticket-priority__hint {
    font-size: 12px;
    color: var(--sx-ink-soft);
    font-style: italic;
    margin: 4px 0 0;
}
.sx-ticket-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px solid var(--sx-line);
}
.sx-ticket-form__note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 13px;
    color: var(--sx-ink-soft);
    flex: 1;
    min-width: 0;
}
.sx-ticket-form__footer .sx-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    white-space: nowrap;
}

/* Ticket aside (right column) */
.sx-ticket-aside {
    background: linear-gradient(135deg, var(--sx-primary-soft) 0%, rgba(255,213,79,0.10) 100%);
    border: 1px solid rgba(0, 137, 123, 0.20);
    border-radius: 14px;
    padding: 24px;
}
.sx-ticket-aside h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: var(--sx-primary-dark) !important;
    margin: 0 0 16px !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.sx-ticket-aside ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.sx-ticket-aside li {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 137, 123, 0.15);
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sx-ticket-aside li:last-child { border-bottom: 0; padding-bottom: 0; }
.sx-ticket-aside strong {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--sx-ink-soft);
}
.sx-ticket-aside a {
    font-size: 14px;
    font-weight: 700;
    color: var(--sx-primary-dark);
    text-decoration: none;
}
.sx-ticket-aside a:hover { text-decoration: underline; }
.sx-ticket-aside span {
    font-size: 12.5px;
    color: var(--sx-ink-soft);
}

@media (max-width: 900px) {
    .sx-ticket-form-card { grid-template-columns: 1fr; padding: 24px 20px; gap: 24px; }
    .sx-ticket-form__footer { flex-direction: column; align-items: stretch; gap: 12px; }
    .sx-ticket-form__footer .sx-btn { width: 100%; justify-content: center; }
    .sx-ticket-form__note { justify-content: center; text-align: center; }
}

/* ============================================================== */
/* ── Klantenservice (page-klantenservice.php) ─────────────────── */
/* ============================================================== */
.sx-klantenservice { background: var(--sx-bg); }

/* Hero */
.sx-ks-hero {
    background: var(--sx-hero-bg-rich);
    padding: 80px 24px 60px;
    text-align: center;
    border-bottom: 1px solid var(--sx-line);
    position: relative;
    overflow: hidden;
}
.sx-ks-hero__inner { max-width: 760px; margin: 0 auto; }
.sx-ks-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    background: rgba(0, 137, 123, 0.10);
    color: var(--sx-primary-dark);
    border: 1px solid rgba(0, 137, 123, 0.20);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.sx-ks-hero__title {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    margin: 0 0 14px;
    color: var(--sx-ink);
    letter-spacing: -0.02em;
    line-height: 1.12;
}
.sx-ks-hero__sub {
    font-size: 17px;
    line-height: 1.6;
    color: var(--sx-ink-soft);
    margin: 0 0 22px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.sx-ks-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.sx-ks-hero__chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: var(--sx-ink);
}

/* Contact cards grid */
.sx-ks-cards { padding: 56px 0 32px; }
.sx-ks-cards__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
    gap: 16px;
}
.sx-ks-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
.sx-ks-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 137, 123, 0.28);
    box-shadow: 0 14px 32px rgba(0, 137, 123, 0.10);
    color: inherit;
}
.sx-ks-card--accent {
    background: linear-gradient(135deg, rgba(0, 137, 123, 0.04) 0%, rgba(255, 213, 79, 0.05) 100%);
    border-color: rgba(0, 137, 123, 0.22);
}
.sx-ks-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.sx-ks-card__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}
.sx-ks-card__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--sx-ink-soft);
}
.sx-ks-card__value {
    font-size: 16px;
    font-weight: 700;
    color: var(--sx-ink);
    line-height: 1.25;
    overflow-wrap: anywhere;
}
.sx-ks-card__hint {
    font-size: 12.5px;
    color: var(--sx-ink-soft);
    margin-top: 2px;
}

/* Info section */
.sx-ks-info { padding: 32px 0 72px; }
.sx-ks-info__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}
.sx-ks-info__col h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 800;
    margin: 0 0 20px;
    color: var(--sx-ink);
    letter-spacing: -0.015em;
}
.sx-ks-info__col h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 18px;
    color: var(--sx-primary-dark);
}
.sx-ks-info__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sx-ks-info__list li {
    padding: 18px 0;
    border-bottom: 1px solid var(--sx-line);
}
.sx-ks-info__list li:first-child { padding-top: 0; }
.sx-ks-info__list li:last-child { border-bottom: 0; padding-bottom: 0; }
.sx-ks-info__list strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--sx-ink);
    margin-bottom: 4px;
}
.sx-ks-info__list span {
    display: block;
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--sx-ink-soft);
}
.sx-ks-info__col--business {
    padding: 28px;
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 137, 123, 0.05);
}
.sx-ks-info__dl {
    margin: 0;
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 10px 16px;
    font-size: 14.5px;
}
.sx-ks-info__dl dt {
    font-weight: 700;
    color: var(--sx-ink-soft);
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding-top: 2px;
}
.sx-ks-info__dl dd {
    margin: 0;
    color: var(--sx-ink);
    line-height: 1.5;
}
.sx-ks-info__dl dd a { color: var(--sx-primary-dark); text-decoration: none; font-weight: 600; }
.sx-ks-info__dl dd a:hover { text-decoration: underline; }

@media (max-width: 800px) {
    .sx-ks-hero { padding: 56px 18px 44px; }
    .sx-ks-info__grid { grid-template-columns: 1fr; gap: 32px; }
    .sx-ks-info__dl { grid-template-columns: 100px 1fr; gap: 8px 12px; }
}
@media (max-width: 480px) {
    .sx-ks-cards { padding: 36px 0 16px; }
    .sx-ks-card { padding: 16px; }
    .sx-ks-card__icon { width: 42px; height: 42px; border-radius: 12px; }
    .sx-ks-info__col--business { padding: 22px; }
    .sx-ks-info__dl { grid-template-columns: 1fr; gap: 4px; }
    .sx-ks-info__dl dt { padding-top: 8px; }
}

/* Klantenservice contact-formulier (page-klantenservice.php) */
.sx-ks-contactform { padding: 32px 0 72px; }
.sx-ks-contactform__card {
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: 0 10px 32px rgba(0, 137, 123, 0.06);
}
.sx-ks-contactform__head {
    text-align: center;
    max-width: 540px;
    margin: 0 auto 28px;
}
.sx-ks-contactform__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    background: var(--sx-primary-soft);
    color: var(--sx-primary-dark);
    border: 1px solid rgba(0, 137, 123, 0.20);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.sx-ks-contactform__eyebrow svg { color: var(--sx-primary); flex: 0 0 auto; }
.sx-ks-contactform__head h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(24px, 3vw, 32px) !important;
    font-weight: 800;
    margin: 0 0 10px !important;
    color: #000 !important;
    letter-spacing: -0.015em;
}
.sx-ks-contactform__head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--sx-ink-soft);
}
.sx-ks-contactform__head p strong { color: var(--sx-primary-dark); }

.sx-ks-form { display: flex; flex-direction: column; gap: 16px; }
.sx-ks-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid var(--sx-line);
}
.sx-ks-form__note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 13px;
    color: var(--sx-ink-soft);
    flex: 1 1 auto;
    min-width: 0;
}
.sx-ks-form__footer .sx-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    white-space: nowrap;
}
@media (max-width: 600px) {
    .sx-ks-contactform__card { padding: 24px 20px; border-radius: 16px; }
    .sx-ks-form__footer { flex-direction: column; align-items: stretch; gap: 12px; }
    .sx-ks-form__footer .sx-btn { width: 100%; justify-content: center; }
    .sx-ks-form__note { justify-content: center; text-align: center; }
}

/* ============================================================== */
/* ── EsySunHome advantages section (op ESY product pages) ─────── */
/* ============================================================== */
.sx-esy-advantages {
    margin: 56px auto;
    max-width: 1200px;
    padding: 48px 32px;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 213, 79, 0.06) 0%, transparent 55%),
        radial-gradient(circle at 10% 90%, rgba(0, 137, 123, 0.06) 0%, transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #F5FAF8 100%);
    border: 1px solid var(--sx-line);
    border-radius: 24px;
    box-shadow: 0 10px 32px rgba(0, 137, 123, 0.06);
}
.sx-esy-advantages__head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px;
}
.sx-esy-advantages__eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(0, 137, 123, 0.10);
    color: var(--sx-primary-dark);
    border: 1px solid rgba(0, 137, 123, 0.20);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.sx-esy-advantages__head h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(26px, 3.4vw, 36px) !important;
    font-weight: 800;
    color: #000000 !important;
    margin: 0 0 10px !important;
    letter-spacing: -0.02em;
    line-height: 1.15;
}
.sx-esy-advantages__head p {
    margin: 0;
    font-size: 16px;
    color: var(--sx-ink-soft);
    line-height: 1.55;
}
.sx-esy-advantages__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    gap: 18px;
}
.sx-esy-card {
    background: #ffffff;
    border: 1px solid var(--sx-line);
    border-radius: 18px;
    padding: 24px;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    position: relative;
    overflow: hidden;
}
.sx-esy-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--sx-primary);
}
.sx-esy-card--blue::before   { background: linear-gradient(90deg, #007AFF, #5AC8FA); }
.sx-esy-card--green::before  { background: linear-gradient(90deg, #34C759, #00C7BE); }
.sx-esy-card--amber::before  { background: linear-gradient(90deg, #FF9500, #FFCC00); }
.sx-esy-card--purple::before { background: linear-gradient(90deg, #AF52DE, #FF2D55); }
.sx-esy-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 137, 123, 0.28);
    box-shadow: 0 14px 32px rgba(0, 137, 123, 0.10);
}
.sx-esy-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    background: var(--sx-primary-soft);
    color: var(--sx-primary-dark);
}
.sx-esy-card--blue   .sx-esy-card__icon { background: #E5F1FF; color: #007AFF; }
.sx-esy-card--green  .sx-esy-card__icon { background: #E5F8EE; color: #34C759; }
.sx-esy-card--amber  .sx-esy-card__icon { background: #FFF1E5; color: #FF9500; }
.sx-esy-card--purple .sx-esy-card__icon { background: #F1E5FF; color: #AF52DE; }
.sx-esy-card__title {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px !important;
    font-weight: 800 !important;
    color: var(--sx-ink) !important;
    margin: 0 0 6px !important;
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.sx-esy-card__lead {
    margin: 0 0 16px;
    font-size: 14px;
    color: var(--sx-ink-soft);
    line-height: 1.5;
}
.sx-esy-card__rows {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--sx-line);
}
.sx-esy-card__rows li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid var(--sx-line);
}
.sx-esy-card__rows li:last-child { border-bottom: 0; }
.sx-esy-card__check {
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--sx-primary);
}
.sx-esy-card--blue   .sx-esy-card__check { color: #007AFF; }
.sx-esy-card--green  .sx-esy-card__check { color: #34C759; }
.sx-esy-card--amber  .sx-esy-card__check { color: #FF9500; }
.sx-esy-card--purple .sx-esy-card__check { color: #AF52DE; }
.sx-esy-card__rows li > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.sx-esy-card__rows strong {
    font-size: 14px;
    font-weight: 700;
    color: var(--sx-ink);
    line-height: 1.3;
}
.sx-esy-card__rows span {
    font-size: 12.5px;
    color: var(--sx-ink-soft);
    line-height: 1.4;
}
.sx-esy-advantages__source {
    text-align: center;
    margin: 32px 0 0;
    font-size: 12px;
    color: var(--sx-ink-soft);
    font-style: italic;
}
@media (max-width: 800px) {
    .sx-esy-advantages { padding: 36px 20px; margin: 36px auto; border-radius: 18px; }
    .sx-esy-advantages__head { margin-bottom: 28px; }
    .sx-esy-card { padding: 20px; }
}

/* ============================================================== */
/* ── Product slider (homepage / cross-sell)                       */
/* Wrapper rond .sx-products grid die het in een horizontale       */
/* scroll-slider verandert. NIET actief op .sx-products--grid      */
/* (archive page houdt grid voor AJAX filter).                     */
/* ============================================================== */
.sx-products-slider-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
    position: relative;
}
.sx-products-slider-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    padding: 0 4px 12px;
}
.sx-products-slider-counter {
    font-size: 13px;
    font-weight: 700;
    color: var(--sx-ink-soft);
    letter-spacing: 0.04em;
    margin-right: auto;
}
.sx-products-slider-counter__cur,
.sx-products-slider-counter__tot { color: var(--sx-ink); }
.sx-products-slider-nav {
    display: inline-flex;
    gap: 10px;
}
.sx-products-slider-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--sx-line);
    color: var(--sx-primary-dark);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 137, 123, 0.08);
    transition: transform .15s, background .15s, color .15s, box-shadow .15s;
}
.sx-products-slider-btn:hover {
    background: var(--sx-primary);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 137, 123, 0.22);
}
.sx-products-slider-btn:active { transform: scale(0.96); }

/* Override .sx-products grid → flex slider als slider-modifier aanwezig is */
.sx-products.sx-products--slider {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 20px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 8px 4px 16px;
    margin: 0;
}
.sx-products.sx-products--slider::-webkit-scrollbar { display: none; }
.sx-products.sx-products--slider > .sx-product {
    flex: 0 0 320px;
    width: 320px;
    max-width: 320px;
    scroll-snap-align: start;
    margin: 0;
}
/* CTA-acties in slider-card op één regel naast elkaar (geen wrap) */
.sx-products.sx-products--slider .sx-product__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
    margin-top: auto;
    padding-top: 12px;
}
.sx-products.sx-products--slider .sx-product__actions .sx-btn {
    padding: 9px 14px !important;
    font-size: 12.5px !important;
    white-space: nowrap;
    flex: 0 1 auto;
    min-width: 0;
}
.sx-products.sx-products--slider .sx-product__actions .sx-link {
    white-space: nowrap;
    font-size: 12.5px;
    font-weight: 700;
    flex: 0 0 auto;
}
/* Mobiel: nog iets compacter zodat beide buttons passen op kleine cards */
@media (max-width: 600px) {
    .sx-products.sx-products--slider .sx-product__actions { gap: 8px; }
    .sx-products.sx-products--slider .sx-product__actions .sx-btn {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
    .sx-products.sx-products--slider .sx-product__actions .sx-link { font-size: 12px; }
}
@media (max-width: 900px) {
    .sx-products.sx-products--slider > .sx-product {
        flex: 0 0 280px;
        width: 280px;
    }
}
@media (max-width: 600px) {
    .sx-products.sx-products--slider > .sx-product {
        flex: 0 0 80vw;
        width: 80vw;
        max-width: 320px;
    }
    .sx-products-slider-btn { width: 40px; height: 40px; }
}

/* Oude carousel-namespace blok (nu unused, behouden voor evt. backwards-compat) */
.sx-products-carousel {
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
}
.sx-products-carousel__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 4px;
    margin: 0 0 8px;
}
.sx-products-carousel__counter {
    font-size: 13px;
    font-weight: 700;
    color: var(--sx-ink-soft);
    letter-spacing: 0.04em;
}
.sx-products-carousel__counter span { color: var(--sx-ink); }
.sx-products-carousel__nav {
    display: inline-flex;
    gap: 10px;
}
.sx-products-carousel__btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--sx-line);
    color: var(--sx-primary-dark);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 137, 123, 0.08);
    transition: transform .15s, background .15s, color .15s, box-shadow .15s;
}
.sx-products-carousel__btn:hover {
    background: var(--sx-primary);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 137, 123, 0.22);
}
.sx-products-carousel__btn:active { transform: scale(0.96); }

/* Carousel-track wrapper (niet body-scoped, scope op .sx-products-carousel) */
.sx-products-carousel .sx-carousel {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.sx-products-carousel .sx-carousel__track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 8px 4px 16px;
    margin: 0;
}
.sx-products-carousel .sx-carousel__track::-webkit-scrollbar { display: none; }

/* Co-product cards — global versie (geen .sx-offerte-body scope nodig) */
.sx-products-carousel .sx-co-product {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
    scroll-snap-align: start;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px rgba(14, 42, 38, .06);
    transition: border-color .2s, box-shadow .2s, transform .2s;
    text-decoration: none;
    color: inherit;
    position: relative;
    min-width: 0;
}
.sx-products-carousel .sx-co-product:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(0, 137, 123, .12);
    border-color: rgba(0, 137, 123, 0.20);
}

/* Main click-area (image + body) is een <a> */
.sx-products-carousel .sx-co-product__main {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    flex: 1;
    min-width: 0;
}

/* Media — dezelfde donkere achtergrond als hele site */
.sx-products-carousel .sx-co-product__media {
    width: 100%;
    height: 220px;
    background: linear-gradient(160deg, #0E1A18 0%, #121F1D 60%, #0A1412 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
}
.sx-products-carousel .sx-co-product--hm5  .sx-co-product__media { background: linear-gradient(160deg, #0E1A18 0%, #121F1D 60%, #0A1412 100%); }
.sx-products-carousel .sx-co-product--hm15 .sx-co-product__media { background: linear-gradient(160deg, #14211E 0%, #1A2825 60%, #0E1A18 100%); }
.sx-products-carousel .sx-co-product--hm20 .sx-co-product__media { background: linear-gradient(160deg, #19211F 0%, #20302D 60%, #0E1A18 100%); }
.sx-products-carousel .sx-co-product__media--gradient {
    background: linear-gradient(135deg, var(--sx-primary-soft) 0%, var(--sx-bg-alt, #F5FAF8) 100%);
}
.sx-products-carousel .sx-co-product__photo {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.25));
}

/* Body */
.sx-products-carousel .sx-co-product__body {
    padding: 14px 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 0;
}
.sx-products-carousel .sx-co-product__brand {
    display: inline-block;
    background: var(--sx-primary-soft);
    color: var(--sx-primary);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 3px 8px;
    border-radius: 999px;
    align-self: flex-start;
}
.sx-products-carousel .sx-co-product__title {
    font-size: 17px;
    font-weight: 700;
    color: var(--sx-ink);
    margin: 2px 0 4px;
    line-height: 1.25;
    letter-spacing: -.01em;
}
.sx-products-carousel .sx-co-product__specs {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin: 4px 0 0;
}
.sx-products-carousel .sx-co-product__spec {
    font-size: 11px;
    font-weight: 600;
    color: var(--sx-ink-soft);
    background: var(--sx-bg);
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid var(--sx-line);
}

/* Acties onderin (offerte-knop + meer info link) */
.sx-products-carousel .sx-co-product__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 16px 16px;
}
.sx-products-carousel .sx-co-product__cta {
    flex: 1;
    background: var(--sx-primary);
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: background .15s, transform .15s, box-shadow .15s;
    box-shadow: 0 4px 12px rgba(0, 137, 123, 0.22);
}
.sx-products-carousel .sx-co-product__cta:hover {
    background: var(--sx-primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 137, 123, 0.30);
    color: #fff;
}
.sx-products-carousel .sx-co-product__link {
    font-size: 12px;
    font-weight: 700;
    color: var(--sx-primary-dark);
    text-decoration: none;
    white-space: nowrap;
}
.sx-products-carousel .sx-co-product__link:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 900px) {
    .sx-products-carousel .sx-co-product {
        flex: 0 0 260px;
        width: 260px;
    }
    .sx-products-carousel .sx-co-product__media { height: 180px; }
}
@media (max-width: 600px) {
    .sx-products-carousel .sx-co-product {
        flex: 0 0 calc(80vw - 32px);
        width: calc(80vw - 32px);
        max-width: 300px;
    }
    .sx-products-carousel__btn { width: 40px; height: 40px; }
}

/* ============================================================== */
/* ── Zakelijk (B2B) landing — page-zakelijk.php                   */
/* ============================================================== */
.sx-zakelijk { background: var(--sx-bg); }

/* Hero */
.sx-zk-hero {
    background:
        radial-gradient(ellipse 70% 55% at 90% 5%, rgba(0,137,123,0.34) 0%, transparent 55%),
        radial-gradient(ellipse 60% 60% at 10% 95%, rgba(255,194,71,0.26) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(139,195,74,0.18) 0%, transparent 60%),
        radial-gradient(ellipse 40% 35% at 30% 0%, rgba(0,199,190,0.20) 0%, transparent 55%),
        linear-gradient(160deg, #0E1A18 0%, #14211E 55%, #0A1412 100%);
    padding: 88px 24px 72px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sx-zk-hero__inner { max-width: 820px; margin: 0 auto; }
.sx-zk-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    background: rgba(255, 213, 79, 0.14);
    color: var(--sx-accent);
    border: 1px solid rgba(255, 213, 79, 0.30);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.sx-zk-hero__title {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 800;
    margin: 0 0 18px;
    color: #ffffff !important;
    letter-spacing: -0.02em;
    line-height: 1.4;
}
.sx-zk-hero__accent {
    background: linear-gradient(135deg, #FFC247 0%, #FFE082 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FFC247;
    display: inline-block;
}
.sx-zk-hero__sub {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin: 0 0 28px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.sx-zk-hero__cta-row {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.sx-zk-hero__checks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    justify-content: center;
    font-size: 14px;
    color: rgba(255,255,255,0.90);
}
.sx-zk-hero__checks li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.sx-zk-hero__checks svg { color: var(--sx-accent); flex: 0 0 auto; }

/* Stats bar */
.sx-zk-stats {
    background: #fff;
    border-bottom: 1px solid var(--sx-line);
    padding: 32px 0;
}
.sx-zk-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    text-align: center;
}
.sx-zk-stat strong {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 800;
    color: var(--sx-primary);
    letter-spacing: -0.015em;
    line-height: 1.1;
    margin-bottom: 4px;
}
.sx-zk-stat span {
    font-size: 13px;
    color: var(--sx-ink-soft);
    font-weight: 600;
}
@media (max-width: 700px) {
    .sx-zk-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}

/* Services grid */
.sx-zk-services { padding: 72px 0; }
.sx-zk-services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    gap: 18px;
    margin-top: 40px;
}
.sx-zk-service {
    background: #ffffff;
    border: 1px solid var(--sx-line);
    border-radius: 18px;
    padding: 28px 24px;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    position: relative;
    overflow: hidden;
}
.sx-zk-service::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--sx-primary);
}
.sx-zk-service--blue::before   { background: linear-gradient(90deg, #007AFF, #5AC8FA); }
.sx-zk-service--green::before  { background: linear-gradient(90deg, #34C759, #00C7BE); }
.sx-zk-service--amber::before  { background: linear-gradient(90deg, #FF9500, #FFCC00); }
.sx-zk-service--purple::before { background: linear-gradient(90deg, #AF52DE, #FF2D55); }
.sx-zk-service--teal::before   { background: linear-gradient(90deg, #00897B, #00C7BE); }
.sx-zk-service--coral::before  { background: linear-gradient(90deg, #FF6B6B, #FFB199); }
.sx-zk-service:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 137, 123, 0.30);
    box-shadow: 0 14px 32px rgba(0, 137, 123, 0.10);
}
.sx-zk-service__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    background: var(--sx-primary-soft);
    color: var(--sx-primary-dark);
}
.sx-zk-service--blue   .sx-zk-service__icon { background: #E5F1FF; color: #007AFF; }
.sx-zk-service--green  .sx-zk-service__icon { background: #E5F8EE; color: #34C759; }
.sx-zk-service--amber  .sx-zk-service__icon { background: #FFF1E5; color: #FF9500; }
.sx-zk-service--purple .sx-zk-service__icon { background: #F1E5FF; color: #AF52DE; }
.sx-zk-service--teal   .sx-zk-service__icon { background: #DDF5F2; color: #00897B; }
.sx-zk-service--coral  .sx-zk-service__icon { background: #FFE5E5; color: #FF6B6B; }
.sx-zk-service h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px !important;
    font-weight: 800 !important;
    color: var(--sx-ink) !important;
    margin: 0 0 8px !important;
    line-height: 1.25;
    letter-spacing: -0.01em;
}
.sx-zk-service p {
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--sx-ink-soft);
    margin: 0;
}

/* Fiscaal voordeel */
.sx-zk-fiscaal {
    padding: 72px 0;
    background:
        radial-gradient(ellipse at 100% 0%, rgba(255,213,79,0.10) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(0,137,123,0.06) 0%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #F5FAF8 100%);
}
.sx-zk-fiscaal__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 48px;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
.sx-zk-fiscaal__intro h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    margin: 6px 0 14px;
    color: var(--sx-ink);
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.sx-zk-fiscaal__intro p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--sx-ink-soft);
    margin: 0 0 18px;
}
.sx-link--big {
    font-size: 15px;
    font-weight: 700;
}
.sx-zk-fiscaal__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}
.sx-zk-fiscaal__list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 4px 12px rgba(0, 137, 123, 0.05);
}
.sx-zk-fiscaal__badge {
    flex: 0 0 auto;
    background: linear-gradient(135deg, var(--sx-primary) 0%, var(--sx-primary-dark) 100%);
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.04em;
    padding: 10px 12px;
    border-radius: 10px;
    min-width: 64px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(0, 137, 123, 0.22);
}
.sx-zk-fiscaal__list strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--sx-ink);
    margin-bottom: 4px;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}
.sx-zk-fiscaal__list p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--sx-ink-soft);
}
@media (max-width: 800px) {
    .sx-zk-fiscaal__inner { grid-template-columns: 1fr; gap: 32px; }
}

/* Proces / 4 stappen */
.sx-zk-proces { padding: 72px 0; }
.sx-zk-steps {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    counter-reset: zk-step;
}
.sx-zk-steps li {
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 16px;
    padding: 28px 22px;
    position: relative;
    transition: transform .2s, box-shadow .2s;
}
.sx-zk-steps li:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 137, 123, 0.08);
}
.sx-zk-steps__num {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--sx-primary);
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}
.sx-zk-steps h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px !important;
    font-weight: 800 !important;
    color: var(--sx-ink) !important;
    margin: 0 0 8px !important;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.sx-zk-steps p {
    font-size: 14px;
    line-height: 1.55;
    color: var(--sx-ink-soft);
    margin: 0;
}
@media (max-width: 900px) {
    .sx-zk-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
    .sx-zk-steps { grid-template-columns: 1fr; gap: 16px; }
    .sx-zk-services { padding: 48px 0; }
    .sx-zk-fiscaal { padding: 48px 0; }
    .sx-zk-proces { padding: 48px 0; }
    .sx-zk-hero { padding: 60px 18px 48px; }
}

/* Akkoord-met-voorwaarden checkbox in formulieren */
.sx-form__consent {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: var(--sx-primary-soft);
    border: 1px solid rgba(0, 137, 123, 0.18);
    border-radius: 8px;
    margin: 8px 0 4px;
    cursor: pointer;
    transition: background .15s, border-color .15s;
}
.sx-form__consent:hover {
    background: rgba(0, 137, 123, 0.10);
    border-color: rgba(0, 137, 123, 0.30);
}
.sx-form__consent input[type="checkbox"] {
    flex: 0 0 auto;
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
    cursor: pointer;
    accent-color: var(--sx-primary);
}
.sx-form__consent > span {
    flex: 1;
    font-size: 11.5px !important;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: var(--sx-ink) !important;
    font-weight: 500 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sx-form__consent a {
    color: var(--sx-primary-dark);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.sx-form__consent a:hover { color: var(--sx-primary); }

/* Mobiel: tekst nog iets compacter zodat 'ie ook op smal scherm op 1 regel past */
@media (max-width: 600px) {
    .sx-form__consent { padding: 8px 10px; gap: 6px; }
    .sx-form__consent > span { font-size: 10.5px !important; }
}
@media (max-width: 380px) {
    .sx-form__consent > span { font-size: 9.5px !important; }
}

/* ============================================================== */
/* ── Legal pages (page-legal.php)                                 */
/* /voorwaarden/ /privacy/ /cookies/ /disclaimer/ /kwetsbaarheid/  */
/* ============================================================== */
.sx-legal-page { background: var(--sx-bg); }

/* Hero */
.sx-legal-hero {
    background: var(--sx-hero-bg-rich);
    padding: 72px 24px 56px;
    border-bottom: 1px solid var(--sx-line);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sx-legal-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(0, 137, 123, 0.10);
    color: var(--sx-primary-dark);
    border: 1px solid rgba(0, 137, 123, 0.22);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sx-legal-hero__eyebrow svg { color: var(--sx-primary); flex: 0 0 auto; }
.sx-legal-hero__title {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(30px, 4vw, 44px) !important;
    font-weight: 800 !important;
    color: var(--sx-ink) !important;
    margin: 0 0 14px !important;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.sx-legal-hero__sub {
    font-size: 17px;
    line-height: 1.55;
    color: var(--sx-ink-soft);
    margin: 0 auto 16px;
    max-width: 620px;
}
.sx-legal-hero__meta {
    font-size: 13px;
    color: var(--sx-ink-soft);
    margin: 0;
}
.sx-legal-hero__meta strong { color: var(--sx-primary-dark); }

/* Body: content + sidebar */
.sx-legal-body { padding: 56px 0 72px; }
.sx-legal-body__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 48px;
    align-items: start;
}
@media (max-width: 900px) {
    .sx-legal-body__grid { grid-template-columns: 1fr; gap: 32px; }
}

/* Content typography */
.sx-legal-content {
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 18px;
    padding: 40px 44px;
    box-shadow: 0 8px 24px rgba(0, 137, 123, 0.05);
    color: var(--sx-ink) !important;
    line-height: 1.65;
}
.sx-legal-content > * + * { margin-top: 16px; }
.sx-legal-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(20px, 2.4vw, 24px) !important;
    font-weight: 800 !important;
    color: var(--sx-primary-dark) !important;
    margin: 36px 0 14px !important;
    padding: 0 0 8px;
    border-bottom: 2px solid var(--sx-primary-soft);
    letter-spacing: -0.01em;
}
.sx-legal-content h2:first-child { margin-top: 0 !important; }
.sx-legal-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: var(--sx-ink) !important;
    margin: 24px 0 10px !important;
    letter-spacing: -0.005em;
}
.sx-legal-content p {
    margin: 0 0 12px;
    color: var(--sx-ink) !important;
    font-size: 15px;
    line-height: 1.7;
}
.sx-legal-content p strong { color: var(--sx-ink); font-weight: 700; }
.sx-legal-content a {
    color: var(--sx-primary-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
}
.sx-legal-content a:hover { color: var(--sx-primary); }
.sx-legal-content ol,
.sx-legal-content ul {
    margin: 12px 0 16px;
    padding-left: 24px;
}
.sx-legal-content ol li,
.sx-legal-content ul li {
    margin-bottom: 8px;
    line-height: 1.65;
    color: var(--sx-ink);
}
.sx-legal-content ol > li::marker {
    color: var(--sx-primary);
    font-weight: 700;
}
.sx-legal-content ul > li::marker { color: var(--sx-primary); }
.sx-legal-content ol ol,
.sx-legal-content ul ul,
.sx-legal-content ol ul,
.sx-legal-content ul ol {
    margin: 8px 0;
    padding-left: 22px;
}
.sx-legal-content em {
    color: var(--sx-ink-soft);
    font-style: italic;
}

/* Sidebar */
.sx-legal-sidebar { position: relative; }
.sx-legal-sidebar__sticky { position: sticky; top: 20px; display: flex; flex-direction: column; gap: 20px; }
.sx-legal-sidebar__title {
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    color: var(--sx-ink-soft) !important;
    margin: 0 0 10px !important;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--sx-line);
}
.sx-legal-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 14px;
    overflow: hidden;
}
.sx-legal-sidebar__list li + li {
    border-top: 1px solid var(--sx-line);
}
.sx-legal-sidebar__list a {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--sx-ink);
    text-decoration: none;
    transition: background .15s, color .15s, padding-left .15s;
    position: relative;
}
.sx-legal-sidebar__list a:hover {
    background: var(--sx-primary-soft);
    color: var(--sx-primary-dark);
    padding-left: 20px;
}
.sx-legal-sidebar__list a.is-active {
    background: var(--sx-primary);
    color: #fff !important;
}
.sx-legal-sidebar__list a.is-active:hover {
    background: var(--sx-primary-dark);
    padding-left: 16px;
}
.sx-legal-sidebar__list a.is-active::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: var(--sx-accent);
}

.sx-legal-sidebar__contact {
    background: linear-gradient(135deg, var(--sx-primary-soft) 0%, rgba(255,213,79,0.10) 100%);
    border: 1px solid rgba(0, 137, 123, 0.20);
    border-radius: 14px;
    padding: 20px;
}
.sx-legal-sidebar__contact .sx-legal-sidebar__title {
    border-bottom-color: rgba(0, 137, 123, 0.18);
    color: var(--sx-primary-dark) !important;
}
.sx-legal-sidebar__contact p {
    font-size: 13.5px;
    color: var(--sx-ink);
    line-height: 1.5;
    margin: 0 0 14px;
}
.sx-btn--block { width: 100%; justify-content: center; }

.sx-legal-sidebar__company {
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13.5px;
    line-height: 1.5;
}
.sx-legal-sidebar__company strong {
    color: var(--sx-ink);
    font-size: 14.5px;
    font-weight: 800;
    margin-bottom: 6px;
}
.sx-legal-sidebar__company a {
    color: var(--sx-primary-dark);
    text-decoration: none;
    font-weight: 600;
}
.sx-legal-sidebar__company a:hover { text-decoration: underline; }
.sx-legal-sidebar__sub {
    color: var(--sx-ink-soft);
    font-size: 12px;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid var(--sx-line);
}

/* Downloads-blok in sidebar (alleen op /voorwaarden/) */
.sx-legal-sidebar__downloads {
    background: linear-gradient(135deg, var(--sx-primary-soft) 0%, rgba(255, 213, 79, 0.10) 100%);
    border: 1px solid rgba(0, 137, 123, 0.22);
    border-radius: 14px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sx-legal-sidebar__downloads .sx-legal-sidebar__title {
    border-bottom-color: rgba(0, 137, 123, 0.18);
    color: var(--sx-primary-dark) !important;
    margin-bottom: 4px !important;
}
.sx-legal-dl {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 10px;
    text-decoration: none;
    color: var(--sx-ink);
    transition: transform .15s, border-color .15s, box-shadow .15s;
}
.sx-legal-dl:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 137, 123, 0.35);
    box-shadow: 0 6px 14px rgba(0, 137, 123, 0.10);
    color: var(--sx-ink);
}
.sx-legal-dl__icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: var(--sx-primary-soft);
    color: var(--sx-primary);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}
.sx-legal-dl__icon--coral {
    background: #FFE5E5;
    color: #DC2626;
}
.sx-legal-dl__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.3;
}
.sx-legal-dl__body strong {
    font-size: 13px;
    color: var(--sx-ink);
    font-weight: 700;
    margin-bottom: 1px;
}
.sx-legal-dl__body span {
    font-size: 11.5px;
    color: var(--sx-ink-soft);
    font-weight: 500;
}
.sx-legal-dl__arrow {
    color: var(--sx-ink-soft);
    flex: 0 0 auto;
    transition: transform .15s, color .15s;
}
.sx-legal-dl:hover .sx-legal-dl__arrow {
    color: var(--sx-primary);
    transform: translateY(2px);
}

/* Inhoudsopgave-blok in sidebar */
.sx-legal-sidebar__toc {
    background: #fff;
    border: 1px solid var(--sx-line);
    border-radius: 14px;
    padding: 16px;
}
.sx-legal-sidebar__toc-list {
    list-style: none;
    counter-reset: toc-counter;
    padding: 0;
    margin: 0;
    max-height: 360px;
    overflow-y: auto;
}
.sx-legal-sidebar__toc-list li {
    counter-increment: toc-counter;
    margin-bottom: 0;
    border-bottom: 1px dashed var(--sx-line);
}
.sx-legal-sidebar__toc-list li:last-child { border-bottom: 0; }
.sx-legal-sidebar__toc-list a {
    display: block;
    font-size: 12.5px;
    line-height: 1.45;
    color: var(--sx-ink);
    text-decoration: none;
    padding: 8px 4px 8px 26px;
    position: relative;
    transition: background .15s, color .15s;
}
.sx-legal-sidebar__toc-list a::before {
    content: counter(toc-counter);
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 10px;
    font-weight: 700;
    color: var(--sx-primary);
    width: 22px;
    text-align: right;
    padding-right: 4px;
}
.sx-legal-sidebar__toc-list a:hover {
    background: var(--sx-primary-soft);
    color: var(--sx-primary-dark);
}

@media (max-width: 700px) {
    .sx-legal-hero { padding: 48px 16px 36px; }
    .sx-legal-body { padding: 32px 0 56px; }
    .sx-legal-content { padding: 24px 20px; border-radius: 14px; }
    .sx-legal-content h2 { margin-top: 28px !important; font-size: 19px !important; }
    .sx-legal-sidebar__sticky { position: static; }
}

/* Download-box op /voorwaarden/ (en privacy/disclaimer indien gewenst) */
.sx-legal-download {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    background: linear-gradient(135deg, var(--sx-primary-soft) 0%, rgba(255,213,79,0.10) 100%);
    border: 1px solid rgba(0, 137, 123, 0.28);
    border-radius: 14px;
    margin: 18px 0 32px;
}
.sx-legal-download > svg {
    color: var(--sx-primary);
    flex: 0 0 auto;
}
.sx-legal-download > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}
.sx-legal-download strong {
    font-size: 15px;
    color: var(--sx-ink);
    margin-bottom: 2px;
}
.sx-legal-download span {
    font-size: 13px;
    color: var(--sx-ink-soft);
}
.sx-legal-download .sx-btn {
    flex: 0 0 auto;
    white-space: nowrap;
}
@media (max-width: 600px) {
    .sx-legal-download { flex-direction: column; align-items: stretch; text-align: center; }
    .sx-legal-download > svg { align-self: center; }
}


/* ===== Installaties (collage + lightbox) ===== */
.sx-installs-page {
    background: #f7faf9;
}
.sx-installs-hero {
    background: var(--sx-hero-bg-leaf, linear-gradient(135deg, #e8f5f0, #f7faf9));
    padding: 72px 16px 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sx-installs-hero h1,
.sx-installs-hero p {
    color: var(--sx-ink) !important;
}
.sx-installs-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 137, 123, 0.28);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--sx-primary-dark);
    margin-bottom: 18px;
}
.sx-installs-hero h1 {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.15;
    margin: 0 0 16px;
    font-weight: 800;
}
.sx-installs-hero p {
    font-size: 17px;
    line-height: 1.55;
    color: var(--sx-ink-soft) !important;
    max-width: 680px;
    margin: 0 auto 28px;
}
.sx-installs-hero__stats {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: center;
    align-items: center;
}
.sx-installs-hero__stat {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 137, 123, 0.18);
    border-radius: 999px;
    font-size: 14px;
    color: var(--sx-ink-soft);
    backdrop-filter: blur(4px);
}
.sx-installs-hero__stat strong {
    font-weight: 800;
    color: var(--sx-primary-dark);
    font-size: 15px;
}

.sx-installs-section {
    padding: 48px 0 64px;
}
.sx-installs-section .sx-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Masonry-style collage met CSS columns */
.sx-installs-grid {
    column-count: 3;
    column-gap: 18px;
}
@media (max-width: 1100px) {
    .sx-installs-grid { column-count: 2; }
}
@media (max-width: 640px) {
    .sx-installs-grid { column-count: 1; }
}
.sx-installs-item {
    position: relative;
    margin: 0 0 18px;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 22px rgba(13, 32, 28, 0.08);
    cursor: zoom-in;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    transition: transform .25s ease, box-shadow .25s ease;
}
.sx-installs-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(13, 32, 28, 0.16);
}
.sx-installs-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .4s ease;
}
.sx-installs-item:hover img {
    transform: scale(1.03);
}
.sx-installs-item__caption {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.72) 100%);
    font-size: 14px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
}
.sx-installs-item:hover .sx-installs-item__caption,
.sx-installs-item:focus-within .sx-installs-item__caption {
    opacity: 1;
    transform: translateY(0);
}
.sx-installs-item__title {
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.sx-installs-item__zoom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    color: #fff;
    backdrop-filter: blur(4px);
}

.sx-installs-empty {
    text-align: center;
    padding: 64px 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 22px rgba(13, 32, 28, 0.06);
    max-width: 640px;
    margin: 0 auto;
}
.sx-installs-empty__icon {
    font-size: 48px;
    margin-bottom: 12px;
}
.sx-installs-empty h2 {
    font-size: 22px;
    margin: 0 0 10px;
    color: var(--sx-ink);
}
.sx-installs-empty p {
    color: var(--sx-ink-soft);
    margin: 0 0 22px;
}

/* CTA */
.sx-installs-cta {
    padding: 24px 16px 72px;
}
.sx-installs-cta__card {
    background: linear-gradient(135deg, var(--sx-primary-dark) 0%, var(--sx-primary) 65%, #00a89a 100%);
    border-radius: 20px;
    padding: 48px 36px;
    text-align: center;
    color: #fff;
    box-shadow: 0 18px 50px rgba(0, 137, 123, 0.28);
    position: relative;
    overflow: hidden;
}
.sx-installs-cta__card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 10%, rgba(255, 213, 79, 0.22), transparent 55%);
    pointer-events: none;
}
.sx-installs-cta__card > * { position: relative; z-index: 1; }
.sx-installs-cta__eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 14px;
}
.sx-installs-cta__card h2 {
    color: #fff !important;
    font-size: clamp(22px, 3vw, 30px);
    margin: 0 0 12px;
    font-weight: 800;
    line-height: 1.2;
}
.sx-installs-cta__card p {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 16px;
    line-height: 1.55;
    max-width: 620px;
    margin: 0 auto 24px;
}
.sx-installs-cta__btns {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.sx-installs-cta .sx-btn--outline-light {
    background: transparent;
    color: #fff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
}
.sx-installs-cta .sx-btn--outline-light:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: #fff;
}

/* Lightbox modal */
.sx-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(8, 18, 16, 0.92);
    backdrop-filter: blur(6px);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.sx-lightbox.is-open {
    display: flex;
    animation: sxLbFade .22s ease;
}
@keyframes sxLbFade {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.sx-lightbox__stage {
    position: relative;
    max-width: min(92vw, 1400px);
    max-height: 90vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.sx-lightbox__stage img {
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    background: #111;
}
.sx-lightbox__cap {
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sx-lightbox__cap strong {
    font-size: 16px;
    color: #fff;
}
.sx-lightbox__counter {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 4px;
}
.sx-lightbox__close,
.sx-lightbox__nav {
    position: absolute;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}
.sx-lightbox__close:hover,
.sx-lightbox__nav:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: scale(1.06);
}
.sx-lightbox__close {
    top: 18px;
    right: 18px;
}
.sx-lightbox__nav--prev { left: 18px; top: 50%; transform: translateY(-50%); }
.sx-lightbox__nav--next { right: 18px; top: 50%; transform: translateY(-50%); }
.sx-lightbox__nav--prev:hover { transform: translateY(-50%) scale(1.06); }
.sx-lightbox__nav--next:hover { transform: translateY(-50%) scale(1.06); }
@media (max-width: 640px) {
    .sx-lightbox__close { top: 10px; right: 10px; width: 38px; height: 38px; }
    .sx-lightbox__nav { width: 38px; height: 38px; }
    .sx-lightbox__nav--prev { left: 8px; }
    .sx-lightbox__nav--next { right: 8px; }
}

/* ===== Installaties strip (herbruikbaar, homepage / about / single product / zakelijk) ===== */
.sx-inst-strip {
    padding: 64px 16px;
}
.sx-inst-strip--cream { background: #f7faf9; }
.sx-inst-strip--white { background: #fff; }
.sx-inst-strip--alt   { background: linear-gradient(135deg, #f4f9f7 0%, #fbfcf8 100%); }
.sx-inst-strip--leaf  { background: var(--sx-hero-bg-leaf, #eef7f1); }

.sx-inst-strip .sx-container {
    max-width: 1280px;
    margin: 0 auto;
}
.sx-inst-strip__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.sx-inst-strip__head > div {
    flex: 1 1 auto;
    min-width: 260px;
}
.sx-inst-strip__head h2 {
    margin: 6px 0 8px;
    font-size: clamp(22px, 2.6vw, 30px);
    color: var(--sx-ink);
    font-weight: 800;
    line-height: 1.2;
}
.sx-inst-strip__head p {
    margin: 0;
    color: var(--sx-ink-soft);
    font-size: 15px;
    max-width: 640px;
    line-height: 1.5;
}
.sx-inst-strip__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: var(--sx-primary);
    color: #fff !important;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background .2s ease, transform .2s ease;
    flex: 0 0 auto;
    white-space: nowrap;
}
.sx-inst-strip__link:hover {
    background: var(--sx-primary-dark);
    transform: translateY(-1px);
}

.sx-inst-strip__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, minmax(150px, 1fr));
    gap: 14px;
    min-height: 320px;
}
.sx-inst-strip__tile {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: #ddd;
    text-decoration: none !important;
    box-shadow: 0 6px 18px rgba(13, 32, 28, 0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}
.sx-inst-strip__tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(13, 32, 28, 0.16);
}
.sx-inst-strip__tile--lead {
    grid-column: span 1;
    grid-row: span 2;
}
.sx-inst-strip__tile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.sx-inst-strip__tile:hover img {
    transform: scale(1.04);
}
.sx-inst-strip__cap {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.sx-inst-strip__cap-zoom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 50%;
    color: #fff;
    flex: 0 0 auto;
}

@media (max-width: 900px) {
    .sx-inst-strip__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, minmax(140px, 1fr));
    }
    .sx-inst-strip__tile--lead {
        grid-column: span 2;
        grid-row: span 1;
    }
}
@media (max-width: 560px) {
    .sx-inst-strip { padding: 48px 16px; }
    .sx-inst-strip__head { margin-bottom: 20px; }
    .sx-inst-strip__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        min-height: 0;
    }
    .sx-inst-strip__tile { min-height: 200px; }
    .sx-inst-strip__tile--lead { grid-column: auto; }
}




/* ===== Landingspagina (page-landing.php) ===== */
.sx-lp-page { background: #f7faf9; }
.sx-lp-hero {
    padding: 90px 16px 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sx-lp-bg-rich .sx-lp-hero { background: var(--sx-hero-bg-rich, linear-gradient(135deg, #e8f5f0, #fdf6e3)); }
.sx-lp-bg-warm .sx-lp-hero { background: var(--sx-hero-bg-warm, linear-gradient(135deg, #fff1e2, #ffe6cc)); }
.sx-lp-bg-leaf .sx-lp-hero { background: var(--sx-hero-bg-leaf, linear-gradient(135deg, #e8f5f0, #f0fbf3)); }
.sx-lp-hero h1, .sx-lp-hero p, .sx-lp-hero__eyebrow { color: var(--sx-ink) !important; }
.sx-lp-hero__inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }
.sx-lp-hero__eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 7px 16px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(0, 137, 123, 0.28);
    border-radius: 999px;
    font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--sx-primary-dark) !important;
    margin-bottom: 22px;
}
.sx-lp-hero h1 { font-size: clamp(30px, 4.8vw, 50px); line-height: 1.1; margin: 0 0 18px; font-weight: 800; }
.sx-lp-hero__sub { font-size: 18px; line-height: 1.55; color: var(--sx-ink-soft) !important; max-width: 720px; margin: 0 auto 28px; }
.sx-lp-hero__cta { display: inline-flex; flex-direction: column; align-items: center; gap: 10px; }
.sx-lp-hero__cta-sub { font-size: 13px; color: var(--sx-ink-soft); opacity: 0.85; }

.sx-lp-usps {
    background: #ffffff;
    padding: 28px 16px;
    border-bottom: 1px solid rgba(13, 32, 28, 0.06);
}
.sx-lp-usps__row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
    gap: 14px; align-items: center;
    max-width: 1200px; margin: 0 auto;
}
.sx-lp-usp {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f4f9f7 100%);
    border: 1px solid rgba(0, 137, 123, 0.14);
    border-radius: 12px;
}
.sx-lp-usp__icon { font-size: 22px; line-height: 1; flex: 0 0 auto; }
.sx-lp-usp__label { font-size: 14px; font-weight: 600; color: var(--sx-ink); line-height: 1.35; }

.sx-lp-form-section { padding: 64px 16px 72px; }
.sx-lp-form-grid {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr; gap: 24px;
}
.sx-lp-form-grid--with-product {
    grid-template-columns: 340px minmax(0, 1fr);
    align-items: start;
}
@media (max-width: 880px) { .sx-lp-form-grid--with-product { grid-template-columns: 1fr; } }

.sx-lp-product {
    background: #fff;
    border: 1px solid rgba(13, 32, 28, 0.08);
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 28px rgba(13, 32, 28, 0.06);
    position: sticky; top: 100px;
}
@media (max-width: 880px) { .sx-lp-product { position: static; } }
.sx-lp-product__eyebrow {
    display: inline-block;
    padding: 4px 10px;
    background: rgba(0, 137, 123, 0.10);
    color: var(--sx-primary-dark);
    border-radius: 999px;
    font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    margin-bottom: 14px;
}
.sx-lp-product__img {
    aspect-ratio: 4/3;
    border-radius: 12px; overflow: hidden;
    background: #f4f9f7; margin-bottom: 16px;
}
.sx-lp-product__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sx-lp-product__title { margin: 0 0 4px; font-size: 19px; font-weight: 800; color: var(--sx-ink); }
.sx-lp-product__brand { display: block; color: var(--sx-ink-soft); font-size: 13px; margin-bottom: 14px; }
.sx-lp-product__specs { list-style: none; padding: 0; margin: 0 0 16px; }
.sx-lp-product__specs li {
    padding: 8px 0; font-size: 14px; color: var(--sx-ink-soft);
    border-bottom: 1px dashed rgba(13, 32, 28, 0.08);
}
.sx-lp-product__specs li:last-child { border-bottom: 0; }
.sx-lp-product__specs strong { color: var(--sx-ink); margin-right: 6px; }
.sx-lp-product__price {
    display: flex; align-items: baseline; gap: 6px;
    padding: 10px 14px;
    background: linear-gradient(135deg, var(--sx-primary-soft) 0%, rgba(255, 213, 79, 0.16) 100%);
    border-radius: 10px; margin-bottom: 12px;
}
.sx-lp-product__price-from { font-size: 12px; color: var(--sx-ink-soft); text-transform: uppercase; letter-spacing: 0.04em; }
.sx-lp-product__price strong { font-size: 18px; color: var(--sx-primary-dark); }
.sx-lp-product__link { display: inline-block; font-size: 13px; color: var(--sx-primary); text-decoration: none; font-weight: 600; }
.sx-lp-product__link:hover { color: var(--sx-primary-dark); text-decoration: underline; }

.sx-lp-form-card {
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 14px 36px rgba(13, 32, 28, 0.08);
    border: 1px solid rgba(13, 32, 28, 0.06);
}
@media (max-width: 560px) { .sx-lp-form-card { padding: 24px 20px; } }
.sx-lp-form-card__step {
    display: inline-block; padding: 4px 12px;
    background: rgba(0, 137, 123, 0.10); color: var(--sx-primary-dark);
    border-radius: 999px;
    font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    margin-bottom: 12px;
}
.sx-lp-form-card h2 { margin: 0 0 8px; font-size: clamp(22px, 2.6vw, 28px); font-weight: 800; color: var(--sx-ink); line-height: 1.2; }
.sx-lp-form-card__sub { color: var(--sx-ink-soft); font-size: 15px; line-height: 1.55; margin: 0 0 22px; }
.sx-lp-form-card__trust {
    margin: 18px 0 0; display: flex; align-items: center; gap: 8px;
    font-size: 12px; color: var(--sx-ink-soft);
}
.sx-lp-form-card__trust svg { color: var(--sx-primary); flex: 0 0 auto; }

.sx-lp-close { padding: 12px 16px 80px; }
.sx-lp-close__card {
    max-width: 760px; margin: 0 auto;
    background: linear-gradient(135deg, var(--sx-primary-dark) 0%, var(--sx-primary) 65%, #00a89a 100%);
    border-radius: 20px; padding: 44px 36px;
    color: #fff; text-align: center;
    box-shadow: 0 18px 50px rgba(0, 137, 123, 0.28);
    position: relative; overflow: hidden;
}
.sx-lp-close__card::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 90% 10%, rgba(255, 213, 79, 0.22), transparent 55%);
    pointer-events: none;
}
.sx-lp-close__card > * { position: relative; z-index: 1; }
.sx-lp-close__eyebrow {
    display: inline-block; padding: 6px 14px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    color: #fff; margin-bottom: 14px;
}
.sx-lp-close__card h2 { color: #fff !important; font-size: clamp(22px, 3vw, 30px); margin: 0 0 12px; font-weight: 800; line-height: 1.2; }
.sx-lp-close__card p { color: rgba(255, 255, 255, 0.92) !important; font-size: 15px; line-height: 1.55; max-width: 560px; margin: 0 auto 22px; }
.sx-lp-close__chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 22px; }
.sx-lp-close__chip {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #fff; font-size: 12px; font-weight: 600;
}

/* ===== Admin: Landingspaginas builder ===== */
.sx-lp-admin .sx-lp-empty {
    background: #fff; border: 1px dashed #c5d4d0; border-radius: 10px;
    padding: 28px; text-align: center; margin-top: 20px; color: #5a6b66;
}
.sx-lp-admin .sx-lp-pill {
    display: inline-block; padding: 3px 10px; border-radius: 999px;
    font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
}
.sx-lp-admin .sx-lp-pill--ok    { background: #e7f6f1; color: #00695c; }
.sx-lp-admin .sx-lp-pill--draft { background: #fff4e0; color: #aa6a00; }
.sx-lp-admin--form .sx-lp-grid {
    display: grid; grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px; margin-top: 20px;
}
@media (max-width: 1100px) { .sx-lp-admin--form .sx-lp-grid { grid-template-columns: 1fr; } }
.sx-lp-admin .sx-lp-card {
    background: #fff; border: 1px solid #dde5e2; border-radius: 10px;
    padding: 20px 22px; margin-bottom: 18px;
    box-shadow: 0 1px 0 rgba(13, 32, 28, 0.03);
}
.sx-lp-admin .sx-lp-card h2 {
    margin: 0 0 14px; font-size: 15px; text-transform: uppercase; letter-spacing: 0.06em;
    color: #00695c; border-bottom: 1px solid #e8efed; padding-bottom: 8px;
}
.sx-lp-admin .sx-lp-usps td { padding: 4px 4px 4px 0; border: 0; }
.sx-lp-admin .sx-lp-publish .button-primary { background: #00897b; border-color: #00695c; }
.sx-lp-admin .sx-lp-publish .button-primary:hover { background: #00695c; border-color: #004d40; }

/* ===== Kennisbank single-FAQ template ===== */
.sx-kb-page { background: #f7faf9; }
.sx-kb-crumbs {
    padding: 14px 0;
    background: #fff;
    border-bottom: 1px solid rgba(13, 32, 28, 0.06);
    font-size: 13px;
    color: var(--sx-ink-soft);
}
.sx-kb-crumbs .sx-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.sx-kb-crumbs a { color: var(--sx-primary-dark); text-decoration: none; }
.sx-kb-crumbs a:hover { text-decoration: underline; }
.sx-kb-crumbs span[aria-hidden] { color: #b8c3bf; padding: 0 6px; }
.sx-kb-crumbs span[aria-current] { color: var(--sx-ink); font-weight: 600; }

.sx-kb-hero {
    padding: 56px 16px 40px;
    background: var(--sx-hero-bg-leaf, linear-gradient(135deg, #e8f5f0, #f7faf9));
}
.sx-kb-hero h1 {
    font-size: clamp(26px, 3.4vw, 38px);
    color: var(--sx-ink);
    line-height: 1.18;
    margin: 8px 0 12px;
    font-weight: 800;
}
.sx-kb-hero__eyebrow {
    display: inline-block;
    padding: 5px 14px;
    background: rgba(0, 137, 123, 0.10);
    color: var(--sx-primary-dark);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.sx-kb-hero__meta { font-size: 13px; color: var(--sx-ink-soft); margin: 0; }

.sx-kb-body { padding: 32px 0 64px; }
.sx-kb-body .sx-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 40px;
}
@media (max-width: 900px) { .sx-kb-body .sx-container { grid-template-columns: 1fr; } }

.sx-kb-article {
    background: #fff;
    border-radius: 16px;
    padding: 36px 40px;
    box-shadow: 0 8px 22px rgba(13, 32, 28, 0.05);
    font-size: 16px;
    line-height: 1.7;
    color: var(--sx-ink);
}
.sx-kb-article p { margin: 0 0 16px; }
.sx-kb-article h2 { font-size: 22px; font-weight: 800; margin: 28px 0 12px; color: var(--sx-ink); }
.sx-kb-article h3 { font-size: 18px; font-weight: 700; margin: 22px 0 10px; color: var(--sx-ink); }
.sx-kb-article ul, .sx-kb-article ol { margin: 0 0 18px 20px; padding: 0; }
.sx-kb-article li { margin-bottom: 6px; }
.sx-kb-article a { color: var(--sx-primary); text-decoration: underline; }
.sx-kb-article a:hover { color: var(--sx-primary-dark); }

.sx-kb-cta {
    display: grid;
    grid-template-columns: 60px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 22px 24px;
    background: linear-gradient(135deg, var(--sx-primary-soft) 0%, rgba(255, 213, 79, 0.10) 100%);
    border: 1px solid rgba(0, 137, 123, 0.18);
    border-radius: 14px;
    margin: 28px 0 0;
}
.sx-kb-cta__icon { color: var(--sx-primary); }
.sx-kb-cta h3 { margin: 0 0 4px; font-size: 16px; color: var(--sx-ink); }
.sx-kb-cta p { margin: 0; font-size: 14px; color: var(--sx-ink-soft); }
@media (max-width: 600px) {
    .sx-kb-cta { grid-template-columns: 1fr; text-align: center; }
    .sx-kb-cta__icon { margin: 0 auto; }
}

.sx-kb-sidebar h3 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--sx-primary-dark);
    margin: 0 0 14px;
}
.sx-kb-sidebar__sticky {
    position: sticky;
    top: 100px;
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 6px 16px rgba(13, 32, 28, 0.05);
}
@media (max-width: 900px) { .sx-kb-sidebar__sticky { position: static; } }
.sx-kb-related { list-style: none; padding: 0; margin: 0; }
.sx-kb-related li {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(13, 32, 28, 0.08);
}
.sx-kb-related li:last-child { border-bottom: 0; }
.sx-kb-related a {
    color: var(--sx-ink);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
}
.sx-kb-related a:hover { color: var(--sx-primary-dark); }

/* ===== Import dropzone ===== */
.sx-lp-admin .sx-lp-dropzone {
    border: 2px dashed #b8d2cc;
    border-radius: 12px;
    padding: 32px 20px;
    text-align: center;
    background: #f5fbf9;
    transition: background .2s ease, border-color .2s ease;
    cursor: pointer;
}
.sx-lp-admin .sx-lp-dropzone:hover { background: #ecf7f3; border-color: #00897b; }
.sx-lp-admin .sx-lp-dropzone.is-dragging { background: #d6efe7; border-color: #00695c; border-style: solid; }
.sx-lp-admin .sx-lp-dropzone.is-loaded { background: #e9f6f1; border-color: #00897b; border-style: solid; }
.sx-lp-admin .sx-lp-dropzone__inner svg { color: #00897b; margin-bottom: 6px; }
.sx-lp-admin .sx-lp-dropzone__text { margin: 6px 0 4px; font-size: 15px; color: #0d2422; }
.sx-lp-admin .sx-lp-dropzone__sub  { margin: 0 0 12px; font-size: 12px; color: #5a6b66; }


/* ===== Mobile overflow safety (forceer dat kaartjes nooit uitsteken) ===== */
html, body { overflow-x: hidden; max-width: 100%; }
@media (max-width: 700px) {
    /* Voorkom dat grid-children met breed content de track verbreden */
    .sx-zk-services__grid > *,
    .sx-zk-steps > li,
    .sx-zk-stats__grid > *,
    .sx-zk-fiscaal__list > li,
    .sx-ks-cards__grid > *,
    .sx-esy-advantages__grid > *,
    .sx-helpc-cats > *,
    .sx-agenda > *,
    .sx-product-subsidies-grid > *,
    .sx-lp-usps__row > *,
    .sx-lp-form-grid > *,
    .sx-installs-grid > *,
    .sx-inst-strip__grid > *,
    .sx-iso-grid > *,
    .sx-types-grid > *,
    .sx-section .sx-container * {
        min-width: 0;
        max-width: 100%;
    }
    /* Zakelijk services en steps op mobile single-column */
    .sx-zk-services__grid { grid-template-columns: 1fr !important; gap: 14px; }
    .sx-zk-steps         { grid-template-columns: 1fr !important; gap: 14px; }
    /* Helpcenter cards op mobile single-column */
    .sx-helpc-cats       { grid-template-columns: 1fr !important; }
    /* Klantenservice cards 1 kolom voor luchtige look op mobile */
    .sx-ks-cards__grid   { grid-template-columns: 1fr !important; gap: 12px; }
    /* Reduceer padding op kaarten zodat content niet kromp */
    .sx-zk-service,
    .sx-zk-steps li,
    .sx-ks-card,
    .sx-esy-card,
    .sx-helpc-cat,
    .sx-zk-fiscaal__list li { padding-left: 18px; padding-right: 18px; }
    /* Voorkom dat lange URL/woord-strings overflow forceren */
    .sx-section p, .sx-section li, .sx-section a,
    .sx-section h1, .sx-section h2, .sx-section h3, .sx-section h4, .sx-section h5, .sx-section h6,
    .sx-section strong, .sx-section em, .sx-section span,
    .sx-zk-fiscaal__list strong, .sx-zk-fiscaal__list p,
    .sx-zk-service h3, .sx-zk-service p,
    .sx-zk-steps h3, .sx-zk-steps p,
    .sx-zk-hero__sub, .sx-zk-hero__title { overflow-wrap: anywhere; word-wrap: break-word; hyphens: auto; }
    /* Container 16px padding op klein scherm in plaats van 20px */
    .sx-container { padding: 0 16px; }
}
/* Images en iframes nooit breder dan parent */
img, iframe, video, embed, object, svg { max-width: 100%; height: auto; }

/* ===== Help search (homepage clean live-search interface) ===== */
.sx-helpsearch {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.sx-helpsearch__head { margin-bottom: 28px; }
.sx-helpsearch__eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px;
    background: var(--sx-primary-soft, rgba(0, 137, 123, 0.10));
    color: var(--sx-primary-dark);
    border-radius: 999px;
    font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    margin-bottom: 16px;
}
.sx-helpsearch h2 {
    margin: 0 0 10px;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    color: var(--sx-ink);
    line-height: 1.2;
}
.sx-helpsearch__head p {
    margin: 0;
    color: var(--sx-ink-soft);
    font-size: 15px;
}

.sx-helpsearch__box {
    position: relative;
    margin-bottom: 28px;
}
.sx-helpsearch__field {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid rgba(13, 32, 28, 0.10);
    border-radius: 14px;
    padding: 8px 14px;
    box-shadow: 0 10px 28px rgba(13, 32, 28, 0.06);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.sx-helpsearch__field:focus-within {
    border-color: var(--sx-primary);
    box-shadow: 0 12px 30px rgba(0, 137, 123, 0.16);
}
.sx-helpsearch__icon { color: var(--sx-ink-soft); flex: 0 0 auto; }
.sx-helpsearch__field input {
    flex: 1; min-width: 0;
    border: 0; outline: 0; background: transparent;
    font-size: 16px; padding: 14px 4px;
    color: var(--sx-ink);
}
.sx-helpsearch__field input::placeholder { color: var(--sx-ink-soft); opacity: 0.7; }
.sx-helpsearch__clear {
    background: rgba(13, 32, 28, 0.06);
    border: 0; border-radius: 50%;
    width: 28px; height: 28px;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--sx-ink-soft);
    cursor: pointer;
    transition: background .15s ease;
}
.sx-helpsearch__clear:hover { background: rgba(13, 32, 28, 0.12); color: var(--sx-ink); }

.sx-helpsearch__results {
    margin-top: 10px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 14px 36px rgba(13, 32, 28, 0.10);
    overflow: hidden;
    text-align: left;
}
.sx-helpsearch__hit {
    display: flex; flex-direction: column; gap: 4px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(13, 32, 28, 0.06);
    color: var(--sx-ink);
    text-decoration: none;
    transition: background .12s ease;
}
.sx-helpsearch__hit:last-child { border-bottom: 0; }
.sx-helpsearch__hit:hover, .sx-helpsearch__hit:focus {
    background: rgba(0, 137, 123, 0.04);
}
.sx-helpsearch__hit-q { font-weight: 600; font-size: 15px; line-height: 1.35; }
.sx-helpsearch__hit-s { font-size: 13px; color: var(--sx-ink-soft); line-height: 1.45; }
.sx-helpsearch__hit mark { background: rgba(255, 213, 79, 0.45); color: inherit; padding: 0 2px; border-radius: 2px; font-weight: 700; }
.sx-helpsearch__empty {
    padding: 24px 20px;
    text-align: center;
    color: var(--sx-ink-soft);
}
.sx-helpsearch__empty a { color: var(--sx-primary); }

.sx-helpsearch__popular {
    text-align: left;
    background: rgba(13, 32, 28, 0.02);
    border-radius: 14px;
    padding: 22px 24px;
}
.sx-helpsearch__popular-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--sx-ink-soft);
    margin: 0 0 14px;
}
.sx-helpsearch__popular ul {
    list-style: none;
    padding: 0; margin: 0 0 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 18px;
}
@media (max-width: 700px) {
    .sx-helpsearch__popular ul { grid-template-columns: 1fr; }
}
.sx-helpsearch__popular li a {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 10px 0;
    color: var(--sx-ink);
    text-decoration: none;
    font-size: 14px; line-height: 1.4;
    border-bottom: 1px dashed rgba(13, 32, 28, 0.08);
}
.sx-helpsearch__popular li:last-child a,
.sx-helpsearch__popular li:nth-last-child(2):nth-child(odd) a { border-bottom: 0; }
.sx-helpsearch__popular li a:hover { color: var(--sx-primary-dark); }
.sx-helpsearch__popular li a:hover .sx-helpsearch__arrow { color: var(--sx-primary); transform: translateX(2px); }
.sx-helpsearch__arrow { color: var(--sx-ink-soft); flex: 0 0 auto; transition: transform .15s ease, color .15s ease; }
.sx-helpsearch__q { flex: 1; min-width: 0; }
.sx-helpsearch__all {
    display: inline-block;
    margin-top: 4px;
    font-size: 14px;
    color: var(--sx-primary);
    text-decoration: none;
    font-weight: 600;
}
.sx-helpsearch__all:hover { color: var(--sx-primary-dark); text-decoration: underline; }

/* ===== Newsletter CTA-strip in footer (achtergrond-agnostisch) ===== */
.sx-footer__newsletter-mini {
    padding: 22px 0;
    border-top: 1px solid rgba(13, 32, 28, 0.08);
    border-bottom: 1px solid rgba(13, 32, 28, 0.04);
    background: linear-gradient(135deg, rgba(0, 137, 123, 0.04) 0%, rgba(255, 213, 79, 0.06) 100%);
}
.sx-newsletter-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.sx-newsletter-cta__text {
    display: inline-flex; align-items: center; gap: 10px;
    color: var(--sx-ink);
    font-size: 14px;
    font-weight: 500;
}
.sx-newsletter-cta__text svg { color: var(--sx-primary); flex: 0 0 auto; }
.sx-newsletter-cta__btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 20px;
    background: var(--sx-primary);
    color: #fff;
    border: 0;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    box-shadow:
        0 1px 0 rgba(0,0,0,0.04),
        0 6px 14px rgba(0, 137, 123, 0.20),
        inset 0 1px 0 rgba(255,255,255,0.18);
    transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.sx-newsletter-cta__btn:hover {
    background: var(--sx-primary-dark);
    transform: translateY(-1px);
    box-shadow:
        0 1px 0 rgba(0,0,0,0.04),
        0 10px 22px rgba(0, 137, 123, 0.28),
        inset 0 1px 0 rgba(255,255,255,0.18);
}

/* ===== Newsletter modal ===== */
.sx-newsletter-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.sx-newsletter-modal.is-open { display: flex; animation: sxNlFade .25s ease; }
@keyframes sxNlFade { from { opacity: 0; } to { opacity: 1; } }
.sx-newsletter-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 18, 16, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    cursor: pointer;
}
.sx-newsletter-modal__card {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 460px;
    border-radius: 18px;
    padding: 32px 32px 26px;
    box-shadow:
        0 1px 2px rgba(13, 32, 28, 0.08),
        0 20px 50px rgba(13, 32, 28, 0.22);
    text-align: center;
    animation: sxNlPop .3s cubic-bezier(.2,.8,.2,1);
}
@keyframes sxNlPop {
    from { opacity: 0; transform: translateY(8px) scale(.98); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 540px) { .sx-newsletter-modal__card { padding: 26px 22px 20px; max-width: 100%; } }

.sx-newsletter-modal__close {
    position: absolute;
    top: 12px; right: 12px;
    background: rgba(13, 32, 28, 0.06);
    border: 0;
    width: 36px; height: 36px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--sx-ink-soft);
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}
.sx-newsletter-modal__close:hover { background: rgba(13, 32, 28, 0.12); color: var(--sx-ink); }

.sx-newsletter-modal__icon {
    width: 64px; height: 64px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sx-primary-soft) 0%, rgba(255, 213, 79, 0.18) 100%);
    color: var(--sx-primary-dark);
    display: inline-flex; align-items: center; justify-content: center;
}
.sx-newsletter-modal__card h3 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 800;
    color: var(--sx-ink);
}
.sx-newsletter-modal__intro {
    margin: 0 0 22px;
    color: var(--sx-ink-soft);
    font-size: 14px;
    line-height: 1.5;
}

.sx-newsletter-modal__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}
.sx-newsletter-modal__form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.sx-newsletter-modal__label-text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--sx-ink-soft);
}
.sx-newsletter-modal__form input[type="text"],
.sx-newsletter-modal__form input[type="email"] {
    padding: 11px 14px;
    background: #f7faf9;
    border: 1.5px solid rgba(13, 32, 28, 0.10);
    border-radius: 10px;
    font-size: 14px;
    color: var(--sx-ink);
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.sx-newsletter-modal__form input[type="text"]:focus,
.sx-newsletter-modal__form input[type="email"]:focus {
    outline: 0;
    background: #fff;
    border-color: var(--sx-primary);
    box-shadow: 0 0 0 3px rgba(0, 137, 123, 0.14);
}

.sx-newsletter-modal__consent {
    flex-direction: row !important;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
    background: var(--sx-primary-soft);
    border: 1px solid rgba(0, 137, 123, 0.18);
    border-radius: 8px;
    margin-top: 4px;
}
.sx-newsletter-modal__consent input[type="checkbox"] {
    flex: 0 0 auto;
    width: 16px; height: 16px;
    margin: 2px 0 0;
    accent-color: var(--sx-primary);
    cursor: pointer;
}
.sx-newsletter-modal__consent span {
    font-size: 11.5px;
    line-height: 1.45;
    color: var(--sx-ink);
}
.sx-newsletter-modal__consent a {
    color: var(--sx-primary-dark);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sx-newsletter-modal__form .sx-btn {
    margin-top: 8px;
    justify-content: center;
    width: 100%;
}
.sx-newsletter-modal__trust {
    display: flex; align-items: center; justify-content: center;
    gap: 6px;
    margin: 12px 0 0;
    font-size: 11px;
    color: var(--sx-ink-soft);
    text-align: center;
}
.sx-newsletter-modal__trust svg { color: var(--sx-primary); flex: 0 0 auto; }
.sx-newsletter-modal .sx-honey { display: none; }

@media (max-width: 600px) {
    .sx-newsletter-cta { flex-direction: column; gap: 12px; }
    .sx-newsletter-cta__text { font-size: 13px; }
}

/* ============================================================
   HIGH-END POLISH LAYER (v3.20)
   Verfijnt bestaande componenten zonder layout te wijzigen.
   Multi-layer shadows, refined typography, premium transitions.
   ============================================================ */

/* Typography: schakel ligaturen + kerning aan, smooth font op alle browsers */
body {
    font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Headings: subtieler letter-spacing voor een rustiger ritme */
h1, h2, h3, .sx-section__head h2, .sx-hero h1, .sx-zk-hero__title {
    letter-spacing: -0.018em;
}
h1 { letter-spacing: -0.022em; }

/* Cards: multi-layer shadow voor diepte (vervangt geen bestaande shadows, alleen mooier waar geen specifiek shadow is) */
.sx-card,
.sx-section .sx-card,
.sx-product-card,
.sx-helpc-cats__card,
.sx-ks-card,
.sx-esy-card,
.sx-zk-service,
.sx-zk-steps li,
.sx-lp-form-card {
    box-shadow:
        0 1px 2px rgba(13, 32, 28, 0.04),
        0 6px 14px rgba(13, 32, 28, 0.04),
        0 22px 40px rgba(13, 32, 28, 0.05);
    transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, border-color .2s ease;
}
.sx-card:hover,
.sx-product-card:hover,
.sx-helpc-cats__card:hover,
.sx-ks-card:hover,
.sx-esy-card:hover,
.sx-zk-service:hover,
.sx-zk-steps li:hover {
    box-shadow:
        0 2px 4px rgba(13, 32, 28, 0.06),
        0 10px 24px rgba(13, 32, 28, 0.08),
        0 30px 60px rgba(0, 137, 123, 0.08);
}

/* Buttons: refined inset highlight + premium gradient feel */
.sx-btn {
    position: relative;
    isolation: isolate;
    transition: transform .2s cubic-bezier(.2,.8,.2,1), box-shadow .2s ease, background .2s ease, color .2s ease;
}
.sx-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
    pointer-events: none;
    z-index: 1;
}
.sx-btn--primary,
.sx-btn--accent {
    box-shadow:
        0 1px 0 rgba(0,0,0,0.04),
        0 6px 14px rgba(0, 137, 123, 0.18),
        inset 0 -1px 0 rgba(0,0,0,0.08);
}
.sx-btn--accent {
    box-shadow:
        0 1px 0 rgba(0,0,0,0.05),
        0 6px 14px rgba(255, 152, 0, 0.20),
        inset 0 -1px 0 rgba(0,0,0,0.08);
}
.sx-btn:hover {
    transform: translateY(-1px);
}
.sx-btn--primary:hover {
    box-shadow:
        0 1px 0 rgba(0,0,0,0.04),
        0 10px 22px rgba(0, 137, 123, 0.26),
        inset 0 -1px 0 rgba(0,0,0,0.08);
}
.sx-btn--accent:hover {
    box-shadow:
        0 1px 0 rgba(0,0,0,0.05),
        0 10px 22px rgba(255, 152, 0, 0.30),
        inset 0 -1px 0 rgba(0,0,0,0.08);
}
.sx-btn:active { transform: translateY(0); }

/* Focus states: branded amber ring met offset (toegankelijk + premium) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[role="button"]:focus-visible {
    outline: 2px solid rgba(255, 213, 79, 0.85);
    outline-offset: 2px;
    border-radius: 4px;
}
.sx-btn:focus-visible {
    outline: 2px solid rgba(255, 213, 79, 0.85);
    outline-offset: 3px;
}

/* Form inputs: refined border + focus ring */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea,
select {
    transition: border-color .15s ease, box-shadow .15s ease;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 0 3px rgba(0, 137, 123, 0.12);
}

/* Hero blokken: subtieler radial-licht voor diepte (geen kleurverandering) */
.sx-hero, .sx-zk-hero, .sx-iso-hero, .sx-ks-hero, .sx-lp-hero, .sx-kb-hero,
.sx-installs-hero, .sx-legal-hero, .sx-offerte-hero, .sx-shop-hero {
    position: relative;
}
.sx-hero::after, .sx-zk-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 0%, rgba(255,255,255,0.08), transparent 60%);
    pointer-events: none;
    z-index: 1;
}
.sx-hero > *, .sx-zk-hero > * { position: relative; z-index: 2; }

/* Section headers: subtieler eyebrow met refined letterspacing */
.sx-eyebrow {
    font-feature-settings: 'tnum' 1;
    letter-spacing: 0.08em;
}

/* Links binnen content: refined underline-offset */
.sx-section a:not(.sx-btn):not(.sx-faq-tab):not(.sx-helpsearch__hit) {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(0, 137, 123, 0.35);
    transition: text-decoration-color .15s ease, color .15s ease;
}
.sx-section a:not(.sx-btn):not(.sx-faq-tab):not(.sx-helpsearch__hit):hover {
    text-decoration-color: var(--sx-primary);
}

/* Header: subtle backdrop blur als ie sticky is */
.sx-header.is-sticky,
.sx-shopbar.is-sticky {
    backdrop-filter: saturate(180%) blur(12px);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    background-color: rgba(255, 255, 255, 0.85);
}

/* Help search box: premium glow on focus */
.sx-helpsearch__field:focus-within {
    box-shadow:
        0 0 0 4px rgba(0, 137, 123, 0.10),
        0 14px 32px rgba(0, 137, 123, 0.14);
    border-color: var(--sx-primary);
}

/* Helpsearch results: scale-in animatie */
.sx-helpsearch__results {
    animation: sxFadeUp .18s cubic-bezier(.2,.8,.2,1);
}
@keyframes sxFadeUp {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Footer columns: subtieler kop-styling */
.sx-footer__col h4 {
    letter-spacing: 0.04em;
}

/* Subtle inset highlight op alle "card" achtige elementen */
.sx-product-card, .sx-helpc-cats__card, .sx-zk-service, .sx-zk-steps li,
.sx-ks-card, .sx-esy-card, .sx-lp-form-card, .sx-lp-product, .sx-kb-article {
    position: relative;
}
.sx-product-card::after,
.sx-zk-service::after,
.sx-lp-form-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
    pointer-events: none;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

/* Subtle scrollbar styling (Firefox + WebKit) */
* { scrollbar-width: thin; scrollbar-color: rgba(0,137,123,0.4) transparent; }
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb {
    background: rgba(0, 137, 123, 0.3);
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: padding-box;
}
*::-webkit-scrollbar-thumb:hover { background: rgba(0, 137, 123, 0.55); background-clip: padding-box; border: 2px solid transparent; }

/* Selection: branded color */
::selection { background: rgba(255, 213, 79, 0.50); color: var(--sx-ink); }
::-moz-selection { background: rgba(255, 213, 79, 0.50); color: var(--sx-ink); }

/* Subtieler hover op product preview images */
.sx-lp-product__img img,
.sx-product-card__image img,
.sx-installs-item img {
    transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .25s ease;
}
.sx-lp-product:hover .sx-lp-product__img img,
.sx-product-card:hover img { transform: scale(1.025); }

/* Newsletter mini: smooth button met focus state */
.sx-newsletter-mini button {
    transition: background .15s ease, box-shadow .15s ease, transform .15s ease;
}
.sx-newsletter-mini button:hover {
    box-shadow: 0 4px 12px rgba(255, 213, 79, 0.35);
    transform: translateY(-1px);
}

/* ===== HTML sitemap page ===== */
.sx-sitemap-page { background: #f7faf9; }
.sx-sitemap-page__hero {
    padding: 64px 16px 40px;
    background: var(--sx-hero-bg-leaf, linear-gradient(135deg, #e8f5f0, #f7faf9));
    text-align: center;
}
.sx-sitemap-page__eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(0, 137, 123, 0.10);
    color: var(--sx-primary-dark);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.sx-sitemap-page__hero h1 {
    font-size: clamp(28px, 3.4vw, 38px);
    margin: 0 0 12px;
    color: var(--sx-ink);
    font-weight: 800;
}
.sx-sitemap-page__hero p {
    color: var(--sx-ink-soft);
    max-width: 600px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.55;
}
.sx-sitemap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    gap: 24px;
    padding: 48px 16px;
}
.sx-sitemap-section {
    background: #fff;
    padding: 24px 26px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(13, 32, 28, 0.06);
}
.sx-sitemap-section--full { grid-column: 1 / -1; }
.sx-sitemap-section h2 {
    font-size: 16px;
    font-weight: 800;
    color: var(--sx-primary-dark);
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 137, 123, 0.14);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.sx-sitemap-section ul { list-style: none; padding: 0; margin: 0; }
.sx-sitemap-section li { padding: 6px 0; }
.sx-sitemap-section li a {
    color: var(--sx-ink);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: color .12s ease, padding-left .12s ease;
}
.sx-sitemap-section li a:hover {
    color: var(--sx-primary-dark);
    padding-left: 4px;
}
.sx-sitemap-cats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
    gap: 20px 28px;
}
.sx-sitemap-cat h3 {
    font-size: 13px;
    font-weight: 700;
    color: var(--sx-primary);
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.sx-sitemap-section--xml code {
    background: rgba(0, 137, 123, 0.08);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 13px;
    color: var(--sx-primary-dark);
}

/* Subtle motion-respect voor accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}



