﻿@charset "UTF-8";
:root {
  --orange: #F47B20;
  --orange-dark: #D4660F;
  --orange-light: #FFF3E8;
  --orange-mid: #FDEBD8;
  --black: #111111;
  --white: #FFFFFF;
  --gray-50: #f5f1ed;
  --gray-100: #fff;
  --gray-300: #CCCBC8;
  --gray-500: #888785;
  --gray-700: #444341;
  --green: #1A6B3F;
  --green-light: #EAF4EE;
  --radius: 10px;
  --radius-sm: 8px;
  --radius-lg: 20px;
}

.btn-dark, .btn-ghost, .btn-default {
  padding: 10px 35px 8px 15px;
  margin-top: 20px;
  text-align: left;
  font-weight: bold;
  display: table;
  min-width: 225px;
  border: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: 0 !important;
  background: var(--my-var, #00a58c);
  border-radius: 50px;
  transition: background 0.3s ease-in-out;
  transform: scale(1);
}
.btn-dark:after, .btn-ghost:after, .btn-default:after {
  content: "";
  margin-left: 45px;
  background-image: url(/Resources/img/icons/chevron-white.svg);
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 17px;
}
.btn-dark:hover, .btn-ghost:hover, .btn-default:hover {
  background: #404040;
}

.model-aanbod #divFilter2 {
  display: none !important;
}

.calculator-hero {
  color: #000;
  padding: 35px 0 45px;
  position: relative;
  background: rgb(255, 172, 36);
  background: -moz-radial-gradient(circle, rgb(255, 172, 36) 0%, rgb(252, 140, 3) 100%);
  background: -webkit-radial-gradient(circle, rgb(255, 172, 36) 0%, rgb(252, 140, 3) 100%);
  background: radial-gradient(circle, rgb(255, 172, 36) 0%, rgb(252, 140, 3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffac24",endColorstr="#fc8c03",GradientType=1);
}
.calculator-hero .breadcrumbs {
  margin: 0;
}
.calculator-hero .text-main ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  margin: 0;
}
.calculator-hero .text-main ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.calculator-hero .text-main ul li:before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url(/Resources/img/icons/check-green.svg);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 2px;
  font-weight: 700;
  color: var(--button-color, #4ea33d);
}
.calculator-hero .text-main p .hero-link {
  display: none;
}
.calculator-hero .text-main .hero-link {
  padding: 10px 35px 8px 25px;
  margin-top: 20px;
  text-align: left;
  font-weight: 600;
  display: inline-block;
  border: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: 0 !important;
  background: #00a58c;
  border-radius: 50px;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
.calculator-hero .text-main .hero-link:hover {
  background: #404040;
}
.calculator-hero .text-main .hero-link:after {
  content: "";
  margin-left: 45px;
  background-image: url(/Resources/img/icons/chevron-white.svg);
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 17px;
}
.calculator-hero .text-main h1 {
  font-size: 34px;
  margin: 0 0 15px;
  line-height: 38px;
}
.calculator-hero a {
  color: #fff;
}
.calculator-hero a.smooth-scroll {
  display: table;
  margin-top: 5px;
}
.calculator-hero a.smooth-scroll:not(.hero-link) {
  text-decoration: underline !important;
}
.calculator-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.calculator-hero .inner {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 40px;
  display: table;
  width: 100%;
  max-width: 450px;
  color: #000;
  margin-top: -25px;
}
.calculator-hero .inner .btn-default {
  padding: 10px 35px 8px 15px;
  margin-top: 20px;
  text-align: left;
  font-weight: bold;
  display: table;
  min-width: 225px;
  border: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: 0 !important;
  background: var(--my-var, #00a58c);
  border-radius: 50px;
  transition: background 0.3s ease-in-out;
  transform: scale(1);
  display: table;
  margin: 15px auto -60px;
  min-width: 300px;
  text-align: center;
  font-weight: bold;
  padding: 10px 15px;
}
.calculator-hero .inner .btn-default:after {
  content: "";
  margin-left: 45px;
  background-image: url(/Resources/img/icons/chevron-white.svg);
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 17px;
}
.calculator-hero .inner .btn-default:hover {
  background: #404040;
}
.calculator-hero .inner .btn-default:after {
  display: none;
}
.calculator-hero .inner .price-total {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  position: relative;
}
.calculator-hero .inner .price-total i {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  font-style: initial;
  color: #fff;
  white-space: nowrap;
}
.calculator-hero .inner .price-total i:before {
  content: "";
  position: relative;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(/Resources/img/icons/check-white.svg);
  color: #fff;
  top: 2px;
  margin-right: 10px;
  display: inline-block;
}
.calculator-hero .inner .price-total b {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: var(--my-var, #000);
  font-weight: bold;
}
.calculator-hero .inner .switch-link {
  border-radius: 50px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--my-var, #f17a00);
  padding: 6px;
  margin-bottom: 25px;
}
.calculator-hero .inner .switch-link a {
  margin: 0 !important;
  padding: 7px 10px 5px;
  color: #000;
  text-align: center;
  cursor: pointer;
  font-weight: 300;
  border-radius: 33px;
  width: 50%;
  font-size: 18px;
}
.calculator-hero .inner .switch-link a.active {
  color: #fff;
  background: var(--my-var, #00a58c);
  font-weight: bold;
}
.calculator-hero .inner .type-switch {
  border-radius: 50px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--my-var, #f17a00);
  padding: 6px;
  margin-bottom: 25px;
}
.calculator-hero .inner .type-switch li {
  width: 50%;
}
.calculator-hero .inner .type-switch li label {
  margin: 0 !important;
  padding: 7px 10px 5px;
  color: #000;
  text-align: center;
  cursor: pointer;
  font-weight: 300;
  border-radius: 33px;
  font-size: 18px;
}
.calculator-hero .inner .type-switch li input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.calculator-hero .inner .type-switch li input:checked + label {
  color: #fff;
  background: var(--my-var, #00a58c);
  font-weight: bold;
}
.calculator-hero .inner .text {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 300;
}
.calculator-hero .inner .text .title {
  font-size: 24px;
  font-weight: 300;
  color: #000;
}
.calculator-hero .inner .text .title b, .calculator-hero .inner .text .title strong {
  font-weight: normal;
  color: var(--my-var, #f17a00);
}
.calculator-hero .inner .hideInput {
  display: none;
}
.calculator-hero .inner .wrapper {
  position: relative;
}
.calculator-hero .inner .form-group {
  margin-bottom: 15px !important;
}
.calculator-hero .inner .form-group.euro {
  position: relative;
}
.calculator-hero .inner .form-group.euro .front:not(.popover-custom) {
  position: absolute;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  color: #000;
  font-weight: 600;
  left: 15px;
  font-size: 18px;
}
.calculator-hero .inner .form-group.euro .form-control {
  padding-left: 35px;
}
.calculator-hero .inner .form-group label {
  font-weight: 300;
  display: block;
}
.calculator-hero .inner .form-group label .popover-custom {
  position: relative;
}
.calculator-hero .inner .form-group label .popover-custom:hover b {
  opacity: 1;
  visibility: visible;
}
.calculator-hero .inner .form-group label .popover-custom b {
  padding: 10px;
  background: #fff;
  position: absolute;
  top: 0;
  font-weight: normal;
  font-size: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  z-index: 2;
  width: 250px;
  left: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
  color: #000;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.calculator-hero .inner .form-group label img, .calculator-hero .inner .form-group label svg {
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 0 0 0 5px;
  position: relative;
  display: inline-block;
  opacity: 0.8;
}
.calculator-hero .inner .form-group label img path, .calculator-hero .inner .form-group label svg path {
  fill: #cecece;
}
.calculator-hero .inner .form-group .form-control {
  background-color: #fff;
  box-shadow: none;
  display: block;
  min-height: 45px;
  padding: 15px 15px 10px;
  background-position: 90% 59%;
  border: 1px solid var(--my-var, #f17a00);
  line-height: initial;
  border-radius: 33px;
  -webkit-appearance: none;
  height: inherit;
  -moz-appearance: none;
  color: #000;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  appearance: none;
  outline: 0;
  text-transform: none !important;
  transition: all 0.3s ease-in-out;
}
.calculator-hero .inner .form-group .form-control.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.calculator-hero .inner .form-group .form-control:focus {
  border-color: var(--my-var, #fd8b01);
}
.calculator-hero .inner img {
  width: 100%;
  display: block;
  max-width: 400px;
  margin: -30px 0px -30px auto;
}

.trust-bar {
  background: var(--gray-50);
  padding: 20px 0;
}
.trust-bar .trust-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: center;
}
.trust-bar .trust-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.trust-bar .trust-logo img {
  height: 30px;
  width: auto;
  display: block;
}
.trust-bar .trust-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 0;
}
.trust-bar .trust-item {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 2px 22px;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.trust-bar .trust-item:not(:last-child) {
  border-right: 1px solid var(--gray-100);
}
.trust-bar .trust-num {
  font-size: 17px;
  font-weight: 800;
  color: var(--black);
}
.trust-bar .trust-text {
  font-weight: 500;
}
.trust-bar .review-header {
  display: flex;
  margin-left: 0;
  padding-right: 22px;
  align-items: center;
  top: 0;
  padding-left: 0px;
}
.trust-bar .review-header:not(:last-child) {
  border-right: 1px solid var(--gray-100);
}
.trust-bar .review-header .star-rating {
  margin: 0 10px 0 0;
}
.trust-bar .review-header .top-review {
  display: flex;
  align-items: center;
  gap: 10px;
}
.trust-bar .review-header .top-review b {
  color: var(--black);
  position: relative;
  top: 0;
}
.trust-bar .review-header p {
  color: #000;
}

.text-section {
  /*    margin-bottom: 32px;
      font-size: 16px;*/
}
.text-section b {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
  display: block;
}
.text-section strong {
  font-weight: bold;
}
.text-section h1, .text-section h2, .text-section h3, .text-section h4, .text-section h5, .text-section h6 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 10px;
}

.occasion-sliders {
  padding: 20px 0 50px !important;
}
.occasion-sliders .aanbod-intro {
  margin: 0 0 8px;
}
.occasion-sliders .title {
  margin: 0px 0 10px;
  display: block !important;
  align-items: center;
  display: block;
  white-space: normal;
  overflow-x: hidden;
}
.occasion-sliders .title .description {
  display: block;
}
.occasion-sliders .slider-block {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.occasion-sliders .slider-block > .title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  overflow: visible;
}
.occasion-sliders .title-section {
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: normal;
  color: #000;
  width: 100%;
}
.occasion-sliders .title-section strong {
  font-weight: 700;
}
.occasion-sliders .title-section p {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}
.occasion-sliders .title-section a {
  color: var(--orange);
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  margin-left: auto;
  font-size: 16px;
}
.occasion-sliders .title-section a::after {
  content: " ›";
  font-weight: 700;
}
.occasion-sliders .title-section a:hover {
  text-decoration: underline;
}
.occasion-sliders .slider-head-right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.occasion-sliders .slider-prev {
  left: 15px;
}
.occasion-sliders .slider-next {
  right: 15px;
}
.occasion-sliders .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--gray-300);
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  padding: 0;
  transition: border-color 0.2s, opacity 0.2s;
}
.occasion-sliders .slider-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
}
.occasion-sliders .slider-arrow.slider-prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.occasion-sliders .slider-arrow.slider-next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}
.occasion-sliders .slider-arrow:hover {
  border-color: var(--orange);
}
.occasion-sliders .slider-arrow:hover::before {
  border-color: var(--orange);
}
.occasion-sliders .slider-arrow.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.occasion-sliders .slider-band {
  position: relative;
  padding: 40px 0;
}
.occasion-sliders .slider-band.bg-grey::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: #f5f1ed;
  z-index: 2;
}
.occasion-sliders .slider-band.bg-grey .item {
  background: #fff !important;
}
.occasion-sliders .item {
  height: calc(100% - 25px);
  margin-bottom: 25px;
}
.occasion-sliders .JSPopulairCars {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-padding-left: 8px;
  margin: 0 -8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.occasion-sliders .JSPopulairCars::-webkit-scrollbar {
  display: none;
}
.occasion-sliders .JSPopulairCars > [class*=col-] {
  flex: 0 0 25%;
  max-width: 25%;
  scroll-snap-align: start;
  padding: 0 8px;
}
.occasion-sliders .JSPopulairCars::after {
  content: "";
  flex: 0 0 16px;
}
.occasion-sliders .aanbod-footer {
  display: flex;
  justify-content: center;
}
.occasion-sliders .merk-picker-hook {
  display: none !important;
}
.occasion-sliders .merk-zoekbalk {
  width: 100%;
  background: var(--gray-50);
  border-radius: 10px;
  padding: 20px 24px;
}
.occasion-sliders .merk-zoekbalk .merk-zoekbalk-title {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.occasion-sliders .merk-zoekbalk .merk-zoekbalk-title .h1 {
  display: block;
  font-size: 28px;
  font-weight: 300;
  color: var(--black);
}
.occasion-sliders .merk-zoekbalk .merk-zoekbalk-title .h1 b, .occasion-sliders .merk-zoekbalk .merk-zoekbalk-title .h1 strong {
  color: var(--orange);
}
.occasion-sliders .merk-zoekbalk .merk-zoekbalk-title .merk-zoekbalk-sub {
  display: block;
  font-size: 24px;
}
.occasion-sliders .merk-zoekbalk .merk-zoekbalk-row {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.occasion-sliders .merk-zoekbalk .merk-zoekbalk-field {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.occasion-sliders .merk-zoekbalk .merk-zoekbalk-label {
  font-size: 13px;
  font-weight: 600;
  display: none;
}
.occasion-sliders .merk-zoekbalk .JS-selecteerMerk,
.occasion-sliders .merk-zoekbalk .JS-selecteerModel {
  margin: 0;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  box-shadow: none;
  min-height: 45px;
  padding: 14px 40px 10px 16px;
  border-radius: 33px;
  line-height: initial;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.occasion-sliders .merk-zoekbalk .merk-zoekbalk-btn {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 991.5px) {
  .occasion-sliders .JSPopulairCars > [class*=col-] {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 767.5px) {
  .occasion-sliders .JSPopulairCars {
    scroll-padding-left: 15px;
  }
  .occasion-sliders .JSPopulairCars::-webkit-scrollbar {
    display: none;
  }
  .occasion-sliders .JSPopulairCars > [class*=col-] {
    flex: 0 0 85%;
    max-width: 85%;
    scroll-snap-align: start;
    padding: 0px 8px;
  }
  .occasion-sliders .slider-nav {
    display: none;
  }
}
/* Car Alert-kaart: persoonlijke "Bjorn"-kaart als laatste kaart in elke prijs-slider. */
.occasion-sliders .caralert-card {
  display: flex;
}
.occasion-sliders .caralert-card .caralert-person {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 25px);
  min-height: 380px;
  padding: 26px 24px 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #f17a00;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
}
.occasion-sliders .caralert-card .caralert-person .caralert-person-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.occasion-sliders .caralert-card .caralert-person .caralert-person-title {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}
.occasion-sliders .caralert-card .caralert-person .caralert-person-sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.5;
}
.occasion-sliders .caralert-card .caralert-person .caralert-person-note {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.5;
}
.occasion-sliders .caralert-card .caralert-person .caralert-person-note b {
  font-weight: 700;
  color: #fff;
}
.occasion-sliders .caralert-card .caralert-person .caralert-person-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  margin-top: 4px;
  padding: 12px 24px;
  border-radius: 40px;
  background: #00a58c;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  transition: background 0.2s;
}
.occasion-sliders .caralert-card .caralert-person .caralert-person-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.occasion-sliders .caralert-card .caralert-person .caralert-person-img {
  position: relative;
  z-index: 1;
  margin: auto auto 0;
  width: 100%;
  max-width: 350px;
  height: auto;
  object-fit: contain;
}
.occasion-sliders .caralert-card .caralert-person:hover {
  transform: translateY(-2px);
}
.occasion-sliders .caralert-card .caralert-person:hover .caralert-person-btn {
  background: #008a75;
}

.keuzehulp {
  background: var(--gray-50);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  margin-top: 28px;
}
.keuzehulp .text-keuzehulp .keuzehulp-title, .keuzehulp .text-keuzehulp b {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.keuzehulp .text-keuzehulp .keuzehulp-sub, .keuzehulp .text-keuzehulp p {
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 20px;
  margin-top: 0;
}
.keuzehulp .keuzehulp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.keuzehulp .keuzehulp-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius);
  padding: 14px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  text-align: center;
}
.keuzehulp .keuzehulp-card:hover, .keuzehulp .keuzehulp-card.selected {
  border-color: var(--orange);
}
.keuzehulp .keuzehulp-card.selected {
  background: var(--orange-light);
}
.keuzehulp .keuzehulp-card .kc-icon {
  font-size: 22px;
  margin-bottom: 8px;
}
.keuzehulp .keuzehulp-card h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
}
.keuzehulp .keuzehulp-card p {
  font-size: 12px;
  color: var(--gray-500);
  line-height: 1.45;
  margin: 0;
}
.keuzehulp .keuzehulp-result {
  margin-top: 16px;
  padding: 14px 18px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius);
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.65;
  display: none;
}
.keuzehulp .keuzehulp-result.visible {
  display: block;
}
.keuzehulp .keuzehulp-result strong {
  color: var(--black);
  font-weight: 600;
}

.situation-class {
  background: var(--gray-50);
  border-top: 1px solid var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
  padding: 68px 0;
}
.situation-class .text-section {
  margin-bottom: 25px;
}
.situation-class .snel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.situation-class .snel-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius);
  padding: 20px 22px;
}
.situation-class .snel-card b {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.situation-class .snel-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.situation-class .snel-card p {
  margin-top: 0;
  margin-bottom: 14px;
}
.situation-class .snel-card ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.situation-class .snel-card ul li {
  gap: 5px;
}
.situation-class .snel-card ul a {
  font-weight: 500;
  color: var(--orange);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.situation-class .snel-card ul a:hover {
  text-decoration: underline;
}

.quote-wrap {
  background: var(--gray-50);
  padding: 68px 0;
}
.quote-wrap .quote-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.quote-wrap blockquote {
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
  color: var(--black);
  margin: 20px 0;
}
.quote-wrap blockquote::before {
  content: "“";
  color: var(--orange);
  font-size: 48px;
  line-height: 0;
  vertical-align: -18px;
  margin-right: 4px;
}
.quote-wrap .quote-stars {
  color: var(--orange);
  margin-bottom: 14px;
  font-size: 24px;
}
.quote-wrap .quote-person {
  display: flex;
  align-items: center;
  gap: 12px;
}
.quote-wrap .quote-person .quote-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--orange-dark);
  flex-shrink: 0;
}
.quote-wrap .quote-person .quote-name {
  font-weight: 600;
}
.quote-wrap .quote-person .quote-role {
  color: var(--gray-500);
}
.quote-wrap .quote-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.quote-wrap .quote-right .review-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius);
  padding: 16px 18px;
}
.quote-wrap .quote-right .review-card .review-stars {
  color: var(--orange);
  font-size: 24px;
  margin-bottom: 0;
}
.quote-wrap .quote-right .review-card p {
  color: var(--gray-700);
  line-height: 1.6;
  margin-bottom: 8px;
}
.quote-wrap .quote-right .review-card .review-name {
  font-size: 14px;
  color: var(--gray-500);
}

.section-compare {
  background: #fff;
  padding: 20px 0 75px;
}
.section-compare .text-section {
  margin-bottom: 20px;
}
.section-compare.white-bg {
  padding: 45px 0 0;
}
.section-compare .vergelijk-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.section-compare .vergelijk-card {
  border-radius: var(--radius);
  padding: 24px;
}
.section-compare .vergelijk-card strong {
  font-weight: bold;
}
.section-compare .vergelijk-card a {
  font-weight: 500;
  color: var(--orange);
  text-decoration: none;
}
.section-compare .vergelijk-card b {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
}
.section-compare .vergelijk-card b::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  color: var(--white);
}
.section-compare .vergelijk-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.section-compare .vergelijk-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.section-compare .vergelijk-card ul li::before {
  flex-shrink: 0;
  margin-top: 2px;
  font-weight: 700;
}
.section-compare .vergelijk-card.past-bij {
  background: var(--gray-50);
}
.section-compare .vergelijk-card.past-bij ul li::before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url(/Resources/img/icons/check-green.svg);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  color: var(--button-color, #4ea33d);
}
.section-compare .vergelijk-card.past-minder {
  background: #f8f8f8;
  border: 1px solid #eee;
}
.section-compare .vergelijk-card.past-minder:has(img) {
  background: transparent;
  border: none;
  padding: 0;
}
.section-compare .vergelijk-card.past-minder:has(img) img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-compare .vergelijk-card.past-minder b::before {
  content: "✗";
  background: var(--gray-300);
}
.section-compare .vergelijk-card.past-minder ul li::before {
  content: "✗";
  color: var(--gray-300);
}
.section-compare .twijfel-note {
  margin-top: 20px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 10px;
}
.section-compare .twijfel-note strong {
  color: var(--black);
}
.section-compare .twijfel-note a {
  color: var(--my-var, #f17a00);
  font-weight: 600;
  text-decoration: none;
}
.section-compare .twijfel-note a:hover {
  text-decoration: underline;
}

.text-section-fl {
  padding: 0px 0 50px;
}
.text-section-fl h2, .text-section-fl h3, .text-section-fl h4, .text-section-fl h5, .text-section-fl h6 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 25px;
}
.text-section-fl a {
  padding: 10px 35px 8px 15px;
  margin-top: 20px;
  text-align: left;
  font-weight: bold;
  display: inline-block;
  min-width: 225px;
  border: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  outline: 0 !important;
  background: var(--my-var, #00a58c);
  border-radius: 50px;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
  margin: 20px auto 0;
}

.section-herken {
  background: var(--gray-50);
  border-top: 1px solid var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
  padding: 68px 0;
}
.section-herken .herken-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.section-herken .herken-grid .text-section a {
  color: #f17a00;
  text-decoration: underline;
}
.section-herken ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 4px;
  padding: 0;
}
.section-herken ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
}
.section-herken ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 9px;
}

.section-whyus {
  background: var(--gray-50);
  border-top: 1px solid var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
  padding: 68px 0;
}
.section-whyus .waarom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.section-whyus img {
  max-width: 100%;
  border-radius: 10px;
}
.section-whyus ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.section-whyus ul li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 5px;
}
.section-whyus ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px;
}

.stappen-wrap {
  background: var(--black);
  padding: 68px 0;
}
.stappen-wrap .text-section {
  color: var(--white);
  margin-bottom: 0;
}
.stappen-wrap .text-section b, .stappen-wrap .text-section strong {
  color: rgba(255, 255, 255, 0.35);
}
.stappen-wrap .text-section h1, .stappen-wrap .text-section h2, .stappen-wrap .text-section h3, .stappen-wrap .text-section h4, .stappen-wrap .text-section h5, .stappen-wrap .text-section h6 {
  color: var(--white);
}
.stappen-wrap .text-section p {
  color: rgba(255, 255, 255, 0.55);
}
.stappen-wrap .stappen-grid {
  margin-top: 40px;
  position: relative;
}
.stappen-wrap .stappen-grid::before {
  content: "";
  position: absolute;
  top: 20px;
  left: calc(12.5% + 8px);
  right: calc(12.5% + 8px);
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.stappen-wrap .stappen-grid ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  margin: 0;
  counter-reset: stap;
}
.stappen-wrap .stappen-grid ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  counter-increment: stap;
  color: rgba(255, 255, 255, 0.38);
  margin: 0;
}
.stappen-wrap .stappen-grid ul li::before {
  content: counter(stap);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  z-index: 2;
  position: relative;
}
.stappen-wrap .stappen-grid ul li:first-child::before {
  background: var(--orange);
  border-color: var(--orange);
}
.stappen-wrap .stappen-grid ul li strong, .stappen-wrap .stappen-grid ul li b {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 6px;
}
.stappen-wrap .stappen-grid ul li p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.6;
  margin: 0;
}

.mid-cta-wrap {
  background: #f5f1ed;
  padding: 50px 0;
}
.mid-cta-wrap .mid-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.mid-cta-wrap .mid-cta h2, .mid-cta-wrap .mid-cta h3, .mid-cta-wrap .mid-cta h4, .mid-cta-wrap .mid-cta h5, .mid-cta-wrap .mid-cta h6 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 6px;
}
.mid-cta-wrap .mid-cta .mid-cta-btns {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.fin-wrap {
  padding: 60px 0;
  background: #f5f1ed;
}
.fin-wrap .fin-inner {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.fin-wrap .fin-inner h2, .fin-wrap .fin-inner h3, .fin-wrap .fin-inner h4, .fin-wrap .fin-inner h5, .fin-wrap .fin-inner h6 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 12px;
}
.fin-wrap .fin-inner b, .fin-wrap .fin-inner strong {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
.fin-wrap .fin-inner ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.fin-wrap .fin-inner ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}
.fin-wrap .fin-inner ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  background-image: url(/Resources/img/check-orange.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.fin-wrap .fin-cta-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.situatie-wrap {
  background: #fff;
  padding: 68px 0;
}
.situatie-wrap .situatie-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.situatie-wrap .situatie-card {
  /*   background: var(--white);
     border: 1px solid var(--gray-100);
     border-radius: var(--radius-lg);
     padding: 24px;*/
}
.situatie-wrap .situatie-card b, .situatie-wrap .situatie-card strong {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.situatie-wrap .situatie-card h3, .situatie-wrap .situatie-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.situatie-wrap .situatie-card p {
  font-size: 14px;
  margin: 0 0 12px;
}
.situatie-wrap .situatie-card a {
  display: inline-block;
  margin-top: 4px;
  color: var(--orange);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.situatie-wrap .situatie-card a:hover {
  text-decoration: underline;
}

.section-goodtonow {
  padding: 50px 0;
}
.section-goodtonow:has(.faq-pdp) {
  padding-bottom: 25px;
}
.section-goodtonow .text-section {
  margin-bottom: 20px;
}
.section-goodtonow .blokken-grid {
  /*    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;*/
}
.section-goodtonow .blok ol {
  margin: 0;
  padding: 0;
}
.section-goodtonow .blok ol li {
  border-bottom: 1px solid #eee;
  padding: 13px 0 13px 0;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}
.section-goodtonow .blok ol li strong {
  display: block;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.section-goodtonow .blok ol li strong:after {
  content: "";
  font-weight: bold;
  background-image: url(/Resources/img/icons/plus.svg);
  position: absolute;
  right: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-goodtonow .blok ol li.active strong:after {
  background-image: url(/Resources/img/icons/minus.svg);
}
.section-goodtonow .blok ol li.active .desc {
  max-height: 999px;
}
.section-goodtonow .blok ol li .desc {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.section-goodtonow .blok ol li .desc .wrapper {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #d2dbdf;
}
.section-goodtonow .blok ol li .desc .wrapper a {
  color: #000;
  text-decoration: underline;
}
.section-goodtonow .blok .blok-img img {
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.section-goodtonow .blok h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.section-goodtonow .blok a {
  display: inline-block;
  margin-top: 12px;
  color: var(--orange);
  font-weight: 600;
  text-decoration: none;
}
.section-goodtonow .blok a:hover {
  text-decoration: underline;
}

.part-type {
  padding: 75px 0 35px;
}
.part-type .particulier-wrap {
  background: var(--gray-50);
  border-radius: 10px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.part-type .particulier-wrap .particulier-icon {
  width: 44px;
  height: 44px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.part-type .particulier-wrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.part-type .particulier-wrap p {
  margin: 0;
}
.part-type .particulier-wrap a {
  color: var(--orange);
  font-weight: 600;
  text-decoration: none;
  display: table;
}
.part-type .particulier-wrap a:hover {
  text-decoration: underline;
}

.final-wrap {
  background: var(--black);
  padding: 68px 0;
}
.final-wrap .final-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.final-wrap .final-inner h2, .final-wrap .final-inner h3, .final-wrap .final-inner h4, .final-wrap .final-inner h5, .final-wrap .final-inner h6 {
  font-size: 30px;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.2;
}
.final-wrap .final-inner > div > p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 28px;
}
.final-wrap .contact-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.final-wrap .contact-items .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.final-wrap .contact-items .contact-label {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 2px;
  line-height: initial;
}
.final-wrap .person-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
}
.final-wrap .person-card .person-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--orange-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--orange);
  margin: 0 auto 14px;
}
.final-wrap .person-card .person-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2px;
}
.final-wrap .person-card .person-role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 14px;
}
.final-wrap .person-card .person-quote {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 18px;
}
.final-wrap .person-card .wds {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.25);
}
.final-wrap .person-card .wds strong {
  color: var(--orange);
}

.section-faq {
  padding: 0 0 68px;
}
.section-faq.pd-random {
  padding: 68px 0;
}
.section-faq .faq-wrap {
  border: 1px solid var(--gray-100);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: 28px;
}
.section-faq .faq-item {
  border-bottom: 1px solid var(--gray-100);
}
.section-faq .faq-item:last-child {
  border-bottom: none;
}
.section-faq .faq-item.open .faq-a {
  display: block;
}
.section-faq .faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}
.section-faq .faq-item .faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  cursor: pointer;
  font-family: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  line-height: 1.4;
}
.section-faq .faq-item .faq-q:hover {
  background: var(--gray-50);
}
.section-faq .faq-item .faq-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-500);
  font-size: 16px;
  flex-shrink: 0;
  transition: transform 0.2s, background 0.2s;
}
.section-faq .faq-item .faq-a {
  display: none;
  padding: 0 20px 18px;
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.75;
}
.section-faq .faq-item .faq-a p {
  margin: 0;
}

.related-text {
  background: var(--gray-50);
  padding: 56px 0;
  border-top: 1px solid var(--gray-100);
}
.related-text .andere-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.related-text ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.related-text ul li {
  margin: 0;
}
.related-text ul li::before {
  display: none;
}
.related-text ul a {
  position: relative;
  display: block;
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px 50px 20px 20px;
  text-decoration: none;
  transition: all 0.2s;
  color: #000;
  border: 2px solid transparent;
}
.related-text ul a::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray-300);
  font-size: 16px;
  transition: color 0.2s;
}
.related-text ul a:hover {
  background: #fafafa;
  border-color: var(--orange);
}
.related-text ul a:hover::after {
  color: var(--orange);
}
.related-text ul a strong, .related-text ul a b {
  display: block;
  color: #000;
  margin-bottom: 2px;
  font-weight: bold;
}

@media (max-width: 900px) {
  .calculator-hero {
    padding: 15px 0 43px;
  }
  .calculator-hero .breadcrumbs {
    margin-bottom: 10px;
  }
  .calculator-hero .inner {
    margin-top: 20px;
  }
  .calculator-hero .text-main h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .section-compare .vergelijk-wrap,
  .section-herken .herken-grid,
  .section-whyus .waarom-grid,
  .fin-wrap .fin-inner,
  .situatie-wrap .situatie-grid,
  .final-wrap .final-inner,
  .quote-wrap .quote-inner,
  .section-goodtonow .blokken-grid,
  .related-text ul {
    grid-template-columns: 1fr;
  }
  .situation-class .snel-grid {
    grid-template-columns: 1fr;
  }
  .keuzehulp .keuzehulp-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stappen-wrap .stappen-grid::before {
    display: none;
  }
  .stappen-wrap .stappen-grid ul {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .trust-bar {
    padding: 10px 0;
  }
  .trust-bar .trust-row {
    justify-content: center;
  }
  .trust-bar .trust-logo {
    display: none;
  }
  .trust-bar .trust-items {
    align-items: center;
    gap: 4px 0;
  }
  .trust-bar .trust-item {
    padding: 5px 0;
    border-right: none !important;
  }
  .trust-bar .trust-num {
    font-size: 14px;
  }
  .trust-bar .review-header {
    top: 0;
    padding-left: 30px;
    padding-right: 12px;
    border-right: 0;
    align-items: center;
    border-right: none !important;
    gap: 6px;
  }
  .trust-bar .review-header:before {
    left: 0;
    height: 18px;
    width: 23px;
  }
  .trust-bar .review-header .top-review {
    align-items: center;
  }
  .trust-bar .review-header .top-review b {
    position: static;
    top: auto;
    left: auto;
    font-size: 14px;
    line-height: 1;
  }
  .trust-bar .review-header p {
    font-size: 12px;
  }
  .mid-cta-wrap .mid-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
.fl-divs .review .stars-main,
.fl-divs .review .item .stars {
  position: relative;
  line-height: 1;
  white-space: nowrap;
}
.fl-divs .review .stars-main svg,
.fl-divs .review .item .stars svg {
  display: none !important;
}
.fl-divs .review .stars-main .top::before,
.fl-divs .review .stars-main .bottom::before,
.fl-divs .review .item .stars .top::before,
.fl-divs .review .item .stars .bottom::before {
  content: "★★★★★";
  letter-spacing: 0;
  font-size: 24px;
}
.fl-divs .review .stars-main .top::before,
.fl-divs .review .item .stars .top::before {
  color: #a2d7a9;
}
.fl-divs .review .stars-main .bottom,
.fl-divs .review .item .stars .bottom {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.fl-divs .review .stars-main .bottom::before,
.fl-divs .review .item .stars .bottom::before {
  color: #42ad50;
}
.fl-divs .review .stars-main {
  font-size: 24px;
}
.fl-divs .review .item .stars {
  font-size: 18px;
}

@media (max-width: 767.5px) {
  .fl-divs .review .slider-review {
    margin: 0 -15px;
  }
  .fl-divs .review .slider-review .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 15px;
    padding: 10px 15px 5px;
    margin: 0;
    gap: 12px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .fl-divs .review .slider-review .row::-webkit-scrollbar {
    display: none;
  }
  .fl-divs .review .slider-review .row > [class*=col-] {
    flex: 0 0 85%;
    max-width: 85%;
    padding: 0;
    scroll-snap-align: start;
  }
  .occasion-sliders .title-section p {
    display: block;
  }
  .occasion-sliders .title-section strong, .occasion-sliders .title-section b {
    display: table;
  }
  .occasion-sliders .title-section a {
    display: none;
  }
  .occasion-sliders .merk-zoekbalk .merk-zoekbalk-title {
    display: block;
    line-height: 30px;
  }
  .occasion-sliders .merk-zoekbalk .merk-zoekbalk-row {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .occasion-sliders .merk-zoekbalk .merk-zoekbalk-row .merk-zoekbalk-btn {
    width: 100%;
    text-align: center;
  }
}
/* =========================================================================
   Car Alert modal (modelpagina) — strak, clean, in de huisstijl.
   ========================================================================= */
.caralert-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.caralert-modal.open {
  display: flex;
}
.caralert-modal .caralert-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.55);
  backdrop-filter: blur(2px);
}
.caralert-modal .caralert-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  max-height: 92vh;
  overflow-y: auto;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  animation: caPop 0.25s ease;
}
.caralert-modal .caralert-x {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--gray-50);
  color: var(--gray-700);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.caralert-modal .caralert-x svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.caralert-modal .caralert-x:hover {
  background: var(--orange);
  color: #fff;
}
.caralert-modal .caralert-content {
  padding: 34px 32px 30px;
}
.caralert-modal .caralert-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--orange-light);
  color: var(--orange);
  margin-bottom: 14px;
}
.caralert-modal .caralert-badge svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.caralert-modal .caralert-badge.caralert-badge-ok {
  background: var(--green-light);
  color: var(--green);
}
.caralert-modal h2,
.caralert-modal h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--black);
}
.caralert-modal .caralert-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}
.caralert-modal .form-group {
  margin-bottom: 0;
}
.caralert-modal .form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: 6px;
}
.caralert-modal .form-group.has-error .form-control {
  border-color: #e02b2b;
  box-shadow: 0 0 0 3px rgba(224, 43, 43, 0.12);
}
.caralert-modal .form-control {
  width: 100%;
  height: auto;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  color: var(--black);
  background: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-sm);
  padding: 11px 14px;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.caralert-modal .form-control:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px var(--orange-light);
}
.caralert-modal .caralert-context {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--orange-light);
  border-radius: 10px;
  padding: 12px 14px;
  margin: 4px 0 22px;
  line-height: 1.4;
}
.caralert-modal .caralert-context .caralert-context-text {
  font-size: 14px;
  color: var(--gray-700);
}
.caralert-modal .caralert-context .caralert-context-text b {
  color: var(--black);
  font-weight: 700;
}
.caralert-modal .caralert-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 16px;
  color: var(--gray-500);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.caralert-modal .caralert-divider::before, .caralert-modal .caralert-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--gray-300);
}
.caralert-modal .caralert-form > .form-group {
  margin-bottom: 16px;
}
.caralert-modal .form-group label .opt {
  font-weight: 400;
  color: var(--gray-500);
}
.caralert-modal .caralert-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px 0 0;
  width: 100%;
  min-width: 0;
  text-align: center;
}
.caralert-modal .caralert-submit:after {
  display: none;
}
.caralert-modal .caralert-submit .caralert-submit-bell {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.caralert-modal .caralert-fineprint {
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--gray-500);
  text-align: center;
}
.caralert-modal .caralert-success {
  text-align: center;
  padding: 10px 0 6px;
}

@keyframes caPop {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767.5px) {
  .caralert-modal {
    padding: 0;
  }
  .caralert-modal .caralert-dialog {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    border-radius: 0;
  }
  .caralert-modal .caralert-content {
    padding: 28px 18px 24px;
  }
  .caralert-modal .caralert-grid {
    grid-template-columns: 1fr;
  }
}
.model-caralert {
  padding: 40px 0 20px;
}

.caralert-bar {
  display: flex;
  align-items: center;
  gap: 20px;
}
.caralert-bar .caralert-bar-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.caralert-bar .caralert-bar-text strong {
  display: block;
  font-size: 26px;
  font-weight: 300;
  color: var(--black);
}
.caralert-bar .caralert-bar-text strong b {
  font-weight: bold;
}
.caralert-bar .caralert-bar-text span {
  color: var(--gray-700);
  display: table;
  margin-top: 5px;
  font-size: 16px;
}
.caralert-bar .caralert-bar-btn {
  flex-shrink: 0;
  margin: 0;
  min-width: 0;
  white-space: nowrap;
}
.caralert-bar .caralert-bar-btn:after {
  display: none;
}

@media only screen and (max-width: 767.5px) {
  .caralert-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
  }
  .caralert-bar .caralert-bar-btn {
    width: 100%;
    text-align: center;
  }
}
