/* ═══════════════════════════════════════════════════════════════
   Forthing Configurator — Design System 2025
   Één schoon bestand, geen duplicaten of cascade-conflicten.
   ═══════════════════════════════════════════════════════════════ */

/* ── 0. Globale focus-reset (overschrijft Astra roze) ──────── */
.fc-wrap button:focus:not(:focus-visible):not(.fc-kleur-swatch),
.fc-wrap a:focus:not(:focus-visible),
.fc-wrap [tabindex]:focus:not(:focus-visible) {
    background-color: inherit !important;
    color: inherit !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}
.fc-wrap button:focus-visible,
.fc-wrap a:focus-visible,
.fc-wrap [tabindex]:focus-visible {
    outline: 2px solid #d7000f !important;
    outline-offset: 2px !important;
    box-shadow: none !important;
    background-color: inherit !important;
}

/* ── 1. Standalone configuratorpagina (uniek, geen conflict) ── */

.fc-configurator-pagina {
    background: #ffffff;
    padding-bottom: 96px;
}

.fc-configurator-pagina__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
}

.fc-configurator-pagina__body { padding-top: 56px; }

/* Witte topbalk: breadcrumb */
.fc-configurator-pagina__topbalk {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}
.fc-configurator-pagina__topbalk .fc-configurator-pagina__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
}

.fc-configurator-pagina__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.45);
}
.fc-configurator-pagina__breadcrumb a {
    color: rgba(0,0,0,0.45);
    text-decoration: none;
    transition: color .2s;
}
.fc-configurator-pagina__breadcrumb a:hover { color: #0a0a0a; }

.fc-configurator-pagina__kop-label {
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.35);
}

/* Lichtgrijze sectie: eyebrow + titel + subtitel */
.fc-configurator-pagina__header {
    background: #f5f5f5;
    border-bottom: 1px solid #ebebeb;
    padding: 40px 0 48px;
}

.fc-configurator-pagina__intro {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fc-configurator-pagina__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d7000f;
}
.fc-configurator-pagina__eyebrow::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1.5px;
    background: #d7000f;
    flex-shrink: 0;
}

.fc-configurator-pagina__titel {
    font-family: 'Orbitron', sans-serif;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #0a0a0a;
    margin: 0;
    line-height: 1.05;
}

.fc-configurator-pagina__subtitel {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.55);
    margin: 0;
    max-width: 560px;
    line-height: 1.6;
}

.fc-configurator-pagina .fc-wrap { max-width: none; }

@media (max-width: 1024px) {
    .fc-configurator-pagina__inner { padding: 0 32px; }
    .fc-configurator-pagina__titel { font-size: 34px; }
}
@media (max-width: 768px) {
    .fc-configurator-pagina__inner { padding: 0 20px; }
    .fc-configurator-pagina__titel { font-size: 26px; }
    .fc-configurator-pagina__body  { padding-top: 32px; }
    .fc-spin-viewer {
        right: 10px;
        bottom: 10px;
        gap: 0;
        border: 1px solid rgba(0,0,0,0.14);
        background: rgba(255,255,255,0.9);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }
    .fc-spin-indicator,
    .fc-spin-fullscreen {
        min-height: 32px;
        border: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }
    .fc-spin-indicator {
        padding: 0 9px;
        gap: 6px;
        font-size: 10px;
        letter-spacing: 0.5px;
    }
    .fc-spin-orbit {
        width: 14px;
        height: 14px;
    }
    .fc-spin-fullscreen {
        width: 32px;
        border-left: 1px solid rgba(0,0,0,0.12);
        font-size: 14px;
    }
}

/* ── 2. Samenvatting-kaart (uniek, niet in widget) ─────────── */

.fc-samenvatting-kaart {
    margin-top: 0;
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 24px;
    background: #ffffff;
}

.fc-samenvatting-kaart__titel {
    font-family: 'Manrope', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.35);
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.fc-samenvatting-kaart__titel::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 1.5px;
    background: rgba(0,0,0,0.25);
    flex-shrink: 0;
}

.fc-samenvatting-kaart__model {
    font-family: 'Orbitron', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0a0a0a;
    margin: 0 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.fc-spin-viewer {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0;
    font-family: 'Manrope', sans-serif;
    border: 1px solid rgba(0,0,0,0.14);
    background: rgba(255,255,255,0.9);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.fc-spin-viewer[hidden] { display: none; }

.fc-spin-indicator,
.fc-spin-fullscreen {
    min-height: 32px;
    border: 0;
    background: transparent;
    color: #0a0a0a;
}

.fc-spin-indicator {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 9px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
}

.fc-spin-orbit {
    width: 14px;
    height: 14px;
    border: 1.5px solid currentColor;
    border-left-color: transparent;
    border-radius: 50%;
    position: relative;
}

.fc-spin-orbit::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 1px;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
}

.fc-spin-fullscreen {
    width: 32px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    border-left: 1px solid rgba(0,0,0,0.12);
}

.fc-spin-fullscreen:hover {
    border-color: #d7000f;
    color: #d7000f;
}

/* Overzicht: selectie-samenvatting (label | waarde) */
.fc-wrap .fc-samenvatting-kaart .fc-totaal-balk {
    border: none;
    padding: 0;
    background: none;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
}

.fc-wrap .fc-samenvatting-kaart .fc-overzicht {
    padding: 0;
    margin-bottom: 0;
}

.fc-wrap .fc-samenvatting-kaart .fc-overzicht-rij {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    padding: 5px 0;
    border-bottom: none;
}

.fc-wrap .fc-samenvatting-kaart .fc-overzicht-label {
    font-size: 11px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    flex-shrink: 0;
}
.fc-wrap .fc-samenvatting-kaart .fc-overzicht-waarde {
    font-size: 11px;
    font-weight: 500;
    color: #0a0a0a;
    text-align: right;
}

/* Prijs-breakdown */
.fc-wrap .fc-samenvatting-kaart .fc-prijs-breakdown {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}
.fc-wrap .fc-samenvatting-kaart .fc-prijs-rij {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 4px 0;
}
.fc-wrap .fc-samenvatting-kaart .fc-prijs-rij-label {
    font-size: 11px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
}
.fc-wrap .fc-samenvatting-kaart .fc-prijs-rij-bedrag {
    font-size: 11px;
    font-weight: 500;
    color: #0a0a0a;
}
.fc-wrap .fc-samenvatting-kaart .fc-prijs-rij-bedrag--extra {
    color: rgba(0,0,0,0.55);
}

/* Totaalrij */
.fc-wrap .fc-samenvatting-kaart .fc-totaal-rij {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 14px 0 4px;
    border-top: 1.5px solid #e0e0e0;
    margin-top: 12px;
    border-bottom: none;
}
.fc-wrap .fc-samenvatting-kaart .fc-totaal-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0,0,0,0.45);
}
.fc-wrap .fc-samenvatting-kaart .fc-totaal-indicatief {
    font-size: 9px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(0,0,0,0.3);
    font-style: normal;
}
.fc-wrap .fc-samenvatting-kaart .fc-totaal-prijs {
    font-size: 24px;
    font-weight: 400;
    color: #d7000f;
    letter-spacing: -0.5px;
}
.fc-wrap .fc-samenvatting-kaart .fc-totaal-btw {
    font-size: 10px;
    font-weight: 400;
    color: rgba(0,0,0,0.35);
    margin: 0 0 20px;
    padding: 0;
    text-align: right;
}

/* CTA-knoppen in samenvatting */
.fc-wrap .fc-samenvatting-kaart .fc-offerte-sectie { margin-top: 0; }
.fc-wrap .fc-samenvatting-kaart .fc-cta-rij {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Gedeelde knop-basis voor samenvatting */
.fc-wrap .fc-samenvatting-kaart .fc-offerte-btn,
.fc-wrap .fc-samenvatting-kaart .fc-proefrit-btn,
.fc-wrap .fc-samenvatting-kaart .fc-submit-btn,
.fc-wrap .fc-samenvatting-kaart .fc-annuleer-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
    box-shadow: none;
    text-decoration: none;
    line-height: 1;
}

/* Primaire knop: rood gevuld */
.fc-wrap .fc-samenvatting-kaart .fc-offerte-btn,
.fc-wrap .fc-samenvatting-kaart .fc-submit-btn {
    background: #d7000f;
    color: #ffffff;
    border: 2px solid #d7000f;
}
.fc-wrap .fc-samenvatting-kaart .fc-offerte-btn:hover,
.fc-wrap .fc-samenvatting-kaart .fc-submit-btn:hover:not(:disabled) {
    background: #b5000c;
    border-color: #b5000c;
    color: #ffffff;
}
.fc-wrap .fc-samenvatting-kaart .fc-submit-btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* Secundaire knop: omlijnd */
.fc-wrap .fc-samenvatting-kaart .fc-proefrit-btn,
.fc-wrap .fc-samenvatting-kaart .fc-annuleer-btn {
    background: transparent;
    color: #0a0a0a;
    border: 1.5px solid rgba(0,0,0,0.28);
}
.fc-wrap .fc-samenvatting-kaart .fc-proefrit-btn:hover,
.fc-wrap .fc-samenvatting-kaart .fc-annuleer-btn:hover {
    border-color: #0a0a0a;
    background: transparent;
    color: #0a0a0a;
}

/* Pijl in knoppen */
.fc-wrap .fc-samenvatting-kaart .fc-btn-arrow {
    display: inline-block;
    width: 14px;
    border-bottom: 1.5px solid currentColor;
    position: relative;
    flex-shrink: 0;
    transition: transform .25s ease;
}
.fc-wrap .fc-samenvatting-kaart .fc-btn-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    transform: rotate(45deg);
}
.fc-wrap .fc-samenvatting-kaart .fc-offerte-btn:hover .fc-btn-arrow,
.fc-wrap .fc-samenvatting-kaart .fc-proefrit-btn:hover .fc-btn-arrow,
.fc-wrap .fc-samenvatting-kaart .fc-submit-btn:hover .fc-btn-arrow,
.fc-wrap .fc-samenvatting-kaart .fc-annuleer-btn:hover .fc-btn-arrow { transform: translateX(4px); }

/* ── 3. Widget: scoped reset + tokens ──────────────────────── */

.fc-wrap,
.fc-wrap *,
.fc-wrap *::before,
.fc-wrap *::after {
    box-sizing: border-box;
}

.fc-wrap {
    --fc-accent:       #D7000F;
    --fc-accent-light: rgba(215,0,15,0.05);
    --fc-text:         #0a0a0a;
    --fc-muted:        rgba(0,0,0,0.45);
    --fc-border:       #e8e8e8;
    --fc-border-mid:   #d1d5db;
    --fc-radius:       0px;
    --fc-ease:         cubic-bezier(.2,.7,.2,1);

    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: var(--fc-text);
    max-width: 900px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}

.fc-wrap button {
    font-family: 'Manrope', sans-serif;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: left;
}

.fc-wrap input,
.fc-wrap textarea,
.fc-wrap select {
    font-family: 'Manrope', sans-serif;
}

/* ── 4. Foto-layout ────────────────────────────────────────── */

.fc-wrap .fc-foto-sectie {
    overflow: hidden;
}

.fc-wrap .fc-foto-stage {
    position: relative;
    background: #ffffff;
}

.fc-wrap .fc-foto-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: opacity 200ms var(--fc-ease);
    cursor: grab;
    user-select: none;
    -webkit-user-drag: none;
    touch-action: pan-y;
}

.fc-wrap .fc-foto-img--dragging {
    cursor: grabbing;
}

.fc-wrap .fc-foto-stage:fullscreen {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.fc-wrap .fc-foto-stage:fullscreen .fc-foto-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fc-wrap.fc-foto-links,
.fc-wrap.fc-foto-rechts {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: none;
}

.fc-wrap.fc-foto-rechts {
    flex-direction: row-reverse;
}

.fc-wrap.fc-foto-links .fc-foto-sectie,
.fc-wrap.fc-foto-rechts .fc-foto-sectie {
    width: 38%;
    flex-shrink: 0;
    align-self: flex-start;
    position: sticky;
    top: 2rem;
}

.fc-wrap.fc-foto-links .fc-configurator-inhoud,
.fc-wrap.fc-foto-rechts .fc-configurator-inhoud {
    flex: 1;
    min-width: 0;
}

@media (max-width: 900px) {
    .fc-wrap.fc-foto-links,
    .fc-wrap.fc-foto-rechts {
        flex-direction: column;
    }
    .fc-wrap.fc-foto-links .fc-foto-sectie,
    .fc-wrap.fc-foto-rechts .fc-foto-sectie {
        width: 100%;
        position: static;
    }
}

/* ── 5. Stap-headers ───────────────────────────────────────── */

.fc-wrap .fc-stap {
    padding-top: 20px;
    margin-bottom: 0;
}
.fc-wrap .fc-stap:first-child { padding-top: 0; }

.fc-wrap .fc-stap-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #0a0a0a;
    margin: 0 -16px;
    padding: 14px 16px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s ease, color 0.15s ease;
    border-radius: 2px;
}
.fc-wrap .fc-stap-header:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #d7000f;
}
.fc-wrap .fc-stap-header:hover .fc-stap-chevron {
    opacity: 0.8;
}
.fc-wrap .fc-stap-header[aria-expanded="false"] {
    border-bottom-color: transparent;
}
.fc-wrap .fc-stap-chevron {
    display: inline-block;
    margin-left: auto;
    width: 9px;
    height: 9px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease, opacity 0.15s ease;
    flex-shrink: 0;
    opacity: 0.35;
}
.fc-wrap .fc-stap-header[aria-expanded="true"] .fc-stap-chevron {
    transform: rotate(-135deg);
}
.fc-wrap .fc-stap-inhoud {
    overflow: hidden;
}

.fc-wrap .fc-stap-nr {
    display: inline;
    font-size: 11px;
    font-weight: 400;
    color: rgba(0,0,0,0.3);
    letter-spacing: 0;
    background: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
    min-width: unset;
    line-height: inherit;
}

/* ── 6. Uitvoeringen: flex-rijen (dot | naam | specs | prijs) */

.fc-wrap .fc-uitvoeringen-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid #e8e8e8;
    margin-top: 16px;
}

.fc-wrap .fc-uitvoering-item {
    display: flex;
    flex-direction: column;
}

/* Kaart: horizontale flexbox */
.fc-wrap .fc-uitvoering-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    border-left: 3px solid transparent;
    background: #ffffff;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    cursor: pointer;
    transition: background .15s ease, border-left-color .15s ease;
}
.fc-wrap .fc-uitvoering-item:last-child .fc-uitvoering-card {
    border-bottom: none;
}

/* Radio-dot via ::before */
.fc-wrap .fc-uitvoering-card::before {
    content: '';
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    background: #ffffff;
    display: block;
    transition: border-color .15s, background .15s;
}

/* Actief: rode linkerrand + gevulde dot */
.fc-wrap .fc-uitvoering-card.fc-actief {
    border-left-color: #d7000f;
    background: rgba(215,0,15,0.025);
}
.fc-wrap .fc-uitvoering-card.fc-actief::before {
    border-color: #d7000f;
    background: #d7000f;
    box-shadow: inset 0 0 0 3px #ffffff;
}
.fc-wrap .fc-uitvoering-card:hover:not(.fc-actief) {
    background: #fafafa;
}

/* Naam: vast, specs neemt resterende ruimte → duwt prijs rechts */
.fc-wrap .fc-uitvoering-naam {
    display: block;
    font-family: 'Orbitron', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #0a0a0a;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    letter-spacing: 0.1px;
}
.fc-wrap .fc-uitvoering-specs {
    display: block;
    font-size: 11px;
    color: rgba(0,0,0,0.4);
    margin: 0;
    padding: 0;
    flex: 1;
    min-width: 0;
    line-height: 1.4;
}
.fc-wrap .fc-uitvoering-prijs {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #0a0a0a;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-align: right;
    flex-shrink: 0;
}
.fc-wrap .fc-uitvoering-card.fc-actief .fc-uitvoering-prijs {
    color: #d7000f;
}

/* Specs-knop onder de uitvoering-kaart */
.fc-wrap .fc-specs-kaart-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 10px 20px;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #d7000f;
    background: transparent;
    border: none;
    border-top: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    text-align: left;
    text-transform: none;
    transition: color .15s;
}
.fc-wrap .fc-specs-kaart-btn:hover { color: #b5000c; }

.fc-wrap .fc-specs-kaart-arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-left: 2px;
}

/* ── 7. Kleuren ────────────────────────────────────────────── */

.fc-wrap .fc-kleur-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    align-items: flex-start;
    margin-top: 16px;
    padding: 4px 0 4px 4px;
}

.fc-wrap .fc-kleur-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    width: 62px;
}

.fc-wrap .fc-kleur-swatch {
    display: block;
    width: 62px;
    height: 44px;
    border-radius: 0;
    border: 2px solid transparent;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.18);
    cursor: pointer;
    padding: 0;
    transition: transform 150ms var(--fc-ease), box-shadow 150ms var(--fc-ease);
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
}
/* Metallieke lak-schijn */
.fc-wrap .fc-kleur-swatch::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.55) 0%,
        rgba(255,255,255,0.12) 38%,
        rgba(0,0,0,0.06) 55%,
        rgba(255,255,255,0.22) 100%
    );
    pointer-events: none;
}
.fc-wrap .fc-kleur-swatch:hover { transform: scale(1.04); }
.fc-wrap .fc-kleur-swatch.fc-actief {
    box-shadow: 0 0 0 2.5px #d7000f;
    transform: scale(1.04);
}

.fc-wrap .fc-kleur-label {
    display: block;
    width: 62px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.45);
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}
.fc-wrap .fc-kleur-label.fc-actief { color: #d7000f; }


/* ── 8. Accessoires ────────────────────────────────────────── */

.fc-wrap .fc-accessoire-notitie {
    margin: 16px 0 0;
    padding: 12px 16px;
    background: #fef2f2;
    border-left: 3px solid #d7000f;
    font-size: 13px;
    line-height: 1.5;
    color: #4c4948;
}
.fc-wrap .fc-accessoire-notitie strong {
    color: #d7000f;
    font-weight: 700;
}

.fc-wrap .fc-accessoires-lijst {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 0;
}

.fc-wrap .fc-accessoire {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    background: transparent;
    cursor: pointer;
    transition: background .15s;
}
.fc-wrap .fc-accessoire:last-child { border-bottom: none; }
.fc-wrap .fc-accessoire:hover { background: #fafafa; }

/* Custom checkbox */
.fc-wrap .fc-accessoire input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    min-width: 17px;
    border: 1.5px solid #d1d5db;
    background: #fff;
    border-radius: 0;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    transition: background .15s, border-color .15s;
    margin: 0;
    padding: 0;
}
.fc-wrap .fc-accessoire input[type="checkbox"]:checked {
    background: #d7000f;
    border-color: #d7000f;
}
.fc-wrap .fc-accessoire input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.fc-wrap .fc-accessoire-foto {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex-shrink: 0;
    background: #f5f5f5;
    border-radius: 2px;
}

.fc-wrap .fc-accessoire-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}
.fc-wrap .fc-accessoire-naam {
    display: block;
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
    font-weight: 800;
    color: #0a0a0a;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
    text-transform: none;
}
.fc-wrap .fc-accessoire-beschrijving {
    display: block;
    font-size: 11px;
    color: rgba(0,0,0,0.45);
    line-height: 1.4;
    margin: 0;
    padding: 0;
}
.fc-wrap .fc-accessoire-prijs {
    display: block;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    color: rgba(0,0,0,0.55);
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

/* ── 9. Totaalbalk + overzicht (stand-alone widget) ────────── */

.fc-wrap .fc-totaal-balk {
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.fc-wrap .fc-overzicht { padding: 1rem 1.25rem 0; }

.fc-wrap .fc-overzicht-rij {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e8e8e8;
}
.fc-wrap .fc-overzicht-rij:last-child { border-bottom: none; }

.fc-wrap .fc-overzicht-label {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.45);
    flex-shrink: 0;
}
.fc-wrap .fc-overzicht-waarde {
    font-size: 12px;
    font-weight: 500;
    color: #0a0a0a;
    text-align: right;
}

.fc-wrap .fc-prijs-breakdown {
    padding: 0.5rem 1.25rem 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 0.5rem;
}
.fc-wrap .fc-prijs-rij {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 4px 0;
}
.fc-wrap .fc-prijs-rij-label {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.45);
}
.fc-wrap .fc-prijs-rij-bedrag {
    font-size: 12px;
    font-weight: 500;
    color: #0a0a0a;
}
.fc-wrap .fc-prijs-rij-bedrag--extra { color: rgba(0,0,0,0.55); }

.fc-wrap .fc-totaal-rij {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-top: 1px solid #d1d5db;
    margin-top: 0.5rem;
}
.fc-wrap .fc-totaal-label {
    display: block;
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(0,0,0,0.45);
    margin: 0;
}
.fc-wrap .fc-totaal-indicatief {
    font-size: 9px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(0,0,0,0.3);
    font-style: normal;
}
.fc-wrap .fc-totaal-prijs {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #d7000f;
    margin: 0;
    letter-spacing: -0.3px;
}
.fc-wrap .fc-totaal-btw {
    font-size: 10px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    margin: 0 0 0;
    padding: 0 1.25rem 0.75rem;
    text-align: right;
}

/* ── 10. CTA-knoppen (standalone widget) ───────────────────── */

.fc-wrap .fc-cta-rij {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.5rem;
}

/* Gedeelde basis */
.fc-wrap .fc-offerte-btn,
.fc-wrap .fc-proefrit-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 24px;
    height: 48px;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
    text-decoration: none;
    line-height: 1;
    border: 2px solid;
}

.fc-wrap .fc-offerte-btn {
    background: #d7000f;
    color: #ffffff;
    border-color: #d7000f;
}
.fc-wrap .fc-offerte-btn:hover,
.fc-wrap .fc-offerte-btn:focus {
    background: #b5000c;
    border-color: #b5000c;
    color: #ffffff;
    text-decoration: none;
}

.fc-wrap .fc-proefrit-btn {
    background: transparent;
    color: #0a0a0a;
    border-color: rgba(0,0,0,0.28);
}
.fc-wrap .fc-proefrit-btn:hover,
.fc-wrap .fc-proefrit-btn:focus {
    border-color: #0a0a0a;
    background: transparent;
    color: #0a0a0a;
    text-decoration: none;
}

.fc-wrap .fc-btn-arrow {
    display: inline-block;
    width: 14px;
    border-bottom: 1.5px solid currentColor;
    position: relative;
    flex-shrink: 0;
    vertical-align: middle;
    transition: transform .25s ease;
}
.fc-wrap .fc-btn-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    transform: rotate(45deg);
}
.fc-wrap .fc-offerte-btn:hover .fc-btn-arrow,
.fc-wrap .fc-offerte-btn:focus .fc-btn-arrow,
.fc-wrap .fc-proefrit-btn:hover .fc-btn-arrow,
.fc-wrap .fc-proefrit-btn:focus .fc-btn-arrow,
.fc-wrap .fc-submit-btn:hover .fc-btn-arrow,
.fc-wrap .fc-submit-btn:focus .fc-btn-arrow,
.fc-wrap .fc-annuleer-btn:hover .fc-btn-arrow,
.fc-wrap .fc-annuleer-btn:focus .fc-btn-arrow { transform: translateX(4px); }

/* ── 11. Specificaties-toggle ──────────────────────────────── */

.fc-wrap .fc-specs-sectie { margin-top: 32px; }

.fc-wrap .fc-specs-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
    background: transparent;
    border: none;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
    cursor: pointer;
    transition: color .15s;
    text-align: left;
}
.fc-wrap .fc-specs-toggle:hover { color: #0a0a0a; background: transparent; }
.fc-wrap .fc-specs-toggle[aria-expanded="true"] { border-bottom-color: transparent; }

.fc-wrap .fc-specs-chevron {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 200ms var(--fc-ease);
    flex-shrink: 0;
    margin-top: -3px;
}
.fc-wrap .fc-specs-toggle[aria-expanded="true"] .fc-specs-chevron {
    transform: rotate(-135deg);
    margin-top: 3px;
}

.fc-wrap .fc-specs-inhoud {
    border: 1px solid #e8e8e8;
    border-top: none;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}

.fc-wrap .fc-specs-variant-naam {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #d7000f;
    padding: 1rem 1.5rem 0.5rem;
    margin: 0;
}

.fc-wrap .fc-specs-categorie { padding: 1rem 1.5rem; }
.fc-wrap .fc-specs-categorie + .fc-specs-categorie { border-top: 1px solid #e8e8e8; }

.fc-wrap .fc-specs-categorie-naam {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.45);
    margin: 0 0 0.75rem;
    padding: 0;
}

.fc-wrap .fc-specs-tabel {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.fc-wrap .fc-specs-tabel tr:nth-child(even) td { background: #f9fafb; }
.fc-wrap .fc-specs-tabel td {
    padding: 7px 10px;
    color: #0a0a0a;
    vertical-align: top;
    border: none;
    font-size: 13px;
    line-height: 1.4;
}
.fc-wrap .fc-specs-tabel td:first-child {
    color: rgba(0,0,0,0.45);
    width: 45%;
    padding-right: 1rem;
    font-weight: 400;
}
.fc-wrap .fc-specs-tabel td:last-child {
    font-weight: 500;
    padding-left: 10px;
}

/* Feature-lijst */
.fc-specs-lijst {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}
.fc-specs-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 7px 10px;
    font-family: 'Manrope', sans-serif;
}
.fc-specs-item:nth-child(4n+3),
.fc-specs-item:nth-child(4n+4) { background: #f9fafb; }

.fc-specs-item-naam {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #0a0a0a;
    line-height: 1.4;
}
.fc-specs-item-naam::before {
    content: "\2713";
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    color: #d7000f;
    line-height: 1;
}
.fc-specs-item-extra {
    display: block;
    font-size: 11px;
    color: rgba(0,0,0,0.45);
    padding-left: 19px;
    line-height: 1.3;
}

/* ── 12. Formulier ─────────────────────────────────────────── */

.fc-wrap .fc-form-type-header {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.45);
    margin: 0 0 1rem;
    padding: 0;
}

.fc-wrap .fc-klant-type-toggle {
    display: inline-flex;
    border: 1px solid #d1d5db;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.fc-wrap .fc-klant-type-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    font-size: 12px;
    font-weight: 500;
    background: #fff;
    color: rgba(0,0,0,0.45);
    border: none;
    border-right: 1px solid #d1d5db;
    cursor: pointer;
    transition: background .15s, color .15s;
    line-height: 1;
}
.fc-wrap .fc-klant-type-btn:last-child { border-right: none; }
.fc-wrap .fc-klant-type-btn.fc-actief {
    background: #d7000f;
    color: #fff;
}

.fc-wrap .fc-offerte-form {
    margin-top: 1.25rem;
    padding: 1.5rem;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 0;
}

.fc-wrap .fc-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.fc-wrap .fc-form-veld--breed { grid-column: 1 / -1; }

.fc-wrap .fc-form-veld label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #0a0a0a;
    letter-spacing: 0.2px;
    margin-bottom: 6px;
    text-transform: none;
}
.fc-wrap .fc-form-veld input,
.fc-wrap .fc-form-veld textarea {
    display: block;
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 0;
    font-size: 13px;
    color: #0a0a0a;
    background: #fff;
    box-shadow: none;
    transition: border-color .2s, box-shadow .2s;
    outline: none;
}
.fc-wrap .fc-form-veld input:focus,
.fc-wrap .fc-form-veld textarea:focus {
    border-color: #d7000f;
    box-shadow: 0 0 0 2px rgba(215,0,15,0.12);
    outline: none;
}

.fc-wrap .fc-form-acties {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 1.25rem;
}

.fc-wrap .fc-submit-btn,
.fc-wrap .fc-annuleer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
    line-height: 1;
    border: 2px solid;
}
.fc-wrap .fc-submit-btn {
    background: #d7000f;
    color: #fff;
    border-color: #d7000f;
}
.fc-wrap .fc-submit-btn:hover:not(:disabled) {
    background: #b5000c;
    border-color: #b5000c;
    color: #fff;
}
.fc-wrap .fc-submit-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.fc-wrap .fc-annuleer-btn {
    background: transparent;
    color: rgba(0,0,0,0.65);
    border-color: rgba(0,0,0,0.25);
}
.fc-wrap .fc-annuleer-btn:hover {
    border-color: #0a0a0a;
    color: #0a0a0a;
    background: transparent;
}

.fc-wrap .fc-melding {
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 13px;
}
.fc-wrap .fc-melding:empty { display: none; }
.fc-wrap .fc-melding--succes { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.fc-wrap .fc-melding--fout   { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }

/* ── 13. Specs Modal ───────────────────────────────────────── */

.fc-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    font-family: 'Manrope', sans-serif;
}
.fc-modal-overlay[hidden] { display: none !important; }

body.fc-modal-open { overflow: hidden; }

.fc-modal {
    background: #fff;
    width: 100%;
    max-width: 700px;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    box-shadow: 0 32px 80px rgba(0,0,0,0.25), 0 8px 24px rgba(0,0,0,0.12);
    overflow: hidden;
}
.fc-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.75rem;
    background: #d7000f;
    flex-shrink: 0;
}
.fc-modal-titel {
    font-family: "Orbitron", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
}
.fc-modal-sluiten {
    font-family: 'Manrope', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    transition: background .15s;
    appearance: none;
    -webkit-appearance: none;
}
.fc-modal-sluiten:hover { background: rgba(255,255,255,0.32); }

.fc-modal-inhoud {
    overflow-y: auto;
    flex: 1;
    -webkit-overflow-scrolling: touch;
}
.fc-modal-categorie { padding: 1.25rem 1.75rem; }
.fc-modal-categorie + .fc-modal-categorie { border-top: 1px solid #e8e8e8; }
.fc-modal-categorie .fc-specs-categorie-naam {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.45);
    margin: 0 0 0.875rem;
    padding: 0;
}
.fc-modal-categorie .fc-specs-tabel {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
}
.fc-modal-categorie .fc-specs-tabel tr:nth-child(even) td { background: #f9fafb; }
.fc-modal-categorie .fc-specs-tabel td {
    padding: 7px 10px;
    vertical-align: top;
    border: none;
    line-height: 1.45;
    color: #0a0a0a;
}
.fc-modal-categorie .fc-specs-tabel td:first-child {
    color: rgba(0,0,0,0.45);
    width: 45%;
    padding-right: 1rem;
    font-weight: 400;
}
.fc-modal-categorie .fc-specs-tabel td:last-child {
    font-weight: 500;
    padding-left: 10px;
}
.fc-modal-leeg {
    padding: 2rem 1.75rem;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: rgba(0,0,0,0.45);
    text-align: center;
}

/* ── 14. Responsive ────────────────────────────────────────── */


    .fc-wrap .fc-accessoires-lijst { border-left: none; border-right: none; }
    .fc-wrap .fc-form-grid { grid-template-columns: 1fr; }
    .fc-wrap .fc-form-veld--breed { grid-column: 1; }
    .fc-wrap .fc-cta-rij { flex-direction: column; }
    .fc-modal { max-height: 92vh; }
    .fc-modal-header { padding: 1rem 1.25rem; }
    .fc-modal-categorie { padding: 1rem 1.25rem; }
    .fc-specs-lijst { grid-template-columns: 1fr; }
}

/* ── Mobile responsiveness ────────────────────────────────────── */
@media (max-width: 640px) {
    /* Voorkom horizontale overflow */
    .fc-wrap,
    .fc-configurator-inhoud { overflow-x: hidden; }

    .fc-spin-viewer {
        right: 10px;
        bottom: 10px;
        gap: 0;
        border: 1px solid rgba(0,0,0,0.14);
        background: rgba(255,255,255,0.9);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }
    .fc-spin-indicator,
    .fc-spin-fullscreen {
        min-height: 32px;
        border: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }
    .fc-spin-indicator {
        padding: 0 9px;
        gap: 6px;
        font-size: 10px;
        letter-spacing: 0.5px;
    }
    .fc-spin-orbit {
        width: 14px;
        height: 14px;
    }
    .fc-spin-fullscreen {
        width: 32px;
        border-left: 1px solid rgba(0,0,0,0.12);
        font-size: 14px;
    }

    /* Stap-header: kleinere tekst op mobile */
    .fc-wrap .fc-stap-header { font-size: 12px; letter-spacing: 0.3px; }

    /* Uitvoeringen: full width, kleinere padding */
    .fc-wrap .fc-uitvoeringen-grid {
        width: 100%;
        border-left: none;
        border-right: none;
        margin-left: 0;
        margin-right: 0;
    }
    .fc-wrap .fc-uitvoering-card { padding: 14px 16px; gap: 10px; }
    .fc-wrap .fc-uitvoering-naam { font-size: 11px; }
    .fc-wrap .fc-uitvoering-specs { font-size: 10px; max-width: 120px; }
    .fc-wrap .fc-uitvoering-prijs { font-size: 13px; }

    /* Kleuren: kleiner en wrappend */
    .fc-wrap .fc-kleur-swatches { gap: 8px 10px; }
    .fc-wrap .fc-kleur-item { width: 52px; }
    .fc-wrap .fc-kleur-swatch { width: 52px; height: 36px; }
    .fc-wrap .fc-kleur-label { width: 52px; }

    /* Accessoires: full width */
    .fc-wrap .fc-accessoires-lijst {
        border-left: none;
        border-right: none;
    }
    .fc-wrap .fc-accessoire { padding: 12px 14px; gap: 10px; }
    .fc-wrap .fc-accessoire-naam { font-size: 11px; }
    .fc-wrap .fc-accessoire-foto { width: 52px; height: 52px; }

    /* Totaalbalk en samenvatting */
    .fc-wrap .fc-totaal-balk { border-left: none; border-right: none; }
    .fc-wrap .fc-totaal-prijs { font-size: 1.2rem; }

    /* CTA knoppen: full width */
    .fc-wrap .fc-offerte-btn,
    .fc-wrap .fc-proefrit-btn {
        width: 100%;
        justify-content: center;
    }

    /* Foto-sectie: stapelen */
    .fc-wrap.fc-foto-links .fc-foto-sectie,
    .fc-wrap.fc-foto-rechts .fc-foto-sectie { position: static; width: 100%; }

    /* Specs-toggle */
    .fc-specs-lees-meer-btn { font-size: 10px; padding: 9px 18px; }

    /* Stap inhoud: verwijder negatieve marges */
    .fc-wrap .fc-stap-header { margin: 0; padding: 14px 0; }
}

@media (max-width: 480px) {
    .fc-wrap .fc-uitvoering-card { padding: 12px 12px; }
    .fc-wrap .fc-uitvoering-specs { display: none; }
    .fc-wrap .fc-kleur-item { width: 48px; }
    .fc-wrap .fc-kleur-swatch { width: 48px; height: 32px; }
    .fc-wrap .fc-kleur-label { font-size: 8px; width: 48px; }
}

.fc-wrap h1,
.fc-wrap h2,
.fc-wrap h3 {
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
}
