/**
 * Version: 1.2.3
 * Generated: 2026-06-17T14:49:26Z
 * Tool: CSS for the BND Pensioenruimte WordPress plugin.
 * Fix: Keeps styling stable while reviewed copy feedback is applied.
 * Changelog:
 * 1.2.3 - Keeps styling stable while reviewed copy feedback is applied.
 * 1.2.2 - Keeps styling stable while the raw analysis payload is forced into non-expanded reporting fields.
 * 1.2.0 - Keeps styling stable while reporting is split for Excel, PDFMonkey and analysis.
 * 1.1.9 - Keeps the active stylesheet under the canonical asset filename after release cleanup.
 * 1.1.8 - Keeps CSS stable while reporting is moved to the hardened server-side endpoint.
 * 1.1.7 - Adds top spacing above the lead-submit button in the Zapier result form.
 * 1.1.6 - Keeps CSS stable while the built-in Zapier webhook default is set in PHP.
 * 1.1.5 - Reduces large internal whitespace and padding while keeping the same visual hierarchy.
 * 1.1.4 - Styles inline field help, advisor copy and the third Zapier CTA.
 * 1.1.3 - Styles advisor mode, the lead form and the third Zapier CTA.
 * 1.1.2 - Keeps styling stable while hidden inactive scenario values are cleared.
 * 1.1.1 - Keeps the 1.1 layout and supports the 1.1.1 tax-refund display correction.
 * 1.1.0 - Adds styling for current-year income, compact reserve-year buttons and multi-open accordion behavior.
 * 1.0.15 - Keeps styling stable while amount input parsing is updated.
 * 1.0.14 - Keeps styling stable while calculation-flow logic is updated.
 * 1.0.13 - Places approved UPO images inside the matching radio options without extra visible image text.
 * 1.0.12 - Safely renders approved UPO images from normal files and uses explicit plus/minus accordion symbols.
 * 1.0.10 - Ensures the approved Jaarruimte and Factor A images render visibly in the pension-growth-choice block.
 * 1.0.9 - Removes theme/browser chevron leakage and renders scoped plus/minus controls.
 * 1.0.8 - Replaced the accordion chevron glyph with clearer plus and minus controls.
 * 1.0.7 - Styled the approved Jaarruimte and Factor A image labels under the pension-growth-choice question.
 * 1.0.6 - Tightened font weights, line heights, section spacing, year picker styling, button arrows and accordion state details.
 * 1.0.5 - Added compatibility with shortcode-inline font-face CSS and hard scoped font enforcement.
 * 1.0.4 - Forced plugin-local Museo usage with stronger scoped declarations and absolute font-face injection from PHP.
 * 1.0.3 - Added plugin-local Museo font-face mappings for assets/fonts/MuseoSans-300.otf, MuseoSans-500.otf, MuseoSlab-300.otf and MuseoSlab-500.otf.
 * 1.0.2 - Corrected font-family fallbacks to support museo-sans/museo-slab and avoid Georgia-style fallback headings when fonts are unavailable.
 * 1.0.1 - Tightened the design system details for fields, notes, dividers, buttons, accordions and responsive spacing.
 * 1.0.0 - Added plugin-scoped responsive styling based on the reviewed design direction.
 */


@font-face {
    font-family: 'BNDPR Museo Sans';
    src: url('fonts/MuseoSans-300.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BNDPR Museo Sans';
    src: url('fonts/MuseoSans-500.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BNDPR Museo Sans';
    src: url('fonts/MuseoSans-500.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BNDPR Museo Sans';
    src: url('fonts/MuseoSans-500.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BNDPR Museo Slab';
    src: url('fonts/MuseoSlab-300.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BNDPR Museo Slab';
    src: url('fonts/MuseoSlab-500.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BNDPR Museo Slab';
    src: url('fonts/MuseoSlab-500.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.bnd-pensioenruimte {
    --bnd-bg: #f3f3f3;
    --bnd-card: #ffffff;
    --bnd-border: #cdcdcd;
    --bnd-divider: #f3f3f3;
    --bnd-text: #333333;
    --bnd-heading: #474747;
    --bnd-muted: #878787;
    --bnd-brand-blue: #07568a;
    --bnd-accent: #40aacb;
    --bnd-accent-dark: #2386a4;
    --bnd-soft-blue: #f8fcfd;
    --bnd-success: #05a25c;
    --bnd-warning: #fdb81e;
    --bnd-font-sans: 'BNDPR Museo Sans', 'museo-sans', 'MuseoSans', 'Museo Sans', Arial, Helvetica, sans-serif;
    --bnd-font-slab: 'BNDPR Museo Slab', 'museo-slab', 'MuseoSlab', 'Museo Slab', Arial, Helvetica, sans-serif;
    color: var(--bnd-text);
    font-family: var(--bnd-font-sans);
    background: var(--bnd-bg);
    padding: 80px 0 66px;
}

.bnd-pensioenruimte * {
    box-sizing: border-box;
}

.bnd-pensioenruimte button,
.bnd-pensioenruimte input,
.bnd-pensioenruimte select,
.bnd-pensioenruimte textarea {
    font-family: var(--bnd-font-sans);
}

.bnd-pensioenruimte .bnd-wrap {
    width: min(940px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

.bnd-pensioenruimte .bnd-header {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
    text-align: center;
}

.bnd-pensioenruimte h2,
.bnd-pensioenruimte h3,
.bnd-pensioenruimte h4,
.bnd-pensioenruimte p {
    margin-top: 0;
}

.bnd-pensioenruimte .bnd-header h2 {
    margin-bottom: 0;
    font-family: var(--bnd-font-slab);
    font-weight: 400;
    font-size: 32px;
    line-height: 1.1;
    color: var(--bnd-text);
}

.bnd-pensioenruimte .bnd-header p,
.bnd-pensioenruimte .bnd-panel-head p,
.bnd-pensioenruimte .bnd-muted {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--bnd-heading);
}

.bnd-pensioenruimte .bnd-panel {
    overflow: hidden;
    background: var(--bnd-card);
    border: 0;
    border-radius: 8px;
    box-shadow: none;
}

.bnd-pensioenruimte .bnd-panel-head {
    padding: 32px;
    border-bottom: 1px solid var(--bnd-divider);
}

.bnd-pensioenruimte .bnd-panel-head h3,
.bnd-pensioenruimte .bnd-accordion-title strong {
    margin-bottom: 4px;
    font-family: var(--bnd-font-slab);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1;
    color: var(--bnd-heading);
}

.bnd-pensioenruimte .bnd-help,
.bnd-pensioenruimte .bnd-card-note,
.bnd-pensioenruimte .bnd-disclaimer {
    margin-bottom: 0;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

.bnd-pensioenruimte .bnd-form-shell {
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
}

.bnd-pensioenruimte .bnd-form-section {
    padding: 40px 32px;
    border-bottom: 1px solid var(--bnd-divider);
}

.bnd-pensioenruimte .bnd-form-section:last-child {
    border-bottom: 0;
}

.bnd-pensioenruimte .bnd-form-section h4,
.bnd-pensioenruimte .bnd-summary-box h4,
.bnd-pensioenruimte .bnd-tax-box h4 {
    margin-bottom: 12px;
    font-family: var(--bnd-font-sans);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: var(--bnd-heading);
}

.bnd-pensioenruimte .bnd-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.bnd-pensioenruimte .bnd-field,
.bnd-pensioenruimte .bnd-radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bnd-pensioenruimte .bnd-field > span,
.bnd-pensioenruimte .bnd-radio-group > span {
    color: var(--bnd-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte .bnd-field .bnd-help {
    margin-top: -2px;
    font-size: 13px;
    line-height: 1.45;
}

.bnd-pensioenruimte input[type='number'],
.bnd-pensioenruimte input[type='text'],
.bnd-pensioenruimte input[type='email'],
.bnd-pensioenruimte input[type='tel'],
.bnd-pensioenruimte select {
    width: 100%;
    min-height: 48px;
    padding: 0 12px;
    border: 1px solid var(--bnd-border);
    border-radius: 4px;
    background: #fff;
    color: var(--bnd-text);
    font: inherit;
    font-weight: 300;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte select {
    appearance: auto;
}

.bnd-pensioenruimte .bnd-money {
    display: flex;
    min-height: 48px;
}

.bnd-pensioenruimte .bnd-money-prefix {
    width: 43px;
    flex: 0 0 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bnd-border);
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background: var(--bnd-bg);
    color: var(--bnd-muted);
    font-weight: 400;
}

.bnd-pensioenruimte .bnd-money input {
    border-radius: 0 4px 4px 0;
}

.bnd-pensioenruimte input:focus,
.bnd-pensioenruimte select:focus {
    outline: 0;
    border-color: var(--bnd-accent);
    box-shadow: 0 0 0 3px rgba(64, 170, 203, 0.16);
}

.bnd-pensioenruimte .bnd-inline-options {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
}

.bnd-pensioenruimte .bnd-inline-options--stacked {
    flex-direction: column;
    gap: 8px;
}

.bnd-pensioenruimte .bnd-option-note {
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}


.bnd-pensioenruimte .bnd-upo-visuals {
    display: grid;
    gap: 8px;
    margin-top: 6px;
}

.bnd-pensioenruimte .bnd-upo-visual {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 10px 12px;
    border: 1px solid var(--bnd-divider);
    border-radius: 4px;
    background: #fff;
}

.bnd-pensioenruimte .bnd-upo-visual img {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: block;
    object-fit: contain;
}

.bnd-pensioenruimte .bnd-upo-visual span {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte .bnd-inline-options label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--bnd-text);
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.bnd-pensioenruimte input[type='radio'],
.bnd-pensioenruimte input[type='checkbox'] {
    width: 16px;
    height: 16px;
    min-height: 16px;
    flex: 0 0 16px;
    margin: 0;
    padding: 0;
    appearance: none;
    border: 1px solid var(--bnd-border);
    background: #fff;
    box-shadow: none;
    cursor: pointer;
}

.bnd-pensioenruimte input[type='radio'] {
    border-radius: 999px;
}

.bnd-pensioenruimte input[type='radio']:checked {
    border-color: var(--bnd-accent);
    background: radial-gradient(circle at center, var(--bnd-accent) 0 38%, #fff 41% 100%);
}

.bnd-pensioenruimte input[type='checkbox'] {
    border-color: #9cbbd0;
    border-radius: 4px;
}

.bnd-pensioenruimte input[type='checkbox']:checked {
    position: relative;
    border-color: var(--bnd-brand-blue);
    background: var(--bnd-brand-blue);
}

.bnd-pensioenruimte input[type='checkbox']:checked::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 8px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.bnd-pensioenruimte input[type='radio']:focus,
.bnd-pensioenruimte input[type='checkbox']:focus {
    outline: 0;
    box-shadow: none;
}

.bnd-pensioenruimte .bnd-year-picker {
    padding: 40px 32px 0;
}

.bnd-pensioenruimte .bnd-year-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 32px;
}

.bnd-pensioenruimte .bnd-year-list label {
    min-height: 41px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--bnd-border);
    border-radius: 4px;
    background: #fff;
    color: var(--bnd-text);
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}

.bnd-pensioenruimte .bnd-year-list label:has(input:checked) {
    border-color: var(--bnd-brand-blue);
    background: var(--bnd-soft-blue);
}

.bnd-pensioenruimte .bnd-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    padding: 24px 32px 32px;
    border-top: 1px solid var(--bnd-divider);
}

.bnd-pensioenruimte .bnd-result .bnd-actions,
.bnd-pensioenruimte .bnd-cta-block .bnd-actions {
    justify-content: flex-start;
    padding: 0;
    border-top: 0;
}

.bnd-pensioenruimte .bnd-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.bnd-pensioenruimte .bnd-btn--primary {
    background: var(--bnd-accent);
    color: #fff;
}

.bnd-pensioenruimte .bnd-btn--primary:hover {
    background: var(--bnd-accent-dark);
    color: #fff;
}

.bnd-pensioenruimte .bnd-btn--secondary {
    border-color: var(--bnd-heading);
    background: #fff;
    color: var(--bnd-heading);
}

.bnd-pensioenruimte .bnd-result,
.bnd-pensioenruimte .bnd-summary-box,
.bnd-pensioenruimte .bnd-tax-box {
    margin: 24px 32px 32px;
    padding: 24px;
    border: 1px solid var(--bnd-border);
    border-radius: 8px;
    background: #fff;
}

.bnd-pensioenruimte .bnd-result > .bnd-summary-box,
.bnd-pensioenruimte .bnd-result > .bnd-tax-box {
    margin: 24px 0 0;
}

.bnd-pensioenruimte .bnd-result h3 {
    margin-bottom: 8px;
    color: var(--bnd-heading);
    font-family: var(--bnd-font-slab);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
}

.bnd-pensioenruimte .bnd-amount {
    margin-bottom: 8px;
    color: var(--bnd-success);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

.bnd-pensioenruimte .bnd-conclusion {
    margin: 16px 0 0;
    font-weight: 400;
}

.bnd-pensioenruimte .bnd-breakdown {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.bnd-pensioenruimte .bnd-breakdown div,
.bnd-pensioenruimte .bnd-calc-lines div {
    padding: 12px;
    border: 1px solid var(--bnd-divider);
    border-radius: 4px;
    background: var(--bnd-soft-blue);
}

.bnd-pensioenruimte .bnd-breakdown span,
.bnd-pensioenruimte .bnd-calc-lines span {
    display: block;
    color: var(--bnd-muted);
    font-size: 13px;
}

.bnd-pensioenruimte .bnd-breakdown strong,
.bnd-pensioenruimte .bnd-calc-lines strong {
    display: block;
    margin-top: 4px;
    color: var(--bnd-text);
    font-weight: 600;
}

.bnd-pensioenruimte .bnd-calc-lines {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.bnd-pensioenruimte .bnd-calc-lines div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.bnd-pensioenruimte .bnd-table-wrap {
    margin-top: 24px;
    overflow-x: auto;
}

.bnd-pensioenruimte table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.bnd-pensioenruimte th,
.bnd-pensioenruimte td {
    padding: 10px 12px;
    border: 1px solid var(--bnd-divider);
    text-align: left;
}

.bnd-pensioenruimte thead th {
    background: var(--bnd-brand-blue);
    color: #fff;
}

.bnd-pensioenruimte .bnd-error {
    display: none;
    margin: 16px 32px 0;
    padding: 12px 14px;
    border: 1px solid #f0c6c6;
    border-radius: 4px;
    background: #fff0f0;
    color: #9f1f1f;
}

.bnd-pensioenruimte .bnd-accordion-list {
    display: grid;
    gap: 16px;
    padding: 16px 32px 40px;
}

.bnd-pensioenruimte .bnd-accordion-item {
    overflow: hidden;
    border: 1px solid var(--bnd-border);
    border-radius: 8px;
    background: #fff;
}

.bnd-pensioenruimte .bnd-accordion-trigger {
    width: 100%;
    min-height: 102px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 24px;
    border: 0;
    background: #fff;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.bnd-pensioenruimte .bnd-accordion-trigger:focus {
    outline: 0;
}

.bnd-pensioenruimte .bnd-accordion-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bnd-pensioenruimte .bnd-accordion-title > span:first-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.bnd-pensioenruimte .bnd-status {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 5px 8px;
    border: 1px solid var(--bnd-warning);
    border-radius: 360px;
    background: rgba(253, 184, 30, 0.1);
    color: var(--bnd-warning);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.bnd-pensioenruimte .bnd-status--ready,
.bnd-pensioenruimte .bnd-status--done {
    border-color: var(--bnd-success);
    background: rgba(5, 162, 92, 0.1);
    color: var(--bnd-success);
}

.bnd-pensioenruimte .bnd-status--empty {
    border-color: var(--bnd-warning);
    background: rgba(253, 184, 30, 0.1);
    color: var(--bnd-warning);
}

.bnd-pensioenruimte .bnd-year-amount {
    color: var(--bnd-success);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}

.bnd-pensioenruimte .bnd-accordion-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bnd-heading);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.bnd-pensioenruimte .bnd-accordion-body {
    border-top: 1px solid var(--bnd-divider);
}

.bnd-pensioenruimte .bnd-accordion-body .bnd-form-section {
    padding-left: 32px;
    padding-right: 32px;
}

.bnd-pensioenruimte .bnd-cta-block {
    margin-top: 24px;
}

.bnd-pensioenruimte .bnd-cta-block p {
    margin-bottom: 12px;
}

.bnd-pensioenruimte .is-hidden {
    display: none !important;
}

@media (max-width: 900px) {
    .bnd-pensioenruimte {
        padding: 32px 0;
    }

    .bnd-pensioenruimte .bnd-header h2 {
        font-size: 28px;
    }

    .bnd-pensioenruimte .bnd-grid,
    .bnd-pensioenruimte .bnd-breakdown {
        grid-template-columns: 1fr;
    }

    .bnd-pensioenruimte .bnd-field--placeholder {
        display: none;
    }

    .bnd-pensioenruimte .bnd-panel-head,
    .bnd-pensioenruimte .bnd-form-section,
    .bnd-pensioenruimte .bnd-year-picker,
    .bnd-pensioenruimte .bnd-actions,
    .bnd-pensioenruimte .bnd-accordion-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bnd-pensioenruimte .bnd-result,
    .bnd-pensioenruimte .bnd-summary-box,
    .bnd-pensioenruimte .bnd-tax-box,
    .bnd-pensioenruimte .bnd-error {
        margin-left: 20px;
        margin-right: 20px;
    }

    .bnd-pensioenruimte .bnd-result > .bnd-summary-box,
    .bnd-pensioenruimte .bnd-result > .bnd-tax-box {
        margin-left: 0;
        margin-right: 0;
    }

    .bnd-pensioenruimte .bnd-actions {
        justify-content: stretch;
    }

    .bnd-pensioenruimte .bnd-btn {
        width: 100%;
    }

    .bnd-pensioenruimte .bnd-accordion-trigger {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .bnd-pensioenruimte .bnd-calc-lines div {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* v1.0.4: keep the tool isolated from Elementor/theme font overrides. */
.bnd-pensioenruimte,
.bnd-pensioenruimte *:not(svg):not(path) {
    font-family: var(--bnd-font-sans) !important;
}

.bnd-pensioenruimte .bnd-header h2,
.bnd-pensioenruimte .bnd-panel-head h3,
.bnd-pensioenruimte .bnd-result h3 {
    font-family: var(--bnd-font-slab) !important;
}

.bnd-pensioenruimte .bnd-form-section h4,
.bnd-pensioenruimte .bnd-summary-box h4,
.bnd-pensioenruimte .bnd-tax-box h4,
.bnd-pensioenruimte .bnd-field > span,
.bnd-pensioenruimte .bnd-radio-group > span {
    font-family: var(--bnd-font-sans) !important;
}


/* v1.0.6: designer-review alignment overrides. */
.bnd-pensioenruimte .bnd-wrap {
    gap: 16px;
}

.bnd-pensioenruimte .bnd-header {
    gap: 12px;
    margin-bottom: 24px;
}

.bnd-pensioenruimte .bnd-header p {
    color: #474747;
}

.bnd-pensioenruimte .bnd-panel-head {
    padding: 32px;
}

.bnd-pensioenruimte .bnd-form-section {
    padding: 40px 32px;
}

.bnd-pensioenruimte .bnd-form-section h4,
.bnd-pensioenruimte .bnd-summary-box h4,
.bnd-pensioenruimte .bnd-tax-box h4 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #474747;
}

.bnd-pensioenruimte .bnd-form-section > .bnd-help,
.bnd-pensioenruimte .bnd-year-picker > .bnd-help {
    color: #5b5b5b;
}

.bnd-pensioenruimte .bnd-field .bnd-help,
.bnd-pensioenruimte .bnd-radio-group .bnd-help,
.bnd-pensioenruimte .bnd-card-note,
.bnd-pensioenruimte .bnd-disclaimer {
    color: #878787;
    line-height: 1.25;
}

.bnd-pensioenruimte .bnd-field > span,
.bnd-pensioenruimte .bnd-radio-group > span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte .bnd-year-picker .bnd-field > span {
    color: #474747;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}

.bnd-pensioenruimte .bnd-year-list {
    margin-top: 32px;
}

.bnd-pensioenruimte .bnd-year-list label {
    min-height: 41px;
    padding: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}

.bnd-pensioenruimte input[type='number'],
.bnd-pensioenruimte input[type='text'],
.bnd-pensioenruimte input[type='email'],
.bnd-pensioenruimte input[type='tel'],
.bnd-pensioenruimte select {
    min-height: 48px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte .bnd-money-prefix {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte .bnd-inline-options label,
.bnd-pensioenruimte .bnd-option-note {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte .bnd-option-note {
    color: #5b5b5b;
}

.bnd-pensioenruimte .bnd-btn {
    min-height: 48px;
    padding: 15px 24px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.bnd-pensioenruimte .bnd-panel > .bnd-actions .bnd-btn--primary::after {
    content: '→';
    margin-left: 8px;
    font-size: 16px;
    line-height: 1;
}

.bnd-pensioenruimte .bnd-accordion-list {
    gap: 16px;
    padding: 16px 32px 40px;
}

.bnd-pensioenruimte .bnd-accordion-trigger {
    min-height: 102px;
    padding: 24px;
}

.bnd-pensioenruimte .bnd-accordion-title strong {
    font-family: var(--bnd-font-slab) !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    color: #474747;
}

.bnd-pensioenruimte .bnd-status {
    min-height: 20px;
    padding: 6px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
}

.bnd-pensioenruimte .bnd-year-amount {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.bnd-pensioenruimte .bnd-accordion-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 900px) {
    .bnd-pensioenruimte {
        padding: 48px 0;
    }

    .bnd-pensioenruimte .bnd-header {
        margin-bottom: 24px;
    }

    .bnd-pensioenruimte .bnd-year-list {
        margin-top: 20px;
    }
}


/* v1.0.7+: approved Dutch Tax Administration icon guidance at the pension-growth-choice question. */
.bnd-pensioenruimte .bnd-upo-reference-wrap {
    margin-top: 8px;
}

.bnd-pensioenruimte .bnd-upo-approved {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bnd-pensioenruimte .bnd-upo-visuals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 0;
}

.bnd-pensioenruimte .bnd-upo-visual {
    margin: 0;
    min-height: 92px;
    padding: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.bnd-pensioenruimte .bnd-upo-visual img {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    display: block;
    object-fit: contain;
}

.bnd-pensioenruimte .bnd-upo-visual figcaption,
.bnd-pensioenruimte .bnd-upo-visual span {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte .bnd-upo-approved-help {
    margin: 0;
}

@media (max-width: 900px) {
    .bnd-pensioenruimte .bnd-upo-visuals {
        grid-template-columns: 1fr;
    }

    .bnd-pensioenruimte .bnd-upo-visual {
        min-height: 84px;
    }

    .bnd-pensioenruimte .bnd-upo-visual img {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }
}

/* v1.0.9: keep reserve-year accordion icons fully scoped and block theme chevrons. */
.bnd-pensioenruimte .bnd-accordion-trigger {
    -webkit-appearance: none !important;
    appearance: none !important;
}

.bnd-pensioenruimte .bnd-accordion-trigger::before,
.bnd-pensioenruimte .bnd-accordion-trigger::after,
.bnd-pensioenruimte .bnd-accordion-icon::after {
    content: none !important;
    display: none !important;
}

.bnd-pensioenruimte .bnd-accordion-icon {
    position: relative;
    overflow: hidden;
    text-indent: 0 !important;
    font-family: var(--bnd-font-sans) !important;
    text-transform: none !important;
}

.bnd-pensioenruimte .bnd-accordion-icon::before {
    content: '+' !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #333333;
    font-family: var(--bnd-font-sans) !important;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}

.bnd-pensioenruimte .bnd-accordion-trigger[aria-expanded='true'] .bnd-accordion-icon::before {
    content: '−' !important;
}


/* v1.0.12: safe visible UPO image guidance and explicit accordion symbols. */
.bnd-pensioenruimte .bnd-upo-reference-wrap {
    display: block;
    margin-top: 12px;
}

.bnd-pensioenruimte .bnd-upo-approved {
    display: block;
}

.bnd-pensioenruimte .bnd-upo-visuals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 10px;
}

.bnd-pensioenruimte .bnd-upo-visual {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 84px;
    margin: 0;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #ffffff;
}

.bnd-pensioenruimte .bnd-upo-visual img {
    display: block;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    object-fit: contain;
}

.bnd-pensioenruimte .bnd-upo-visual span,
.bnd-pensioenruimte .bnd-upo-visual figcaption {
    display: block;
    color: #474747;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.bnd-pensioenruimte .bnd-upo-approved-help {
    margin: 0;
}

.bnd-pensioenruimte .bnd-accordion-symbol {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}

.bnd-pensioenruimte .bnd-accordion-trigger .bnd-accordion-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.bnd-pensioenruimte .bnd-accordion-trigger .bnd-accordion-icon::before {
    content: '+' !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #333333 !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
}

.bnd-pensioenruimte .bnd-accordion-trigger[aria-expanded='true'] .bnd-accordion-icon::before {
    content: '−' !important;
}

.bnd-pensioenruimte .bnd-accordion-trigger .bnd-accordion-icon::after,
.bnd-pensioenruimte .bnd-accordion-trigger::before,
.bnd-pensioenruimte .bnd-accordion-trigger::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 900px) {
    .bnd-pensioenruimte .bnd-upo-visuals {
        grid-template-columns: 1fr;
    }
}

/* v1.0.13: approved UPO images are part of the radio options, without extra visible captions. */
.bnd-pensioenruimte .bnd-inline-options--stacked .bnd-upo-choice {
    width: 100%;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center !important;
    column-gap: 8px;
    row-gap: 8px;
}

.bnd-pensioenruimte .bnd-upo-choice-text {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px;
    min-width: 0;
}

.bnd-pensioenruimte .bnd-upo-choice-image {
    width: 64px;
    height: 64px;
    display: block;
    object-fit: contain;
}

.bnd-pensioenruimte .bnd-upo-reference-wrap,
.bnd-pensioenruimte .bnd-upo-approved,
.bnd-pensioenruimte .bnd-upo-visuals,
.bnd-pensioenruimte .bnd-upo-visual,
.bnd-pensioenruimte .bnd-upo-approved-help {
    display: none !important;
}

@media (max-width: 600px) {
    .bnd-pensioenruimte .bnd-inline-options--stacked .bnd-upo-choice {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .bnd-pensioenruimte .bnd-upo-choice-image {
        grid-column: 2;
        width: 56px;
        height: 56px;
    }
}


.bnd-pensioenruimte input.is-invalid {
    border-color: #E66082 !important;
    box-shadow: 0 0 0 1px #E66082 !important;
}

/* v1.1.0: current-year income input, compact reserve-year buttons and multi-open accordions. */
.bnd-pensioenruimte .bnd-tax-income-shell .bnd-form-section {
    border-bottom: 0;
}

.bnd-pensioenruimte .bnd-grid--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 426px;
}

.bnd-pensioenruimte .bnd-year-list {
    flex-wrap: nowrap;
    gap: 6px;
}

.bnd-pensioenruimte .bnd-year-list label {
    min-height: 38px;
    gap: 6px;
    padding: 10px 8px;
    white-space: nowrap;
}

.bnd-pensioenruimte .bnd-year-list input[type='checkbox'] {
    flex: 0 0 16px;
}

.bnd-pensioenruimte .bnd-accordion-trigger {
    font-family: var(--bnd-font-sans);
}

.bnd-pensioenruimte .bnd-accordion-symbol {
    pointer-events: none;
}

@media (max-width: 900px) {
    .bnd-pensioenruimte .bnd-year-list {
        flex-wrap: wrap;
    }

    .bnd-pensioenruimte .bnd-grid--single {
        max-width: none;
    }
}


/* v1.1.3: regular/advisor audience mode and Zapier lead form. */
.bnd-pensioenruimte .bnd-btn--tertiary {
    border-color: var(--bnd-heading);
    background: #fff;
    color: var(--bnd-heading);
}

.bnd-pensioenruimte .bnd-lead-form {
    margin-top: 16px;
    padding: 24px;
    border: 1px solid var(--bnd-border);
    border-radius: 8px;
    background: var(--bnd-grey-bg);
}

.bnd-pensioenruimte .bnd-lead-form h4 {
    margin: 0 0 8px;
    color: var(--bnd-heading);
    font-family: var(--bnd-font-slab);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.15;
}

.bnd-pensioenruimte .bnd-lead-form .bnd-grid {
    margin-top: 16px;
}

.bnd-pensioenruimte .bnd-checkbox-line {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--bnd-text);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

.bnd-pensioenruimte .bnd-checkbox-line input {
    margin-top: 2px;
    flex: 0 0 auto;
}

.bnd-pensioenruimte .bnd-lead-actions {
    justify-content: flex-start;
    padding: 16px 0 0;
    border-top: 0;
}

.bnd-pensioenruimte .bnd-lead-message {
    display: none;
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
}

.bnd-pensioenruimte .bnd-lead-message.is-error,
.bnd-pensioenruimte .bnd-lead-message.is-success {
    display: block;
}

.bnd-pensioenruimte .bnd-lead-message.is-error {
    border: 1px solid #E66082;
    background: rgba(230, 96, 130, 0.08);
    color: #333333;
}

.bnd-pensioenruimte .bnd-lead-message.is-success {
    border: 1px solid #05A25C;
    background: rgba(5, 162, 92, 0.08);
    color: #333333;
}

@media (max-width: 600px) {
    .bnd-pensioenruimte .bnd-lead-form {
        padding: 20px;
    }
}

/* v1.1.5: compact spacing pass to reduce visually heavy 32px whitespace. */
.bnd-pensioenruimte {
    padding: 56px 0 48px;
}

.bnd-pensioenruimte .bnd-header {
    margin-bottom: 16px;
}

.bnd-pensioenruimte .bnd-panel-head {
    padding: 24px;
}

.bnd-pensioenruimte .bnd-form-section {
    padding: 28px 24px;
}

.bnd-pensioenruimte .bnd-grid {
    gap: 20px;
    margin-top: 24px;
}

.bnd-pensioenruimte .bnd-year-picker {
    padding: 28px 24px 0;
}

.bnd-pensioenruimte .bnd-year-list {
    margin-top: 20px;
}

.bnd-pensioenruimte .bnd-actions {
    padding: 20px 24px 24px;
}

.bnd-pensioenruimte .bnd-result,
.bnd-pensioenruimte .bnd-summary-box,
.bnd-pensioenruimte .bnd-tax-box {
    margin: 20px 24px 24px;
    padding: 20px;
}

.bnd-pensioenruimte .bnd-error {
    margin: 12px 24px 0;
}

.bnd-pensioenruimte .bnd-accordion-list {
    gap: 12px;
    padding: 12px 24px 28px;
}

.bnd-pensioenruimte .bnd-accordion-trigger {
    min-height: 84px;
    padding: 18px 20px;
}

.bnd-pensioenruimte .bnd-accordion-body .bnd-form-section {
    padding-left: 24px;
    padding-right: 24px;
}

.bnd-pensioenruimte .bnd-lead-form {
    padding: 20px;
}

@media (max-width: 900px) {
    .bnd-pensioenruimte {
        padding: 28px 0;
    }

    .bnd-pensioenruimte .bnd-header {
        margin-bottom: 16px;
    }

    .bnd-pensioenruimte .bnd-panel-head {
        padding: 20px 16px;
    }

    .bnd-pensioenruimte .bnd-form-section {
        padding: 24px 16px;
    }

    .bnd-pensioenruimte .bnd-year-picker {
        padding: 24px 16px 0;
    }

    .bnd-pensioenruimte .bnd-actions {
        padding: 16px 16px 20px;
    }

    .bnd-pensioenruimte .bnd-result,
    .bnd-pensioenruimte .bnd-summary-box,
    .bnd-pensioenruimte .bnd-tax-box,
    .bnd-pensioenruimte .bnd-error {
        margin-left: 16px;
        margin-right: 16px;
    }

    .bnd-pensioenruimte .bnd-result,
    .bnd-pensioenruimte .bnd-summary-box,
    .bnd-pensioenruimte .bnd-tax-box,
    .bnd-pensioenruimte .bnd-lead-form {
        padding: 16px;
    }

    .bnd-pensioenruimte .bnd-accordion-list {
        padding: 12px 16px 24px;
    }

    .bnd-pensioenruimte .bnd-accordion-trigger {
        min-height: 0;
        padding: 16px;
    }

    .bnd-pensioenruimte .bnd-accordion-body .bnd-form-section {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* v1.1.7: add breathing room above the lead form submit button. */
.bnd-pensioenruimte .bnd-lead-form .bnd-lead-actions,
.bnd-pensioenruimte .bnd-cta-block .bnd-lead-form .bnd-lead-actions,
.bnd-pensioenruimte .bnd-result .bnd-lead-form .bnd-lead-actions {
    padding: 16px 0 0;
    border-top: 0;
}
