/**
 * Homepage Fase 1 – los bestand (upload naast style.css).
 * Versie: 20260518c
 */

.hero-section--clarity {
  min-height: auto;
  padding: 100px 16px 56px;
  align-items: flex-start;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: #fff;
}

.hero-content--clarity {
  max-width: 920px;
  text-align: left;
}

.hero-section--clarity .hero-text {
  width: 100%;
  color: #fff;
}

.hero-title--clarity {
  font-size: clamp(2rem, 5vw, 3.25rem);
  margin-bottom: 16px;
  text-align: left;
}

.vm-special-offer {
  margin: 0 0 24px;
  padding: 18px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 3px solid #ea580c;
  box-shadow: 0 8px 28px rgba(234, 88, 12, 0.25);
  color: #7c2d12;
}

.vm-special-offer__badge {
  margin: 0 0 12px;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: #c2410c;
}

.vm-special-offer__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.vm-special-offer__was,
.vm-special-offer__now,
.vm-special-offer__total {
  margin: 0 0 6px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.vm-special-offer__cta {
  flex-shrink: 0;
  white-space: nowrap;
}

.vm-value-bullets {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 500;
}

.vm-value-bullets li + li {
  margin-top: 8px;
}

.vm-compare-wrap {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(25, 9, 82, 0.18);
  color: #1a1a2e;
}

.vm-compare-wrap__title {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: #190952;
}

.vm-compare-wrap__lead {
  margin: 0 0 16px;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

.vm-compare-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.vm-compare-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.vm-compare-table th,
.vm-compare-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: top;
}

.vm-compare-table thead th {
  font-size: 0.95rem;
  background: #f8fafc;
}

.vm-compare-table__us {
  background: #f0fdf4;
  font-weight: 600;
  color: #166534;
}

.vm-compare-table tbody th {
  font-weight: 600;
  color: #334155;
  width: 28%;
}

.vm-compare-footnote {
  margin: 12px 0 0;
  font-size: 0.8rem;
  color: #64748b;
}

.vm-compare-footnote a {
  color: #667eea;
  font-weight: 600;
}

.vm-savings-callout {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  border-left: 4px solid #fde047;
  color: #1e293b;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.vm-savings-callout__emoji {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1;
}

.vm-savings-callout__text p {
  margin: 0 0 8px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.vm-savings-callout__highlight {
  margin: 0 !important;
  font-size: 1rem !important;
  color: #166534;
}

.vm-home-social {
  margin-bottom: 24px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
}

.vm-home-social__rating {
  margin: 0 0 12px;
  font-size: 1rem;
}

.vm-home-social__quotes,
.vm-home-social__stats {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.vm-home-social__stats {
  margin-bottom: 0;
}

.vm-home-social__quotes li + li,
.vm-home-social__stats li + li {
  margin-top: 6px;
}

.hero-social-proof__stars {
  color: #fde047;
  letter-spacing: 0.05em;
  margin-right: 6px;
}

.hero-cta-row--primary {
  justify-content: flex-start;
  margin-top: 8px;
}

.hero-section--clarity .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
}

.vm-section-title {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #190952;
  margin: 0 0 28px;
}

.vm-for-who {
  padding: 56px 20px;
  background: #fff;
}

.vm-for-who__inner {
  max-width: 920px;
  margin: 0 auto;
}

.vm-for-who__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.vm-for-who__yes,
.vm-for-who__no {
  padding: 24px;
  border-radius: 14px;
}

.vm-for-who__yes {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.vm-for-who__no {
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.vm-for-who__heading {
  margin: 0 0 14px;
  font-size: 1.1rem;
}

.vm-for-who ul {
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.6;
  color: #555;
}

.vm-steps {
  padding: 56px 20px 64px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.vm-steps__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.vm-steps__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.vm-steps__list > li:not(.vm-steps__arrow) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.vm-steps__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff;
  font-weight: 800;
  margin-bottom: 4px;
}

.vm-steps__sub {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 400;
}

.vm-steps__arrow {
  padding: 8px 0;
  font-size: 1.25rem;
  color: #94a3b8;
  list-style: none;
}

.vm-steps__checks {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.vm-steps__cta-wrap {
  margin: 0;
}

/* YouTube: pas laden na klik (geen player-CSS/JS bij eerste pageload) */
.vm-youtube-facade {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(25, 9, 82, 0.12);
  background: #0f172a;
}

.vm-youtube-facade__play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
}

.vm-youtube-facade__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vm-youtube-facade__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(102, 126, 234, 0.95);
  color: #fff;
  font-size: 1.75rem;
  padding-left: 6px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.vm-youtube-facade--loaded iframe,
.vm-youtube-facade iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Vergelijkingstabel: op mobiel ingeklapt (details), op desktop altijd open */
.vm-compare-details {
  margin: 0 0 8px;
}

.vm-compare-details__summary {
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  list-style: none;
  padding: 10px 0 14px;
  font-size: 1rem;
}

.vm-compare-details__summary::-webkit-details-marker {
  display: none;
}

.vm-compare-details__summary::after {
  content: " ▾";
  opacity: 0.85;
}

.vm-compare-details[open] .vm-compare-details__summary::after {
  content: " ▴";
}

@media (min-width: 769px) {
  .vm-compare-details__summary {
    display: none;
  }

  .vm-compare-details__body {
    display: block !important;
  }

  .vm-compare-details {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .hero-section--clarity {
    padding: 88px 12px 40px;
  }

  .vm-compare-details:not([open]) .vm-compare-wrap {
    display: none;
  }

  .vm-special-offer__grid {
    flex-direction: column;
    align-items: stretch;
  }

  .vm-special-offer__cta {
    width: 100%;
    text-align: center;
  }

  .vm-for-who__grid {
    grid-template-columns: 1fr;
  }

  .hero-cta-row--primary {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta-row--primary a {
    width: 100%;
  }
}
