/* Bosstad Tweewielers – fietsverhuur (2026-09-27). Hoort bij novamira-sandbox/bosstad-verhuur.php ([bosstad_verhuur]). */

.bs-vh { font-family: var(--bs-font-body, Barlow, sans-serif); color: var(--bs-text, #4A5356); font-size: 16px; line-height: 1.6; }
.bs-vh *, .bs-vh *::before, .bs-vh *::after { box-sizing: border-box; }
.bs-vh svg { width: 18px; height: 18px; flex: none; }
.bs-vh__wrap { width: 100%; max-width: var(--bs-wrap, 1440px); margin: 0 auto; padding: 0 var(--bs-gutter, 48px); }
.bs-vh__sec { padding: var(--bs-section, 88px) 0; }

/* Koppen – Solace zet h2/h3 serif + kleur, daarom body-prefix en !important waar nodig */
.bs-vh__kop { max-width: 720px; margin-bottom: 44px; }
.bs-vh__kop--midden { margin-left: auto; margin-right: auto; text-align: center; }
.bs-vh .bs-vh__eyebrow { margin: 0 0 14px; font: 700 12.5px/1 var(--bs-font-body, Barlow, sans-serif); letter-spacing: .16em; text-transform: uppercase; color: var(--bs-teal, #0F8A7C); }
body .bs-vh .bs-vh__h2 { margin: 0 !important; font-family: var(--bs-font-display, Newsreader, Georgia, serif) !important; font-weight: 400 !important; font-size: clamp(30px, 3.2vw, 44px) !important; line-height: 1.08 !important; letter-spacing: -.01em; color: var(--bs-ink, #1C2022) !important; }
.bs-vh .bs-vh__intro { margin: 16px 0 0; max-width: 60ch; font-size: 17px; line-height: 1.6; }
body .bs-vh h3 { margin: 0; font-family: var(--bs-font-display, Newsreader, Georgia, serif) !important; font-weight: 400 !important; color: var(--bs-ink, #1C2022) !important; }

/* ------------------------------------------------------------------ Prijzen */
.bs-vh__tarieven { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(0, .92fr); gap: 20px; align-items: stretch; }
.bs-vh__tarief {
	position: relative; display: flex; flex-direction: column; overflow: hidden; isolation: isolate;
	background: var(--bs-surface, #fff); border: 1px solid var(--bs-border, #E3E4E2); border-radius: 10px;
	box-shadow: var(--bs-shadow-soft, 0 8px 24px rgba(28, 32, 34, .06));
	transition: transform .35s var(--bs-ease, ease), box-shadow .35s ease;
}
.bs-vh__tarief:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(28, 32, 34, .12); }
.bs-vh__foto { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #E9ECEA; }
.bs-vh .bs-vh__foto img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--bs-ease, ease); }
.bs-vh__tarief:hover .bs-vh__foto img { transform: scale(1.04); }
/* Vitrine: echte fiets op wit, met spotlicht en schaduw (zelfde taal als de categorietegels) */
.bs-vh__foto--vitrine { display: flex; align-items: center; justify-content: center; padding: 26px 28px 18px; background: radial-gradient(110% 90% at 50% 35%, #FFFFFF 0%, #F3F4F2 50%, #E9ECEA 100%); }
.bs-vh__foto--vitrine::after { content: ""; position: absolute; left: 22%; right: 22%; bottom: 9%; height: 14px; border-radius: 50%; background: radial-gradient(closest-side, rgba(28, 32, 34, .18), rgba(28, 32, 34, 0)); }
.bs-vh .bs-vh__foto--vitrine img { position: relative; z-index: 1; width: auto; height: 100%; max-width: 100%; object-fit: contain; mix-blend-mode: multiply; }
.bs-vh__tarief--ebike .bs-vh__foto--vitrine { background: radial-gradient(90% 85% at 50% 40%, #FFFFFF 0%, #EEF3F1 55%, #DCE7E4 100%); }
.bs-vh__chip { position: absolute; z-index: 2; top: 16px; left: 16px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px 7px 10px; border-radius: 999px; background: rgba(14, 18, 20, .72); color: #fff; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.bs-vh__chip svg { width: 15px; height: 15px; color: var(--bs-turquoise, #33C7B7); }
.bs-vh__tarief-body { display: flex; flex-direction: column; flex: 1; padding: 26px 28px 28px; }
.bs-vh .bs-vh__label { margin: 0 0 6px; font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--bs-teal, #0F8A7C); }
body .bs-vh .bs-vh__naam { font-size: 26px !important; line-height: 1.15 !important; }
.bs-vh .bs-vh__prijs { display: flex; align-items: baseline; gap: 4px; margin: 18px 0 14px; padding-bottom: 18px; border-bottom: 1px solid var(--bs-border-soft, #EEF0EF); color: var(--bs-ink, #1C2022); }
.bs-vh__euro { align-self: flex-start; margin-top: 8px; font-family: var(--bs-font-display, Newsreader, serif); font-size: 28px; line-height: 1; }
.bs-vh__bedrag { font-family: var(--bs-font-display, Newsreader, serif); font-size: 72px; line-height: .9; letter-spacing: -.02em; }
.bs-vh__per { margin-left: 8px; font-size: 15px; font-weight: 600; color: var(--bs-muted, #697478); }
.bs-vh .bs-vh__tekst { margin: 0 0 16px; font-size: 15.5px; line-height: 1.55; }
.bs-vh .bs-vh__lijst { display: grid; gap: 9px; margin: 0 0 26px; padding: 0; list-style: none; }
.bs-vh .bs-vh__lijst li { display: flex; align-items: flex-start; gap: 10px; margin: 0; font-size: 15px; line-height: 1.45; color: var(--bs-ink-2, #2C3235); }
.bs-vh__lijst svg { margin-top: 1px; color: var(--bs-teal, #0F8A7C); }

.bs-vh .bs-vh__knop {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px; margin-top: auto; padding: 16px 24px;
	border-radius: 2px; background: var(--bs-turquoise, #33C7B7); color: var(--bs-btn-ink, #06110F) !important;
	font-size: 15px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration: none !important;
	transition: background-color .18s ease;
}
.bs-vh .bs-vh__knop:hover { background: var(--bs-turquoise-light, #4FD8C8); }
.bs-vh .bs-vh__knop--licht { background: transparent; border: 1px solid var(--bs-ink, #1C2022); color: var(--bs-ink, #1C2022) !important; }
.bs-vh .bs-vh__knop--licht:hover { background: var(--bs-ink, #1C2022); color: #fff !important; }
.bs-vh__knop svg { transition: transform .2s ease; }
.bs-vh__knop:hover svg { transform: translateX(3px); }

/* E-bike-kaart: donker met turquoise gloed (zelfde taal als de urenkaart) */
.bs-vh__tarief--ebike {
	border-color: rgba(255, 255, 255, .08);
	background: radial-gradient(120% 80% at 100% 100%, rgba(51, 199, 183, .18) 0%, rgba(51, 199, 183, 0) 55%), linear-gradient(165deg, #17302D 0%, #111A1B 55%, #0E1214 100%);
	box-shadow: 0 2px 4px rgba(14, 18, 20, .08), 0 24px 56px rgba(14, 18, 20, .22);
	color: var(--bs-on-dark, #D2D9DA);
}
.bs-vh__tarief--ebike .bs-vh__label { color: var(--bs-turquoise, #33C7B7); }
body .bs-vh .bs-vh__tarief--ebike h3, .bs-vh__tarief--ebike .bs-vh__prijs { color: #fff !important; }
.bs-vh__tarief--ebike .bs-vh__prijs { border-bottom-color: rgba(255, 255, 255, .1); }
.bs-vh__tarief--ebike .bs-vh__per { color: rgba(255, 255, 255, .6); }
.bs-vh .bs-vh__tarief--ebike .bs-vh__tekst { color: var(--bs-on-dark, #D2D9DA); }
.bs-vh .bs-vh__tarief--ebike .bs-vh__lijst li { color: #fff; }
.bs-vh__tarief--ebike .bs-vh__lijst svg { color: var(--bs-turquoise, #33C7B7); }

/* Goed om te weten */
.bs-vh__weten { display: flex; flex-direction: column; padding: 30px 28px; border-radius: 10px; background: var(--bs-surface-soft, #F6F5F2); border: 1px solid var(--bs-border-soft, #EEF0EF); }
.bs-vh__weten ul { display: grid; gap: 22px; margin: 6px 0 0; padding: 0; list-style: none; }
.bs-vh__weten li { display: flex; gap: 14px; margin: 0; font-size: 15px; line-height: 1.5; }
.bs-vh__weten strong { display: block; margin-bottom: 2px; font-weight: 600; color: var(--bs-ink, #1C2022); }
.bs-vh__rond { display: inline-grid; place-items: center; width: 42px; height: 42px; flex: none; border-radius: 50%; background: rgba(51, 199, 183, .14); color: var(--bs-teal, #0F8A7C); }
.bs-vh__rond svg { width: 20px; height: 20px; }
.bs-vh .bs-vh__klein { margin: auto 0 0; padding-top: 22px; font-size: 13.5px; color: var(--bs-muted, #697478); }

/* ------------------------------------------------------------------ Stappen */
.bs-vh__stappen-sec { background: var(--bs-surface-soft, #F6F5F2); border-top: 1px solid var(--bs-border, #E3E4E2); border-bottom: 1px solid var(--bs-border, #E3E4E2); }
.bs-vh .bs-vh__stappen { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.bs-vh__stappen::before { content: ""; position: absolute; top: 28px; left: 12.5%; right: 12.5%; height: 1px; background: repeating-linear-gradient(90deg, rgba(15, 138, 124, .45) 0 6px, transparent 6px 12px); }
.bs-vh .bs-vh__stappen li { position: relative; margin: 0; padding: 0; text-align: center; list-style: none !important; }
.bs-vh .bs-vh__stappen li::marker { content: none; }
.bs-vh__nr { position: relative; display: inline-grid; place-items: center; width: 56px; height: 56px; margin-bottom: 20px; border-radius: 50%; background: var(--bs-dark, #0E1214); color: #fff; font-family: var(--bs-font-display, Newsreader, serif); font-size: 26px; line-height: 1; box-shadow: 0 0 0 8px var(--bs-surface-soft, #F6F5F2), 0 0 0 9px rgba(15, 138, 124, .25); }
body .bs-vh .bs-vh__stappen h3 { margin-bottom: 8px; font-size: 24px !important; line-height: 1.2 !important; }
.bs-vh .bs-vh__stappen p { max-width: 30ch; margin: 0 auto; font-size: 15.5px; line-height: 1.55; }

/* ------------------------------------------------------------------ Waarvoor (bento) */
.bs-vh__bento { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 20px; }
.bs-vh__bento-foto { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 560px; overflow: hidden; border-radius: 10px; isolation: isolate; background: #1C2022; }
.bs-vh .bs-vh__bento-foto img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 100% 50%; z-index: -1; transition: transform .8s var(--bs-ease, ease); }
.bs-vh__bento-foto:hover img { transform: scale(1.03); }
.bs-vh__bento-foto::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(14, 18, 20, 0) 30%, rgba(14, 18, 20, .55) 58%, rgba(14, 18, 20, .92) 100%); }
.bs-vh__bento-tekst { max-width: 540px; padding: 0 40px 40px; }
.bs-vh__bento-tekst .bs-vh__eyebrow { color: var(--bs-turquoise-light, #4FD8C8) !important; }
body .bs-vh .bs-vh__bento-tekst .bs-vh__h2 { color: #fff !important; }
.bs-vh .bs-vh__bento-tekst p:last-child { margin: 14px 0 0; font-size: 17px; line-height: 1.55; color: rgba(255, 255, 255, .88); }

.bs-vh__redenen { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.bs-vh .bs-vh__reden { display: flex; flex-direction: column; gap: 10px; padding: 26px 24px; border-radius: 10px; border: 1px solid var(--bs-border, #E3E4E2); background: radial-gradient(110% 90% at 0% 0%, #FFFFFF 0%, #F6F7F5 60%, #EEF1EF 100%); color: inherit; text-decoration: none; transition: transform .35s var(--bs-ease, ease), box-shadow .35s ease, border-color .35s ease; }
.bs-vh .bs-vh__reden:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(28, 32, 34, .10); border-color: rgba(15, 138, 124, .35); }
.bs-vh .bs-vh__reden .bs-vh__rond { margin-bottom: 6px; }
body .bs-vh .bs-vh__reden h3 { font-size: 22px !important; line-height: 1.2 !important; }
.bs-vh .bs-vh__reden p { margin: 0; font-size: 15px; line-height: 1.55; }
.bs-vh .bs-vh__reden--link { background: var(--bs-teal-deep, #1E4A46); border-color: transparent; color: var(--bs-on-dark, #D2D9DA); }
.bs-vh .bs-vh__reden--link:hover { color: var(--bs-on-dark, #D2D9DA); border-color: transparent; }
body .bs-vh .bs-vh__reden--link h3 { color: #fff !important; }
.bs-vh__reden--link .bs-vh__rond { background: rgba(51, 199, 183, .2); color: var(--bs-turquoise-light, #4FD8C8); }
.bs-vh__meer { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 8px; font-size: 14.5px; font-weight: 600; color: var(--bs-turquoise-light, #4FD8C8); }
.bs-vh__meer svg { transition: transform .2s ease; }
.bs-vh__reden--link:hover .bs-vh__meer svg { transform: translateX(4px); }

/* ------------------------------------------------------------------ Reserveren: aanvraagformulier op donker */
.bs-vh__reserveren { position: relative; background: radial-gradient(90% 70% at 100% 0%, rgba(51, 199, 183, .14) 0%, rgba(51, 199, 183, 0) 60%), linear-gradient(170deg, #142725 0%, #0E1214 70%); color: var(--bs-on-dark, #D2D9DA); scroll-margin-top: 90px; }
.bs-vh__reserveren .bs-vh__eyebrow { color: var(--bs-turquoise-light, #4FD8C8) !important; }
body .bs-vh .bs-vh__reserveren .bs-vh__h2 { color: #fff !important; }
.bs-vh .bs-vh__reserveren .bs-vh__intro { color: var(--bs-on-dark, #D2D9DA); }

.bs-vh__aanvraag { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 64px; align-items: start; }
.bs-vh__aanvraag-tekst { position: sticky; top: 110px; }
.bs-vh .bs-vh__zeker { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.bs-vh .bs-vh__zeker li { display: flex; gap: 12px; margin: 0; font-size: 16px; line-height: 1.5; color: #fff; }
.bs-vh__zeker svg { margin-top: 2px; color: var(--bs-turquoise, #33C7B7); }

/* Liever bellen: inklapbare lijst met nummers per vestiging */
.bs-vh__bellen { margin-top: 32px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 10px; background: rgba(255, 255, 255, .04); }
.bs-vh__bellen summary { display: flex; align-items: center; gap: 10px; padding: 16px 20px; cursor: pointer; list-style: none; font-weight: 600; color: #fff; }
.bs-vh__bellen summary::-webkit-details-marker { display: none; }
.bs-vh__bellen summary svg { color: var(--bs-turquoise, #33C7B7); }
.bs-vh__bellen summary::after { content: ""; width: 9px; height: 9px; margin-left: auto; border-right: 1.6px solid var(--bs-turquoise, #33C7B7); border-bottom: 1.6px solid var(--bs-turquoise, #33C7B7); transform: rotate(45deg) translateY(-3px); transition: transform .2s ease; }
.bs-vh__bellen[open] summary::after { transform: rotate(-135deg); }
.bs-vh .bs-vh__bellen ul { margin: 0; padding: 0 20px 8px; list-style: none; }
.bs-vh .bs-vh__bellen li { display: flex; justify-content: space-between; gap: 12px; margin: 0; padding: 10px 0; border-top: 1px solid rgba(255, 255, 255, .08); font-size: 15px; }
.bs-vh .bs-vh__bellen li a { color: var(--bs-turquoise-light, #4FD8C8) !important; font-weight: 600; text-decoration: none !important; white-space: nowrap; }
.bs-vh .bs-vh__bellen p { margin: 0; padding: 0 20px 16px; font-size: 13.5px; color: var(--bs-on-dark-muted, #C3CBCD); }

/* Formulierkaart: stijl van het contactformulier (bs-gf), iets rijker */
.bs-vh .bs-vh__formkaart { padding: 36px; border: 0; border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 30px 70px rgba(0, 0, 0, .35); scroll-margin-top: 110px; }
.bs-vh .bs-vh__formkaart.bs-gf--ok { background: #fff; }
body .bs-vh .bs-vh__keuze { margin: 0 !important; padding: 0 !important; border: 0 !important; min-width: 0; background: none; }
.bs-vh .bs-vh__formkaart .bs-gf__row { align-content: start; }
.bs-vh__keuze legend { float: left; width: 100%; margin: 0 0 10px; padding: 0; font-size: 15px; font-weight: 600; color: var(--bs-ink, #1C2022); }
.bs-vh__keuze legend span { color: var(--bs-teal, #0F8A7C); }
.bs-vh__keuze-grid { clear: both; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bs-vh .bs-vh__optie { display: grid; gap: 12px; padding: 16px; border: 1px solid var(--bs-border, #E3E4E2); border-radius: 8px; background: var(--bs-surface-soft, #F6F5F2); cursor: pointer; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.bs-vh .bs-vh__optie:hover { border-color: rgba(15, 138, 124, .45); }
.bs-vh .bs-vh__optie.is-gekozen { border-color: var(--bs-teal, #0F8A7C); background: #EEF8F6; box-shadow: inset 0 0 0 1px var(--bs-teal, #0F8A7C); }
.bs-vh__optie-kop { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; }
.bs-vh__optie-kop svg { grid-row: 1 / span 2; width: 34px; height: 34px; padding: 8px; border-radius: 50%; background: rgba(51, 199, 183, .16); color: var(--bs-teal, #0F8A7C); }
.bs-vh__optie-kop strong { font-size: 16px; color: var(--bs-ink, #1C2022); }
.bs-vh__optie-kop em { font-style: normal; font-size: 13.5px; color: var(--bs-muted, #697478); }
.bs-vh .bs-vh__optie select { min-height: 44px; padding-top: 10px; padding-bottom: 10px; }
.bs-vh .bs-gf__hint.is-fout { color: #A3342A; font-weight: 600; }

.bs-vh__totaal { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; padding: 14px 18px; border-radius: 8px; background: linear-gradient(135deg, #17302D 0%, #0E1214 100%); color: #fff; }
.bs-vh__totaal[hidden] { display: none; }
.bs-vh__totaal span { font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--bs-turquoise-light, #4FD8C8); }
.bs-vh__totaal strong { margin-left: auto; font-family: var(--bs-font-display, Newsreader, serif); font-size: 30px; font-weight: 400; line-height: 1; }
.bs-vh__totaal em { flex-basis: 100%; text-align: right; font-style: normal; font-size: 13.5px; color: rgba(255, 255, 255, .7); }

/* ------------------------------------------------------------------ FAQ */
.bs-vh__faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 56px; align-items: start; }
.bs-vh__faq .bs-vh__kop { position: sticky; top: 110px; margin-bottom: 0; }
.bs-vh .bs-vh__tekstlink { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-weight: 600; color: var(--bs-teal, #0F8A7C) !important; text-decoration: none !important; }
.bs-vh__tekstlink svg { transition: transform .2s ease; }
.bs-vh__tekstlink:hover svg { transform: translateX(4px); }
.bs-vh__vragen { border-top: 1px solid var(--bs-border, #E3E4E2); }
.bs-vh__vragen details { border-bottom: 1px solid var(--bs-border, #E3E4E2); }
.bs-vh__vragen summary { position: relative; display: block; padding: 22px 48px 22px 0; cursor: pointer; list-style: none; font-family: var(--bs-font-display, Newsreader, serif); font-size: 21px; line-height: 1.3; color: var(--bs-ink, #1C2022); transition: color .18s ease; }
.bs-vh__vragen summary::-webkit-details-marker { display: none; }
.bs-vh__vragen summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 12px; height: 12px; margin-top: -8px; border-right: 1.7px solid var(--bs-teal, #0F8A7C); border-bottom: 1.7px solid var(--bs-teal, #0F8A7C); transform: rotate(45deg); transition: transform .25s ease, margin .25s ease; }
.bs-vh__vragen details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.bs-vh__vragen summary:hover { color: var(--bs-teal, #0F8A7C); }
.bs-vh .bs-vh__vragen details p { max-width: 62ch; margin: -6px 0 0; padding: 0 48px 24px 0; font-size: 16px; line-height: 1.6; }

/* ------------------------------------------------------------------ Responsief */
@media (max-width: 1100px) {
	.bs-vh__tarieven { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bs-vh__weten { grid-column: 1 / -1; }
	.bs-vh__weten ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bs-vh__bento { grid-template-columns: 1fr; }
	.bs-vh__bento-foto { min-height: 440px; }
}
@media (max-width: 1024px) {
	.bs-vh__sec { padding: var(--bs-section-tablet, 64px) 0; }
	.bs-vh .bs-vh__stappen { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 40px; }
	.bs-vh__stappen::before { display: none; }
	.bs-vh__faq-grid { grid-template-columns: 1fr; gap: 32px; }
	.bs-vh__faq .bs-vh__kop { position: static; }
	.bs-vh__aanvraag { grid-template-columns: 1fr; gap: 36px; }
	.bs-vh__aanvraag-tekst { position: static; }
}
@media (max-width: 760px) {
	.bs-vh__sec { padding: var(--bs-section-mobile, 48px) 0; }
	.bs-vh__wrap { padding: 0 16px; }
	.bs-vh__kop { margin-bottom: 28px; }
	.bs-vh__tarieven { grid-template-columns: 1fr; gap: 16px; }
	.bs-vh__weten ul { grid-template-columns: 1fr; }
	.bs-vh__tarief-body { padding: 22px 20px 22px; }
	.bs-vh__bedrag { font-size: 60px; }
	.bs-vh .bs-vh__stappen { grid-template-columns: 1fr; gap: 0; }
	.bs-vh .bs-vh__stappen li { display: grid; grid-template-columns: 56px 1fr; column-gap: 18px; padding-bottom: 26px; text-align: left; }
	.bs-vh .bs-vh__stappen li:not(:last-child)::before { content: ""; position: absolute; left: 28px; top: 60px; bottom: 4px; width: 1px; background: repeating-linear-gradient(180deg, rgba(15, 138, 124, .45) 0 6px, transparent 6px 12px); }
	.bs-vh__nr { grid-row: 1 / span 2; margin: 0; }
	body .bs-vh .bs-vh__stappen h3 { align-self: end; margin: 4px 0 4px; font-size: 22px !important; }
	.bs-vh .bs-vh__stappen p { margin: 0; max-width: none; }
	.bs-vh__bento-foto { min-height: 400px; border-radius: 8px; }
	.bs-vh__bento-tekst { padding: 0 22px 26px; }
	.bs-vh__redenen { grid-template-columns: 1fr; gap: 12px; }
	.bs-vh .bs-vh__reden { padding: 22px 20px; }
	.bs-vh .bs-vh__formkaart { padding: 22px 18px; }
	.bs-vh__keuze-grid { grid-template-columns: 1fr; }
	.bs-vh__vragen summary { font-size: 19px; padding: 18px 40px 18px 0; }
	.bs-vh .bs-vh__vragen details p { padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
	.bs-vh *, .bs-vh *::before, .bs-vh *::after { transition: none !important; }
	.bs-vh__tarief:hover, .bs-vh .bs-vh__reden:hover { transform: none; }
}

