/* FysioVandaag — theme.css (Bootstrap 5 aanvullingen) */
:root {
  --fv-orange: #f39200; --fv-orange-dark: #d98200; --fv-orange-soft: #fff6e8; --fv-orange-line: #fbd9a5;
  --fv-cyan: #1a9ad6; --fv-cyan-dark: #1585ba; --fv-cyan-soft: #e8f5fc; --fv-cyan-light: #8fd3f4;
  --fv-ink: #1d2b36; --fv-body: #4a5a66; --fv-muted: #6b7a86; --fv-light: #f4f7f9; --fv-line: #e3e9ed; --fv-grey: #dfe6ea; --fv-disabled: #b7c3cb;
  --fv-radius: 16px; --fv-shadow: 0 10px 30px rgba(29,43,54,.14);
  --bs-body-font-family: "Manrope", system-ui, sans-serif; --bs-body-color: var(--fv-ink); --bs-link-color: var(--fv-cyan); --bs-link-hover-color: var(--fv-orange);
  --bs-font-sans-serif: "Manrope", system-ui, sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--bs-body-font-family); color: var(--fv-ink); background: #fff; -webkit-font-smoothing: antialiased; }
/* Breedte (Customizer → Breedte van de site) */
.container-xl { max-width: min(var(--fv-max, 1600px), 100%); padding-left: clamp(16px, 2.5vw, 40px); padding-right: clamp(16px, 2.5vw, 40px); }
/* Getinte achtergrond: minder wit op grote schermen */
body.fv-bg-tint { background: #f3f6f8; }
body.fv-bg-tint .fv-header, body.fv-bg-tint .fv-tile, body.fv-bg-tint .fv-form, body.fv-bg-tint .fv-about-card { background: #fff; }
body.fv-bg-tint .fv-hero--a, body.fv-bg-tint .fv-hero--c { background: linear-gradient(180deg, #fff 0%, #eaf3f8 100%); }
body.fv-bg-tint .fv-hero--a.container-xl, body.fv-bg-tint .fv-hero--c.container-xl { max-width: none; padding-left: 0; padding-right: 0; }
body.fv-bg-tint .fv-hero--a > .row, body.fv-bg-tint .fv-hero--c > .row { max-width: min(var(--fv-max, 1600px), 100%); margin-left: auto; margin-right: auto; padding-left: clamp(16px, 2.5vw, 40px); padding-right: clamp(16px, 2.5vw, 40px); }
body.fv-bg-tint .fv-linkbar, body.fv-bg-tint .fv-info-band, body.fv-bg-tint .fv-tile--soft, body.fv-bg-tint .fv-contact-card { background: #fff; border: 1px solid var(--fv-line); }
body.fv-bg-tint .fv-footer--b, body.fv-bg-tint .fv-footer--c { background: #fff; border-top: 1px solid var(--fv-line); }
body.fv-bg-tint .fv-tile--dash { background: transparent; }
a { color: var(--fv-cyan); text-decoration: none; }
a:hover { color: var(--fv-orange); }
h1, h2, h3, h4, .h5 { font-weight: 800; letter-spacing: -.01em; }
.text-cyan { color: var(--fv-cyan) !important; } .text-orange { color: var(--fv-orange) !important; }
.bg-cyan { background: var(--fv-cyan) !important; color: #fff; } .bg-orange { background: var(--fv-orange) !important; color: #fff; }
.text-muted { color: var(--fv-muted) !important; }

/* Buttons */
.btn { font-weight: 700; border-radius: 8px; padding: .6rem 1.1rem; }
.btn-lg { padding: .85rem 1.4rem; font-size: 15px; }
.btn-orange { background: var(--fv-orange); color: #fff; border-color: var(--fv-orange); } .btn-orange:hover { background: var(--fv-orange-dark); border-color: var(--fv-orange-dark); color: #fff; }
.btn-cyan { background: var(--fv-cyan); color: #fff; border-color: var(--fv-cyan); } .btn-cyan:hover { background: var(--fv-cyan-dark); border-color: var(--fv-cyan-dark); color: #fff; }
.btn-outline-cyan { border: 2px solid var(--fv-cyan); color: var(--fv-cyan); } .btn-outline-cyan:hover { background: var(--fv-cyan); color: #fff; }
.btn-outline-light-line { border: 1.5px solid var(--fv-grey); color: var(--fv-ink); } .btn-outline-light-line:hover { border-color: var(--fv-cyan); color: var(--fv-cyan); }

/* Topbar (variant A) */
.fv-topbar { background: var(--fv-ink); color: #fff; font-size: 13px; padding: 8px 0; }
.fv-topbar a { color: #fff; } .fv-topbar a:hover { color: var(--fv-orange); }
.fv-topbar .bi { color: var(--fv-orange); margin-right: 6px; }

/* Header + navbar */
.fv-header { background: #fff; position: sticky; top: 0; z-index: 1030; }
.fv-header--a { border-bottom: 1px solid var(--fv-line); }
.fv-header .navbar { padding: 14px 0; }
.fv-logo img, .custom-logo { height: 52px; width: auto; }
.navbar-toggler { border: 0; font-size: 28px; color: var(--fv-ink); }
.fv-nav .nav-link { font-weight: 600; font-size: 15px; color: var(--fv-ink); padding: .5rem .8rem; border-radius: 8px; }
.fv-nav .nav-link:hover, .fv-nav .nav-link.active, .fv-nav .show > .nav-link { color: var(--fv-cyan); background: var(--fv-cyan-soft); }
.fv-nav .dropdown-toggle::after { border: 0; content: "\F282"; font-family: "bootstrap-icons"; vertical-align: 0; font-size: 10px; margin-left: 5px; }
.fv-header-actions { display: flex; align-items: center; gap: 10px; }
.fv-header-phone { font-weight: 700; color: var(--fv-cyan); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }

/* Megamenu — strak & compact, uitgelijnd op de container */
.fv-header .navbar > .container-xl { position: relative; }
.fv-header .navbar-nav .fv-has-mega { position: static !important; }
.fv-mega { left: 0 !important; right: 0 !important; top: 100% !important; width: 100%; transform: none !important; border: 1px solid var(--fv-line); border-radius: 14px; box-shadow: 0 18px 40px rgba(29,43,54,.14); padding: 16px 8px 18px; margin-top: 4px !important; }
.fv-mega-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 280px)); justify-content: start; gap: 8px 24px; padding: 0 12px; }
.fv-mega-col { min-width: 0; }
.fv-mega-title { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--fv-muted); padding: 6px 10px 8px; }
.fv-mega-title .bi { color: var(--fv-orange); font-size: 14px; }
.fv-mega-list { list-style: none; margin: 0; padding: 0; }
.fv-mega-link { display: flex; gap: 10px; align-items: flex-start; padding: 7px 10px; border-radius: 8px; color: var(--fv-ink); line-height: 1.3; }
.fv-mega-link .bi { color: var(--fv-cyan); font-size: 16px; margin-top: 1px; }
.fv-mega-link strong { display: block; font-size: 14px; font-weight: 700; }
.fv-mega-link small { display: block; font-size: 12px; color: var(--fv-muted); }
.fv-mega-link:hover, .fv-mega-link.active { background: var(--fv-light); color: var(--fv-cyan); }
@media (max-width: 991.98px) {
  .fv-header .navbar-collapse { padding: 12px 0 16px; }
  .fv-mega { box-shadow: none; border-radius: 10px; background: var(--fv-light); padding: 10px 0; }
  .fv-mega-grid { grid-template-columns: 1fr; padding: 0 8px; }
  .fv-header-actions { flex-wrap: wrap; margin-top: 12px; }
}

/* Typography helpers */
.fv-kicker { color: var(--fv-cyan); font-weight: 700; letter-spacing: .08em; font-size: 13px; text-transform: uppercase; margin: 0 0 14px; }
.fv-h1 { font-size: clamp(36px, 4.2vw, 52px); line-height: 1.08; font-weight: 800; letter-spacing: -.02em; margin: 0 0 18px; }
.fv-h1--xl { font-size: clamp(44px, 5.2vw, 66px); line-height: 1; letter-spacing: -.03em; }
.fv-h2 { font-size: clamp(28px, 2.8vw, 34px); line-height: 1.15; margin: 0 0 16px; }
.fv-lead { font-size: 18px; line-height: 1.55; color: var(--fv-body); max-width: 540px; margin: 0 0 28px; }
.fv-sub { margin: 18px 0 0; font-size: 14px; color: var(--fv-muted); }
.fv-meta { font-size: 13px; color: var(--fv-muted); }
.fv-section { padding: 56px 0 24px; }
.fv-section--lg { padding: 72px 0 40px; }
.fv-section-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.fv-section-head h2 { margin: 0; font-size: 32px; } .fv-section-head span { color: var(--fv-muted); }

/* Photos */
.fv-photo { background: var(--fv-grey) center/cover no-repeat; border-radius: var(--fv-radius); aspect-ratio: 1; }
.fv-photo--hero { aspect-ratio: 4 / 3.4; border-radius: 20px; }
.fv-avatar { display: inline-block; width: 54px; height: 54px; border-radius: 50%; background: var(--fv-grey) center/cover; flex: none; }
.fv-avatar--lg { width: 180px; height: 180px; }

/* Hero A */
.fv-hero--a { padding: 56px 0 48px; }
.fv-hero-media { position: relative; margin-bottom: 40px; }
.fv-quote-card { position: absolute; left: -32px; bottom: -28px; margin: 0; background: #fff; border-radius: 14px; box-shadow: var(--fv-shadow); padding: 18px 22px; max-width: 340px; }
.fv-quote-card .bi { color: var(--fv-orange); font-size: 28px; line-height: 1; }
.fv-quote-card p { margin: 2px 0 8px; font-size: 16px; line-height: 1.45; font-weight: 600; }
.fv-quote-card span { font-size: 13px; color: var(--fv-muted); }
@media (max-width: 575.98px) { .fv-quote-card { position: static; margin-top: 14px; max-width: none; } .fv-hero-media { margin-bottom: 0; } }

/* Tiles */
.fv-tile { display: flex; flex-direction: column; gap: 10px; height: 100%; border: 1px solid var(--fv-line); border-radius: var(--fv-radius); padding: 24px; color: var(--fv-ink); background: #fff; transition: transform .15s, box-shadow .15s, border-color .15s; }
.fv-tile:hover { transform: translateY(-2px); box-shadow: var(--fv-shadow); border-color: transparent; color: var(--fv-ink); }
.fv-tile > .bi { font-size: 30px; }
.fv-tile strong { font-size: 19px; }
.fv-tile span { font-size: 14px; color: var(--fv-muted); line-height: 1.5; }
.fv-linkbar { display: flex; justify-content: space-between; align-items: center; background: var(--fv-light); border-radius: 12px; padding: 16px 22px; font-weight: 600; font-size: 15px; color: var(--fv-ink); }
.fv-linkbar .bi:first-child { margin-right: 10px; }
.fv-linkbar:hover { background: var(--fv-cyan-soft); color: var(--fv-cyan); }

/* Mosaic + stats (A) */
.fv-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fv-stat { aspect-ratio: 1; border-radius: var(--fv-radius); padding: 22px; display: flex; flex-direction: column; justify-content: end; }
.fv-stat strong { font-size: 38px; font-weight: 800; line-height: 1.1; } .fv-stat strong.fv-stat--sm { font-size: 22px; } .fv-stat span { font-size: 14px; }

/* News */
.fv-news--a { display: flex; gap: 16px; align-items: center; background: var(--fv-orange-soft); border: 1px solid var(--fv-orange-line); border-radius: 12px; padding: 16px 22px; }
.fv-news--a > .bi { color: var(--fv-orange); font-size: 22px; } .fv-news--a > div { flex: 1; }
.fv-news--a strong { font-size: 15px; } .fv-news--a p { margin: 4px 0 0; font-size: 15px; color: var(--fv-body); }
.fv-news--b-wrap { margin-top: -26px; position: relative; z-index: 2; }
.fv-news--b { background: #fff; border-radius: 14px; box-shadow: 0 8px 28px rgba(29,43,54,.1); padding: 16px 22px; display: flex; gap: 16px; align-items: center; font-size: 15px; color: var(--fv-body); flex-wrap: wrap; }
.fv-news--c { background: var(--fv-ink); color: #fff; padding: 18px 0; font-size: 15px; }
.fv-news--c .container-xl { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.fv-news--c a { color: var(--fv-cyan-light); font-weight: 700; }
.fv-badge { font-weight: 800; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; padding: 6px 10px; border-radius: 6px; white-space: nowrap; }
.fv-badge .bi { margin-right: 5px; }
.fv-badge--orange { background: var(--fv-orange-soft); color: var(--fv-orange); }
.fv-badge--solid { background: var(--fv-orange); color: #fff; }

/* Hero B */
.fv-hero--b { background: var(--fv-cyan); color: #fff; padding: 56px 0 64px; position: relative; overflow: hidden; }
.fv-hero--b .fv-lead { color: #fff; opacity: .95; }
.fv-hero-blob { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: var(--fv-orange); right: -160px; top: -260px; opacity: .9; }
.fv-hero--b .container-xl { position: relative; }
.fv-quote-inline { background: rgba(255,255,255,.14); border-radius: 14px; padding: 18px 20px; display: flex; gap: 16px; align-items: center; max-width: 520px; }
.fv-quote-inline p { margin: 0 0 4px; font-size: 16px; font-weight: 600; line-height: 1.4; } .fv-quote-inline span { font-size: 13px; opacity: .85; }
.fv-booking { background: #fff; color: var(--fv-ink); border-radius: 20px; padding: 22px; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.fv-booking-tabs { display: flex; gap: 6px; background: var(--fv-light); border-radius: 10px; padding: 4px; margin-bottom: 16px; }
.fv-booking-tabs button { flex: 1; border: 0; background: transparent; border-radius: 8px; padding: 9px; font-weight: 700; font-size: 14px; color: var(--fv-muted); }
.fv-booking-tabs button.active { background: #fff; color: var(--fv-ink); box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.fv-booking-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-size: 15px; } .fv-booking-head .bi { color: var(--fv-muted); }
.fv-booking-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.fv-booking-days { font-size: 12px; text-align: center; color: var(--fv-muted); margin-bottom: 6px; text-transform: capitalize; }
.fv-slot { border: 0; border-radius: 8px; padding: 9px 0; font-size: 13px; font-weight: 600; background: var(--fv-cyan-soft); color: var(--fv-cyan); }
.fv-slot:hover { background: var(--fv-cyan); color: #fff; }
.fv-slot.is-taken { background: var(--fv-light); color: var(--fv-disabled); text-decoration: line-through; }
.fv-slot.is-selected { background: var(--fv-cyan); color: #fff; }
.fv-booking-cta { margin-top: 16px; padding: 13px; border-radius: 10px; }
.fv-booking-note { margin: 12px 0 0; text-align: center; font-size: 12px; color: var(--fv-muted); } .fv-booking-note .bi { margin-right: 5px; }

/* Tiles B */
.fv-tile--b { min-height: 190px; justify-content: space-between; border: 0; border-radius: 18px; }
.fv-tile--b > .bi { font-size: 32px; }
.fv-tile--b strong { display: block; font-size: 19px; } .fv-tile--b span { font-size: 14px; }
.fv-tile--b.bg-cyan span, .fv-tile--b.bg-orange span { color: rgba(255,255,255,.9); }
.fv-tile--b.bg-cyan:hover, .fv-tile--b.bg-orange:hover { color: #fff; }
.fv-tile--soft { background: var(--fv-light); }
.fv-tile--dash { background: #fff; border: 2px dashed var(--fv-grey); }
.fv-about-card { border: 1px solid var(--fv-line); border-radius: 18px; padding: 32px; display: flex; gap: 28px; align-items: center; height: 100%; flex-wrap: wrap; }
.fv-about-card > div { flex: 1 1 300px; } .fv-about-card h3 { font-size: 26px; margin: 0 0 10px; } .fv-about-card p { color: var(--fv-body); line-height: 1.6; }
.fv-hours-card { background: var(--fv-ink); color: #fff; border-radius: 18px; padding: 32px; display: flex; flex-direction: column; gap: 14px; height: 100%; font-size: 15px; }
.fv-hours-card > strong { font-size: 20px; }
.fv-hours-card > div { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 8px; }
.fv-hours-card > a { margin-top: auto; color: var(--fv-orange); font-weight: 700; } .fv-hours-card > a .bi { margin-right: 6px; }

/* Hero C */
.fv-hero--c { padding: 40px 0 0; }
.fv-hero-c-text { padding-bottom: 56px; }
.fv-quote-plain { font-size: 22px; line-height: 1.45; font-weight: 600; max-width: 480px; margin: 0 0 10px; }
.fv-agenda-cards { max-width: 560px; }
.fv-agenda-card { display: flex; flex-direction: column; gap: 4px; border-radius: 14px; padding: 18px 20px; color: #fff; height: 100%; }
.fv-agenda-card:hover { color: #fff; filter: brightness(.95); }
.fv-agenda-card strong { font-size: 16px; } .fv-agenda-card strong .bi { margin-right: 8px; } .fv-agenda-card span { font-size: 13px; opacity: .95; }
.fv-arch { position: relative; height: 520px; }
.fv-arch-bg { position: absolute; left: 40px; right: 0; bottom: 0; height: 460px; border-radius: 230px 230px 0 0; background: var(--fv-orange); }
.fv-arch-photo { position: absolute; inset: 0 30px 0 70px; border-radius: 200px 200px 0 0; background: var(--fv-grey) center top/cover no-repeat; }
.fv-float-card { position: absolute; left: 0; top: 70px; background: #fff; border-radius: 14px; box-shadow: var(--fv-shadow); padding: 14px 18px; font-size: 14px; display: flex; gap: 12px; align-items: center; }
.fv-float-card .bi { color: var(--fv-cyan); font-size: 22px; } .fv-float-card span { color: var(--fv-muted); display: block; }
@media (max-width: 991.98px) { .fv-arch { height: 380px; } }

/* List rows (C) */
.fv-list-row { display: grid; grid-template-columns: 44px 1fr 1.4fr 24px; gap: 18px; align-items: center; padding: 20px 0; border-top: 1px solid var(--fv-line); color: var(--fv-ink); }
.fv-list-row:last-child { border-bottom: 1px solid var(--fv-line); }
.fv-list-row > .bi:first-child { font-size: 24px; } .fv-list-row strong { font-size: 20px; } .fv-list-row span { color: var(--fv-muted); font-size: 15px; }
.fv-list-row:hover { color: var(--fv-cyan); } .fv-list-row:hover strong { color: var(--fv-cyan); }
@media (max-width: 575.98px) { .fv-list-row { grid-template-columns: 36px 1fr 24px; } .fv-list-row span { display: none; } }
.fv-info-band { background: var(--fv-light); border-radius: 24px; padding: 40px; margin: 0; }
.fv-info-band .bi { font-size: 26px; color: var(--fv-cyan); } .fv-info-band h3 { font-size: 20px; margin: 12px 0 6px; } .fv-info-band p { margin: 0; font-size: 15px; color: var(--fv-muted); line-height: 1.55; } .fv-info-band a { font-weight: 700; }

/* Pages */
.fv-page { padding: 48px 0 64px; }
.fv-page-head { margin-bottom: 32px; } .fv-page-head h1 { font-size: clamp(32px, 4vw, 44px); margin: 0; }
.fv-content { font-size: 17px; line-height: 1.7; color: var(--fv-body); } .fv-content h2 { font-size: 26px; margin: 32px 0 12px; color: var(--fv-ink); } .fv-content h3 { font-size: 20px; margin: 24px 0 8px; color: var(--fv-ink); }
.fv-contact-card { background: var(--fv-light); border-radius: 18px; padding: 26px; position: sticky; top: 100px; }
.fv-contact-card strong { font-size: 18px; display: block; margin-bottom: 6px; } .fv-contact-card p { color: var(--fv-muted); font-size: 15px; }
.fv-tile--post { display: block; } .fv-tile--post h2 a { color: var(--fv-ink); } .fv-tile--post p { color: var(--fv-muted); font-size: 15px; margin: 0; }
.fv-pagination { margin-top: 32px; } .page-numbers { padding: 6px 12px; border-radius: 8px; } .page-numbers.current { background: var(--fv-cyan); color: #fff; }

/* Form */
.fv-form { background: #fff; border: 1px solid var(--fv-line); border-radius: 18px; padding: 32px; }
.fv-form-h { margin: 28px 0 14px; padding-bottom: 8px; border-bottom: 1px solid var(--fv-line); } .fv-form-h:first-child { margin-top: 0; }
.form-label { font-weight: 600; font-size: 14px; }
.form-control, .form-select { border-radius: 8px; border-color: var(--fv-grey); padding: .6rem .8rem; }
.form-control:focus, .form-select:focus, .form-check-input:focus { border-color: var(--fv-cyan); box-shadow: 0 0 0 .2rem rgba(26,154,214,.2); }
.form-check-input:checked { background-color: var(--fv-cyan); border-color: var(--fv-cyan); }

/* Footer */
.fv-footer { font-size: 14px; }
.fv-footer--a { background: var(--fv-ink); color: #c8d3db; padding: 48px 0 20px; }
.fv-footer--a a { color: #c8d3db; } .fv-footer--a a:hover { color: #fff; }
.fv-footer--a .fv-footer-title { color: #fff; }
.fv-footer--a .fv-footer-bottom { color: #8d9ca8; border-top: 1px solid rgba(255,255,255,.12); }
.fv-footer--b { background: var(--fv-light); color: var(--fv-body); padding: 36px 0 18px; }
.fv-footer--c { border-top: 1px solid var(--fv-line); color: var(--fv-body); padding: 40px 0 20px; }
.fv-footer-title { display: block; margin-bottom: 10px; font-weight: 800; color: var(--fv-ink); }
.fv-footer p { margin: 0; line-height: 1.9; }
.fv-footer-grid { padding-bottom: 32px; }
.fv-logo--footer img { height: 40px; background: #fff; border-radius: 8px; padding: 6px 10px; }
.fv-footer-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-bottom: 22px; border-bottom: 1px solid var(--fv-line); }
.fv-footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 16px; font-size: 13px; color: #8d9ca8; border-top: 1px solid var(--fv-line); }
.fv-footer--a .fv-footer-grid { border-bottom: 1px solid rgba(255,255,255,.12); } .fv-footer--a .fv-footer-bottom { border-top: 0; }
.fv-legal { list-style: none; margin: 0; padding: 0; display: flex; gap: 18px; flex-wrap: wrap; }
.fv-legal a { color: inherit; font-weight: 600; } .fv-legal a:hover { color: var(--fv-cyan); }

/* Zo werkt het */
.fv-steps-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fv-steps-list li { display: flex; flex-direction: column; gap: 14px; background: #fff; border: 1px solid var(--fv-line); border-radius: var(--fv-radius); padding: 24px; }
.fv-step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--fv-cyan-soft); color: var(--fv-cyan); font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }
.fv-steps-list strong { display: block; font-size: 18px; margin-bottom: 6px; }
.fv-steps-list p { margin: 0; color: var(--fv-muted); font-size: 15px; line-height: 1.55; }
.fv-steps--b .fv-steps-list li { border: 0; background: var(--fv-light); }
.fv-steps--b .fv-step-num { background: var(--fv-orange); color: #fff; }
.fv-steps--c .fv-steps-list { grid-template-columns: 1fr; gap: 0; }
.fv-steps--c .fv-steps-list li { flex-direction: row; align-items: flex-start; border: 0; border-top: 1px solid var(--fv-line); border-radius: 0; background: transparent; padding: 20px 0; }
.fv-steps--c .fv-steps-list li:last-child { border-bottom: 1px solid var(--fv-line); }
.fv-steps--c .fv-step-num { background: var(--fv-orange); color: #fff; flex: none; }
body.fv-bg-tint .fv-steps--b .fv-steps-list li { background: #fff; }
@media (max-width: 767.98px) { .fv-steps-list { grid-template-columns: 1fr; } }

/* Reviews */
.fv-score { display: flex; align-items: center; gap: 12px; }
.fv-score strong { font-size: 40px; font-weight: 800; line-height: 1; color: var(--fv-ink); }
.fv-score span { font-size: 12px; color: var(--fv-muted); line-height: 1.5; } .fv-score .bi { color: var(--fv-orange); font-size: 13px; }
.fv-review { margin: 0; height: 100%; background: #fff; border: 1px solid var(--fv-line); border-radius: var(--fv-radius); padding: 24px; display: flex; flex-direction: column; }
.fv-review > .bi { color: var(--fv-orange); font-size: 26px; line-height: 1; }
.fv-review p { margin: 6px 0 14px; font-size: 16px; line-height: 1.55; font-weight: 500; flex: 1; }
.fv-review footer { font-size: 13px; color: var(--fv-muted); font-weight: 600; }
.fv-reviews--b .fv-review { border: 0; background: var(--fv-cyan); color: #fff; } .fv-reviews--b .fv-review > .bi { color: #fff; opacity: .7; } .fv-reviews--b .fv-review footer { color: rgba(255,255,255,.85); }
.fv-reviews--b .col-lg-4:nth-child(2) .fv-review { background: var(--fv-orange); } .fv-reviews--b .col-lg-4:nth-child(3) .fv-review { background: var(--fv-ink); }
.fv-reviews--c .fv-review { border: 0; border-left: 3px solid var(--fv-orange); border-radius: 0; background: transparent; padding: 4px 0 4px 22px; }
.fv-reviews--c .fv-review > .bi { display: none; } .fv-reviews--c .fv-review p { font-size: 18px; margin-top: 0; }

/* FAQ */
.fv-accordion { --bs-accordion-border-color: var(--fv-line); --bs-accordion-btn-focus-box-shadow: none; --bs-accordion-active-bg: #fff; --bs-accordion-active-color: var(--fv-cyan); --bs-accordion-btn-padding-y: 1.1rem; --bs-accordion-border-radius: 14px; --bs-accordion-inner-border-radius: 13px; }
.fv-accordion .accordion-item { margin-bottom: 10px; border-radius: 14px; overflow: hidden; }
.fv-accordion .accordion-button { font-weight: 700; font-size: 16px; }
.fv-accordion .accordion-body { color: var(--fv-body); line-height: 1.6; padding-top: 0; }
.fv-faq--c .fv-accordion .accordion-item { border: 0; border-bottom: 1px solid var(--fv-line); border-radius: 0; margin: 0; background: transparent; }
.fv-faq--c .fv-accordion .accordion-button { background: transparent; padding-left: 0; padding-right: 0; } .fv-faq--c .fv-accordion .accordion-body { padding-left: 0; }

/* Contactstrook */
.fv-contact-strip { background: var(--fv-ink); color: #fff; padding: 64px 0; margin-top: 32px; }
.fv-contact-strip .fv-h2 { color: #fff; }
.fv-contact-text { color: #c8d3db; font-size: 16px; line-height: 1.6; margin: 0 0 22px; max-width: 420px; }
.btn-outline-strip { border: 2px solid rgba(255,255,255,.35); color: #fff; } .btn-outline-strip:hover { background: #fff; color: var(--fv-ink); }
.fv-contact-item { display: flex; flex-direction: column; gap: 4px; height: 100%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 20px; color: #fff; font-size: 14px; line-height: 1.5; }
.fv-contact-item:hover { background: rgba(255,255,255,.12); color: #fff; }
.fv-contact-item .bi { font-size: 22px; color: var(--fv-orange); margin-bottom: 6px; }
.fv-contact-item span { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #8d9ca8; font-weight: 700; }
.fv-contact-item strong { font-weight: 600; word-break: break-word; }
.fv-contact-strip--b { background: var(--fv-cyan); } .fv-contact-strip--b .fv-contact-text { color: rgba(255,255,255,.9); } .fv-contact-strip--b .fv-contact-item span { color: rgba(255,255,255,.7); } .fv-contact-strip--b .fv-contact-item .bi { color: #fff; }
.fv-contact-strip--c { background: var(--fv-orange); } .fv-contact-strip--c .fv-contact-text { color: rgba(255,255,255,.92); } .fv-contact-strip--c .fv-contact-item span { color: rgba(255,255,255,.75); } .fv-contact-strip--c .fv-contact-item .bi { color: #fff; }
.fv-contact-strip--c .btn-orange { background: var(--fv-ink); border-color: var(--fv-ink); }
.fv-footer--a { margin-top: 0; } .fv-variant-a .fv-contact-strip + .fv-footer, .fv-contact-strip--a { border-bottom: 1px solid rgba(255,255,255,.12); }
body.fv-bg-tint .fv-review, body.fv-bg-tint .fv-accordion .accordion-item { background: #fff; }

/* Variant-switcher (alleen beheerders, homepage) */
.fv-switcher { position: fixed; right: 16px; bottom: 56px; z-index: 1050; display: flex; align-items: center; gap: 4px; background: var(--fv-ink); color: #fff; border-radius: 999px; padding: 6px 8px 6px 14px; font-size: 13px; box-shadow: var(--fv-shadow); }
.fv-switcher > span { font-weight: 700; margin-right: 6px; opacity: .8; }
.fv-switcher a { color: #fff; width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
.fv-switcher a:hover { background: rgba(255,255,255,.15); color: #fff; }
.fv-switcher a.active { background: var(--fv-orange); }
.fv-switcher .fv-switcher-save { width: auto; border-radius: 999px; padding: 0 12px; margin-left: 6px; background: var(--fv-cyan); font-size: 12px; }

/* Cookiebalk — geen pop-up */
.fv-cookiebar { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1px solid var(--fv-line); box-shadow: 0 -4px 20px rgba(29,43,54,.08); font-size: 13px; color: var(--fv-body); z-index: 1040; }
.fv-cookiebar .container-xl { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 8px; padding-bottom: 8px; }
.fv-cookiebar .bi { color: var(--fv-orange); margin-right: 8px; }
.fv-cookiebar .btn-link { color: var(--fv-cyan); text-decoration: none; padding: 4px 8px; }
