/* =====================================================================
   FORTHING MODEL PAGINA
   ===================================================================== */

/* ── Reset voor model-pagina elementen ──────────────────────────────── */
.fc-model,
.fc-model * {
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
}
.fc-model a { text-decoration: none; outline: none; }
/* Muisklik: verwijder enkel Astra's roze focus-styling, geen achtergrond/kleur aanraken */
.fc-model button:focus:not(:focus-visible):not(.fc-uitvoeringen__tab--actief),
.fc-model a:focus:not(:focus-visible) {
    background-color: inherit !important;
    color: inherit !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}
/* Toetsenbordnavigatie: eigen focusstijl */
.fc-model button:focus-visible,
.fc-model a:focus-visible {
    outline: 2px solid #d7000f !important;
    outline-offset: 2px !important;
    box-shadow: none !important;
}
.fc-model button::-moz-focus-inner { border: 0; padding: 0; }

/* Overschrijft browser accent-kleur voor alle interactieve elementen */
.fc-model { accent-color: #d7000f; }

/* ── Hero ────────────────────────────────────────────────────────────── */
.fc-hero {
    position: relative;
    min-height: 72vh;
    background: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Achtergrondafbeelding: rechts, 65% breedte */
.fc-hero__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Algemene overlay uitgeschakeld: foto full-bleed, content krijgt eigen vak */
.fc-hero__overlay {
    display: none;
}

/* Inner container */
.fc-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 80px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

/* Breadcrumb-balk boven de foto */
.fc-hero-breadcrumb {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}
.fc-hero-breadcrumb__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
}
.fc-hero-breadcrumb a {
    color: rgba(0,0,0,0.5);
    transition: color .2s;
}
.fc-hero-breadcrumb a:hover { color: #0a0a0a; }

/* Content blok */
.fc-hero__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    max-width: 100%;
}
/* Zachte radiale schaduw achter de inhoud: betere leesbaarheid op lichte
   foto's zonder een hard vak te tonen (vaagt uit naar de randen). */
.fc-hero__content::before {
    content: '';
    position: absolute;
    inset: -56px -110px;
    z-index: -1;
    background: radial-gradient(ellipse at center,
        rgba(0,0,0,0.5) 0%,
        rgba(0,0,0,0.3) 42%,
        rgba(0,0,0,0) 72%);
    pointer-events: none;
}

/* Eyebrow */
.fc-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d7000f;
    margin: 0;
}
.fc-hero__eyebrow::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1.5px;
    background: #d7000f;
    flex-shrink: 0;
}

/* Titel */
.fc-hero__titel {
    font-size: 61px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    overflow-wrap: break-word;
    text-shadow: 0 2px 18px rgba(0,0,0,0.45);
}

/* Intro tekst */
.fc-hero__intro {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(0,0,0,0.62);
    max-width: 460px;
}
.fc-hero__intro p { margin: 0 0 8px; }
.fc-hero__intro p:last-child { margin: 0; }

/* Specs rij */
.fc-hero__specs {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-top: 4px;
}
.fc-hero__spec {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 28px;
    border-left: 1px solid rgba(0,0,0,0.12);
}
.fc-hero__spec:first-child {
    padding-left: 0;
    border-left: none;
}
.fc-hero__spec-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
}
.fc-hero__spec-waarde {
    font-size: 15px;
    font-weight: 400;
    color: #0a0a0a;
    letter-spacing: 0.3px;
}

/* Prijs */
.fc-hero__prijs-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.fc-hero__prijs-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
}
.fc-hero__prijs {
    font-size: 22px;
    font-weight: 400;
    color: #d7000f;
    margin: 0;
    letter-spacing: -0.3px;
}

/* CTA knoppen */
.fc-hero__ctas {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 8px;
}

.fc-hero__btn-config {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 48px;
    padding: 0 28px;
    background: #d7000f;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .2s;
    white-space: nowrap;
}
.fc-hero__btn-config svg {
    flex-shrink: 0;
    transition: transform .25s ease;
}
.fc-hero__btn-config:hover {
    background: #b5000c;
    color: #ffffff;
}
.fc-hero__btn-config:hover svg { transform: translateX(5px); }

.fc-hero__btn-scroll {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 48px;
    padding: 0 24px;
    background: rgba(0,0,0,0.22);
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1.5px solid rgba(255,255,255,0.5);
    cursor: pointer;
    transition: border-color .2s, background .2s;
    white-space: nowrap;
}
.fc-hero__btn-scroll svg {
    flex-shrink: 0;
    transition: transform .25s ease;
}
.fc-hero__btn-scroll:hover {
    border-color: rgba(255,255,255,0.9);
    background: rgba(0,0,0,0.38);
    color: #ffffff;
}
.fc-hero__btn-scroll:hover svg { transform: translateY(4px); }

/* ── Hero details: uitleg, specs en vanafprijs onder de hero ──────────── */
.fc-hero-details {
    background: #f8f9fa;
    border-bottom: 1px solid #f0f0f0;
    padding: 56px 0;
}
.fc-hero-details__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    gap: 56px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fc-hero-details__tekst {
    flex: 1 1 440px;
    max-width: 640px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.fc-hero-details__meta {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* ── USP Band ────────────────────────────────────────────────────────── */
.fc-usp-band {
    background: #f8f9fa;
    border-top: 0.571px solid rgba(0,0,0,0.08);
    border-bottom: 0.571px solid rgba(0,0,0,0.08);
}

.fc-usp-band__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.fc-usp-band__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 36px 24px;
    border-left: 0.571px solid rgba(0,0,0,0.1);
    text-align: center;
}
.fc-usp-band__item:first-child { border-left: none; }

.fc-usp-band__waarde {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -0.5px;
    color: #0a0a0a;
    line-height: 1;
}

.fc-usp-band__label {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
}

/* ── CTA-sectie (twee losstaande rechthoeken op witte achtergrond) ───── */
.fc-cta-sectie {
    background: #ffffff;
    padding: 96px 0;
}

.fc-cta-sectie__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    gap: 24px;
}

.fc-cta-sectie__blok {
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding: 56px 48px;
}

.fc-cta-sectie__blok--donker { background: #f8f9fa; }
.fc-cta-sectie__blok--licht  {
    background: #ffffff;
    border: 1.5px solid #0a0a0a;
}

.fc-cta-sectie__inhoud {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 480px;
}

/* Eyebrow */
.fc-cta-sectie__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d7000f;
}
.fc-cta-sectie__eyebrow::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1.5px;
    background: #d7000f;
    flex-shrink: 0;
}
.fc-cta-sectie__eyebrow--donker {
    color: #d7000f;
}

/* Titels */
.fc-cta-sectie__titel {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.05;
    text-transform: uppercase;
    color: #0a0a0a;
    margin: 0;
}
.fc-cta-sectie__titel--donker { color: #0a0a0a; }

/* Beschrijvingstekst */
.fc-cta-sectie__tekst {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.75;
    color: rgba(0,0,0,0.55);
    margin: 0;
    max-width: 400px;
}
.fc-cta-sectie__tekst--donker { color: rgba(0,0,0,0.55); }

/* Knoppen */
.fc-cta-sectie__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 48px;
    padding: 0 28px;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    align-self: flex-start;
    transition: background .2s, border-color .2s, color .2s;
}
.fc-cta-sectie__btn svg {
    flex-shrink: 0;
    transition: transform .25s ease;
}
.fc-cta-sectie__btn:hover svg { transform: translateX(5px); }

.fc-cta-sectie__btn--rood {
    background: #d7000f;
    color: #ffffff;
    border: none;
}
.fc-cta-sectie__btn--rood:hover {
    background: #b5000c;
    color: #ffffff;
}

.fc-cta-sectie__btn--outline {
    background: transparent;
    color: #0a0a0a;
    border: 1.5px solid rgba(0,0,0,0.35);
}
.fc-cta-sectie__btn--outline:hover {
    border-color: #0a0a0a;
    background: rgba(0,0,0,0.04);
    color: #0a0a0a;
}

/* ── Rijke USP-sectie (donker, onder uitvoeringen) ───────────────────── */
.fc-usp-rich {
    background: #f8f9fa;
    border-top: 0.571px solid rgba(0,0,0,0.08);
    border-bottom: 0.571px solid rgba(0,0,0,0.08);
}

.fc-usp-rich__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 48px;
}

.fc-usp-rich__items {
    display: flex;
    justify-content: center;
    gap: 0;
}

.fc-usp-rich__item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 48px;
    border-left: 0.571px solid rgba(0,0,0,0.12);
}
.fc-usp-rich__item:first-child {
    border-left: none;
    padding-left: 0;
}
.fc-usp-rich__items--1 .fc-usp-rich__item { max-width: 480px; flex: 0 0 auto; }
.fc-usp-rich__items--2 .fc-usp-rich__item { flex: 0 0 40%; max-width: 40%; }

.fc-usp-rich__icoon {
    display: flex;
    align-items: center;
    color: #d7000f;
    margin-bottom: 4px;
}
.fc-usp-rich__icoon svg { width: 28px; height: 28px; }

.fc-usp-rich__eyebrow {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d7000f;
}

.fc-usp-rich__titel {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #0a0a0a;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.fc-usp-rich__beschrijving {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(0,0,0,0.55);
    margin: 0;
}

/* ── Features ────────────────────────────────────────────────────────── */
.fc-features {
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    padding: 96px 0;
}

.fc-features__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.fc-features__titel {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #0a0a0a;
    margin: 0;
    max-width: 600px;
    line-height: 1.1;
}

/* Foto-kaarten grid: 66%–33% / 33%–66% */
.fc-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* Kaart 1 breed (2/3), kaart 2 smal (1/3) */
.fc-features__kaart:nth-child(1) { grid-column: span 2; }
.fc-features__kaart:nth-child(2) { grid-column: span 1; }
/* Kaart 3 smal (1/3), kaart 4 breed (2/3) */
.fc-features__kaart:nth-child(3) { grid-column: span 1; }
.fc-features__kaart:nth-child(4) { grid-column: span 2; }

/* Brede kaarten bepalen de rijhoogte via aspect-ratio;
   smalle kaarten stretchen mee (standaard grid-gedrag). */
.fc-features__kaart:nth-child(1),
.fc-features__kaart:nth-child(4) { aspect-ratio: 4 / 3; }

.fc-features__kaart {
    position: relative;
    min-height: 280px;
    background-color: #cbd0d6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
}

.fc-features__kaart-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.78) 0%,
        rgba(0,0,0,0.35) 50%,
        rgba(0,0,0,0) 100%
    );
    transition: background .3s ease;
}

.fc-features__kaart:hover .fc-features__kaart-overlay {
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.88) 0%,
        rgba(0,0,0,0.55) 60%,
        rgba(0,0,0,0.1) 100%
    );
}

.fc-features__kaart-inhoud {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px 32px;
    gap: 6px;
}

.fc-features__eyebrow {
    align-self: flex-start;
    background: #ffffff;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d7000f;
}

.fc-features__eyebrow--donker {
    color: #d7000f;
}

.fc-features__kaart-titel {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.2px;
    line-height: 1.2;
}

.fc-features__kaart-desc {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.72);
    margin: 4px 0 0;
    line-height: 1.6;
    max-width: 380px;
}

.fc-features__foto-teller {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.55);
    margin-top: 4px;
}

/* Items zonder foto (icon-lijst) */
.fc-features__lijst {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.fc-features__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fc-features__icoon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #d7000f;
    margin-bottom: 4px;
}

.fc-features__item-titel {
    font-size: 16px;
    font-weight: 400;
    color: #0a0a0a;
    margin: 0;
    letter-spacing: -0.1px;
    line-height: 1.3;
}

.fc-features__item-desc {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0,0,0,0.55);
    margin: 0;
    line-height: 1.65;
}

/* ── Uitvoeringen & specificaties ────────────────────────────────────── */
.fc-uitvoeringen {
    background: #ffffff;
    padding: 96px 0;
}

.fc-uitvoeringen__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Eyebrow */
.fc-uitvoeringen__eyebrow {
    display: inline-flex;
    font-family: \'Orbitron\', sans-serif;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.45);
    margin-bottom: 32px;
}
.fc-uitvoeringen__eyebrow::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1.5px;
    background: #d7000f;
    flex-shrink: 0;
}

/* Tab-balk */
.fc-uitvoeringen__tabs {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 48px;
}
.fc-uitvoeringen__tabs::-webkit-scrollbar { display: none; }

.fc-uitvoeringen__tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 20px 28px;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    min-width: 180px;
    transition: background .2s;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
.fc-uitvoeringen__tab:hover {
    background: #ebebeb;
}
.fc-uitvoeringen__tab:focus-visible {
    outline: 2px solid #d7000f;
    outline-offset: -2px;
}
.fc-uitvoeringen__tab:active {
    background: #e0e0e0;
}
.fc-uitvoeringen__tab--actief {
    background: #0a0a0a !important;
    color: #ffffff !important;
}
.fc-uitvoeringen__tab--actief:hover {
    background: #1a1a1a !important;
}
.fc-uitvoeringen__tab:active,
.fc-uitvoeringen__tab--actief:active {
    background: #0a0a0a !important;
    color: #ffffff !important;
}

.fc-uitvoeringen__tab-naam {
    font-size: 13px;
    font-family: \'Orbitron\', sans-serif;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.45);
    transition: color .2s;
}
.fc-uitvoeringen__tab--actief .fc-uitvoeringen__tab-naam {
    color: #ffffff;
}
.fc-uitvoeringen__tab:not(.fc-uitvoeringen__tab--actief):hover .fc-uitvoeringen__tab-naam {
    color: #0a0a0a;
}

.fc-uitvoeringen__tab-specs {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: rgba(0,0,0,0.35);
    line-height: 1.4;
    white-space: normal;
    max-width: 200px;
}
.fc-uitvoeringen__tab--actief .fc-uitvoeringen__tab-specs {
    color: rgba(255,255,255,0.5);
}

.fc-uitvoeringen__tab-prijs {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #d7000f;
    margin-top: 4px;
}
.fc-uitvoeringen__tab--actief .fc-uitvoeringen__tab-prijs {
    color: #ffffff;
}

/* Twee-kolommen layout */
/* ── Inklapbare specs wrapper ───────────────────────────────── */
.fc-specs-inklapbaar {
    position: relative;
    max-height: 420px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.fc-specs-inklapbaar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.fc-specs-inklapbaar--open {
    max-height: 4000px;
}
.fc-specs-inklapbaar--open::after {
    opacity: 0;
}

.fc-specs-lees-meer-wrap {
    display: flex;
    justify-content: center;
    margin: 0 0 48px;
}
.fc-specs-lees-meer-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #0a0a0a;
    background: transparent;
    border: 1.5px solid #0a0a0a;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.fc-specs-lees-meer-btn:hover {
    background: #0a0a0a;
    color: #ffffff;
}
.fc-specs-lees-meer-btn__icoon {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.fc-specs-lees-meer-btn[aria-expanded="true"] .fc-specs-lees-meer-btn__icoon {
    transform: rotate(180deg);
}
/* Knop verbergen als inhoud niet ingelapt is (te weinig specs) */
.fc-specs-lees-meer-wrap--verborgen {
    display: none;
}

.fc-uitvoeringen__kolommen {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 64px;
    margin-bottom: 48px;
}

/* Kolom-label (bv. "Standaard uitrusting") */
.fc-uitvoeringen__col-label {
    display: block;
    font-family: \'Orbitron\', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.35);
    margin-bottom: 20px;
}

/* Standaard uitrusting — bullet-lijst */
.fc-uitvoeringen__features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.fc-uitvoeringen__feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    font-weight: 400;
    color: #0a0a0a;
    line-height: 1.5;
}
.fc-uitvoeringen__feature:last-child { border-bottom: none; }

.fc-uitvoeringen__feature-icon {
    color: #d7000f;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Waarde achter de feature-naam (bijv. ": 6" bij Airbags) */
.fc-uitvoeringen__feature-waarde {
    color: rgba(0,0,0,0.45);
}

/* Ruimte tussen opeenvolgende groepen in de linkerkolom */
.fc-uitvoeringen__standaard .fc-uitvoeringen__col-label:not(:first-child) {
    margin-top: 28px;
}

/* Rechterkolom: gestapelde spec-groepen */
.fc-uitvoeringen__specs {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.fc-uitvoeringen__groep-label {
    display: block;
    font-family: \'Orbitron\', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d7000f;
    margin-bottom: 12px;
}

.fc-uitvoeringen__tabel {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.fc-uitvoeringen__rij-naam,
.fc-uitvoeringen__rij-waarde {
    overflow-wrap: break-word;
    word-break: break-word;
}

.fc-uitvoeringen__rij {
    border-bottom: 1px solid #f0f0f0;
}
.fc-uitvoeringen__rij:last-child { border-bottom: none; }

.fc-uitvoeringen__rij-naam,
.fc-uitvoeringen__rij-waarde {
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    vertical-align: top;
}
.fc-uitvoeringen__rij-naam {
    width: 55%;
    color: rgba(0,0,0,0.5);
}
.fc-uitvoeringen__rij-waarde {
    width: 45%;
    color: #0a0a0a;
    font-weight: 400;
    text-align: right;
}

/* Onderbalk: kleuren + CTA */
.fc-uitvoeringen__onderbalk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 32px;
    border-top: 1.5px solid #f0f0f0;
    flex-wrap: wrap;
}

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

.fc-uitvoeringen__kleuren-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.4);
}

.fc-uitvoeringen__kleur-lijst {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fc-uitvoeringen__kleur {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.fc-uitvoeringen__kleur-bol {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid rgba(0,0,0,0.12);
    flex-shrink: 0;
}

.fc-uitvoeringen__kleur-naam {
    font-size: 10px;
    font-weight: 400;
    color: rgba(0,0,0,0.45);
    text-align: center;
    max-width: 56px;
    line-height: 1.3;
}

/* Configureer-knop */
.fc-uitvoeringen__btn-config {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 48px;
    padding: 0 24px;
    background: #d7000f;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
    flex-shrink: 0;
    transition: background .2s;
}
.fc-uitvoeringen__btn-config svg {
    flex-shrink: 0;
    transition: transform .25s ease;
}
.fc-uitvoeringen__btn-config:hover {
    background: #b5000c;
    color: #ffffff;
}
.fc-uitvoeringen__btn-config:hover svg { transform: translateX(5px); }

/* ── Full-width banner ───────────────────────────────────────────────── */
.fc-banner {
    position: relative;
    height: 65vh;
    min-height: 420px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc-banner__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fc-banner__overlay {
    position: absolute;
    inset: 0;
}

.fc-banner__inhoud {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 48px;
    text-align: center;
    max-width: 900px;
}

.fc-banner__titel {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    line-height: 1.05;
}

.fc-banner__subtitel {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin: 0;
}

/* ── Lightbox ─────────────────────────────────────────────────────────── */
.fc-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px;
}
.fc-lightbox[hidden] { display: none; }

.fc-lightbox__img-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    max-height: calc(100vh - 120px);
}

.fc-lightbox__img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 120px);
    object-fit: contain;
    user-select: none;
}

.fc-lightbox__sluit {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.4);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, border-color .2s;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
.fc-lightbox__sluit:hover,
.fc-lightbox__sluit:focus-visible {
    background: #d7000f;
    border-color: #d7000f;
    outline: none;
}
.fc-lightbox__sluit:active {
    background: #b5000c;
    border-color: #b5000c;
}

.fc-lightbox__prev,
.fc-lightbox__next {
    width: 48px;
    height: 48px;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.4);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color .2s, background .2s;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
.fc-lightbox__prev[hidden],
.fc-lightbox__next[hidden] { display: none; }
.fc-lightbox__prev svg,
.fc-lightbox__next svg {
    flex-shrink: 0;
    transition: transform .25s ease;
}
.fc-lightbox__prev:hover,
.fc-lightbox__next:hover,
.fc-lightbox__prev:focus-visible,
.fc-lightbox__next:focus-visible {
    border-color: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.05);
    outline: none;
}
.fc-lightbox__prev:active,
.fc-lightbox__next:active {
    background: rgba(255,255,255,0.12);
}
.fc-lightbox__prev:hover svg,
.fc-lightbox__prev:focus-visible svg { transform: translateX(-5px); }
.fc-lightbox__next:hover svg,
.fc-lightbox__next:focus-visible svg { transform: translateX(5px); }

.fc-lightbox__dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.fc-lightbox__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background .2s, transform .2s;
}
.fc-lightbox__dot:hover { background: rgba(255,255,255,0.6); }
.fc-lightbox__dot--actief {
    background: #d7000f;
    transform: scale(1.4);
}

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .fc-usp-band__inner { grid-template-columns: repeat(2, 1fr); }
    .fc-usp-band__item:nth-child(1),
    .fc-usp-band__item:nth-child(3) { border-left: none; }
    .fc-usp-band__item:nth-child(3),
    .fc-usp-band__item:nth-child(4) { border-top: 0.571px solid rgba(255,255,255,0.1); }
    .fc-hero__inner { padding-left: 48px; padding-right: 48px; }
    .fc-hero__titel { font-size: 48px; }
    .fc-hero__bg { width: 100%; }
    .fc-cta-sectie__inner { padding: 0 48px; gap: 16px; }
    .fc-cta-sectie__blok { padding: 48px 40px; }
    .fc-cta-sectie__titel { font-size: 29px; }
    .fc-usp-rich__inner { padding: 64px 48px; }
    .fc-usp-rich__item { padding: 0 32px; }
    .fc-uitvoeringen__inner { padding: 0 48px; }
    .fc-uitvoeringen__tab { padding: 16px 20px; min-width: 150px; }
    .fc-uitvoeringen__kolommen { gap: 40px; }
    /* Tablet: 66%–33% behouden maar kleinere gap */
    .fc-features__grid { gap: 12px; }
    .fc-features__lijst { grid-template-columns: repeat(2, 1fr); }
    .fc-features__inner { padding: 0 48px; }
    .fc-banner__titel { font-size: 36px; }
}

@media (max-width: 768px) {
    .fc-model { overflow-x: clip; }

    /* ── Hero: foto met gecentreerde naam + CTA's ─────────────── */
    .fc-hero { min-height: 58vh; }
    .fc-hero__inner { padding: 48px 20px; }
    .fc-hero__titel { font-size: 31px; letter-spacing: -0.5px; }
    .fc-hero__ctas {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 360px;
    }
    .fc-hero__btn-config,
    .fc-hero__btn-scroll { justify-content: center; }

    /* ── Hero-details onder de hero: stapelen ─────────────────── */
    .fc-hero-breadcrumb__inner { padding: 12px 20px; }
    .fc-hero-details { padding: 36px 0; }
    .fc-hero-details__inner { flex-direction: column; gap: 24px; padding: 0 20px; }
    .fc-hero-details__tekst,
    .fc-hero-details__meta { flex: 0 0 auto; max-width: none; width: 100%; }
    .fc-hero__specs { flex-direction: row; flex-wrap: wrap; gap: 20px 28px; }
    .fc-hero__spec { padding: 0; border-left: none; }

    /* ── 3. USP band: kleinere waarde-tekst ──────────────────── */
    .fc-usp-band__inner { grid-template-columns: repeat(2, 1fr); padding: 0 20px; }
    .fc-usp-band__item { padding: 24px 16px; }
    .fc-usp-band__waarde { font-size: 20px; }
    .fc-usp-band__label { font-size: 10px; }

    /* ── 4. Features: overflow afschermen ─────────────────────── */
    .fc-features { padding: 64px 0; overflow-x: hidden; }
    .fc-features__inner { padding: 0 20px; gap: 40px; max-width: 100%; }
    .fc-features__titel { font-size: 24px; }
    .fc-features__grid { grid-template-columns: 1fr; max-width: 100%; }
    .fc-features__kaart:nth-child(1),
    .fc-features__kaart:nth-child(2),
    .fc-features__kaart:nth-child(3),
    .fc-features__kaart:nth-child(4) {
        grid-column: span 1;
        aspect-ratio: 4 / 3;
        max-width: 100%;
    }
    .fc-features__lijst { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .fc-features__item-titel { font-size: 14px; }
    .fc-features__item-desc { font-size: 12px; }
    .fc-cta-sectie { padding: 64px 0; }
    .fc-cta-sectie__inner { flex-direction: column; padding: 0 24px; gap: 16px; }
    .fc-cta-sectie__blok { padding: 40px 28px; }
    .fc-cta-sectie__titel { font-size: 24px; }
    .fc-cta-sectie__btn { align-self: stretch; justify-content: center; }
    .fc-usp-rich__inner { padding: 56px 24px; }
    .fc-usp-rich__items { flex-direction: column; gap: 40px; }
    .fc-usp-rich__item,
    .fc-usp-rich__items--1 .fc-usp-rich__item,
    .fc-usp-rich__items--2 .fc-usp-rich__item {
        flex: 1 1 auto;
        max-width: 100%;
        padding: 0;
        border-left: none;
        border-top: 0.571px solid rgba(255,255,255,0.12);
        padding-top: 32px;
    }
    .fc-usp-rich__item:first-child { border-top: none; padding-top: 0; }
    .fc-uitvoeringen { padding: 64px 0; }
    .fc-uitvoeringen__inner { padding: 0 24px; }
    .fc-uitvoeringen__tab { padding: 14px 16px; min-width: 130px; }
    .fc-uitvoeringen__tab-prijs { font-size: 14px; }
    .fc-uitvoeringen__kolommen { grid-template-columns: 1fr; gap: 32px; }
    .fc-uitvoeringen__onderbalk { flex-direction: column; align-items: flex-start; }
    .fc-uitvoeringen__rij-naam,
    .fc-uitvoeringen__rij-waarde { padding: 8px 8px; font-size: 12px; }
    .fc-uitvoeringen__tabel { font-size: 12px; }
    .fc-uitvoeringen__btn-config { width: 100%; justify-content: space-between; }
    .fc-banner { height: 55vh; min-height: 320px; }
    .fc-banner__inhoud { padding: 0 24px; }
    .fc-banner__titel { font-size: 24px; letter-spacing: -0.3px; }
    .fc-banner__subtitel { font-size: 13px; letter-spacing: 1px; }
    /* Lightbox mobiel: pijltjes compact */
    .fc-lightbox { padding: 12px; gap: 8px; }
    .fc-lightbox__prev,
    .fc-lightbox__next { width: 40px; height: 40px; }
    .fc-lightbox__sluit { width: 40px; height: 40px; top: 12px; right: 12px; }
}

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