.vervolg-page .detail-section { background: #fff; padding: 64px 0; }
.vervolg-page .detail-grid { align-items: stretch; display: grid; gap: 60px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vervolg-page .detail-photo { border-radius: 16px; min-height: 455px; overflow: hidden; }
.vervolg-page .detail-photo img { height: 100%; object-fit: cover; width: 100%; }
.vervolg-page .detail-copy { align-self: center; color: var(--green); }
.vervolg-page .detail-copy h1, .vervolg-page .detail-copy h2 { font-size: 40px; font-weight: 700; line-height: 1.05; margin-bottom: 22px; }
.vervolg-page .detail-copy h1 span, .vervolg-page .detail-copy h2 span { color: var(--orange); }
.vervolg-page .detail-copy p { font-size: 20px; line-height: 1.25; margin-bottom: 20px; }
.vervolg-page .detail-copy p:last-child { margin-bottom: 0; }
.vervolg-member { background: var(--green-light); border-radius: 20px; padding-top: 80px; }
.vervolg-member-copy { padding: 0 36px 24px 60px; }
.vervolg-member-copy p { font-size: 20px; line-height: 1.5; }
.vervolg-member-image { border-radius: 20px; display: block; height: 289px; object-fit: cover; object-position: left top; width: 100%; }
.compact-features { background: var(--orange-light); overflow: hidden; padding: 60px 0; }
.compact-heading { margin: 0 auto; max-width: 1024px; padding: 0 20px 32px; text-align: center; }
.compact-heading p { font-size: 20px; line-height: 1.5; }
.compact-carousel { position: relative; width: 100%; }
.compact-card-track { display: flex; gap: 24px; max-width: none; overflow-x: auto; padding: 24px 72px; scroll-behavior: smooth; scrollbar-width: none; }
.compact-card-track::-webkit-scrollbar { display: none; }
.compact-card-track .feature-card { flex: 0 0 274px; min-height: 380px; min-width: 274px; scroll-snap-align: start; }
.compact-carousel-arrow { align-items: center; background: var(--green); border: 0; border-radius: 50%; color: #fff; display: flex; font-size: 20px; height: 48px; justify-content: center; position: absolute; top: 50%; transform: translateY(-50%); transition: background-color .2s ease, opacity .2s ease; width: 48px; z-index: 3; }
.compact-carousel-arrow:hover, .compact-carousel-arrow:focus { background: var(--orange); color: #fff; }
.compact-carousel-arrow:disabled { cursor: default; opacity: .35; }
.compact-carousel-prev { left: 12px; }
.compact-carousel-next { right: 12px; }
.vervolg-testimonial { background: #fff; padding: 90px 20px 180px; }
.vervolg-testimonial .container { max-width: 800px; }
.vervolg-testimonial i { color: var(--orange); font-size: 40px; }
.vervolg-testimonial blockquote { font-size: 24px; font-weight: 500; line-height: 1.5; margin: 28px 0; }
.vervolg-testimonial strong, .vervolg-testimonial span { display: block; }
.vervolg-testimonial strong { color: #0e1b2d; font-size: 16px; }
.vervolg-testimonial span { color: var(--orange); font-size: 14px; font-weight: 700; }

@media (max-width: 1199.98px) {
  .compact-card-track { padding-left: 68px; padding-right: 68px; }
}

@media (max-width: 991.98px) {
  .vervolg-page .detail-grid { gap: 36px; grid-template-columns: 1fr; }
  .vervolg-page .detail-photo { min-height: 430px; }
  .vervolg-page .detail-copy { padding: 0 32px; }
  .vervolg-member { padding-top: 0; }
  .vervolg-member-copy { padding: 48px 36px; }
  .vervolg-member-image { height: auto; object-fit: contain; }
}

@media (max-width: 767.98px) {
  .vervolg-page .detail-section { padding: 44px 0; }
  .vervolg-page .detail-photo { border-radius: 12px; min-height: 350px; }
  .vervolg-page .detail-copy { padding: 0 20px; }
  .vervolg-page .detail-copy h1, .vervolg-page .detail-copy h2 { font-size: 34px; }
  .vervolg-page .detail-copy p, .vervolg-member-copy p, .compact-heading p { font-size: 18px; line-height: 1.4; }
  .compact-features { padding: 45px 0; }
  .compact-card-track { -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain; padding-left: 20px; padding-right: 20px; scroll-snap-type: x mandatory; touch-action: pan-x; }
  .compact-card-track .feature-card { flex-basis: 274px; }
  .compact-carousel-arrow { display: none; }
  .vervolg-testimonial { padding: 70px 20px 120px; }
}
