/* ==========================================================================
   Woningcheck blok, v5.86.0
   Tweede leadkanaal naast de QR-route.

   Gebruikt uitsluitend bestaande tokens uit landing.css:
   --blue, --blue-deep, --blue-bright, --blue-midnight, --blue-soft,
   --ink, --ink-soft, --ink-muted, --muted, --line, --bg, --bg-alt.
   Geen eigen kleurwaarden, geen groen, geen oranje.
   ========================================================================== */

.lpl-wc {
  background: var(--bg);
}

/* --- Kop --- */

.lpl-wc-head {
  max-width: 680px;
  margin: 0 0 32px;
}

.lpl-wc-eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
}

/* De belangrijkste regel van het blok krijgt het hoogste contrast, niet het
   laagste. Navy op wit, WCAG AA ruim gehaald. */
.lpl-wc-title {
  margin: 0 0 14px;
  color: var(--blue-midnight);
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-size: clamp(28px, 4.2vw, 40px);
  line-height: 1.15;
}

.lpl-wc-lede {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.6;
}

/* --- De keten --- */
/* Vier stappen in een raster dat op twee kolommen wrapt en onder 560px
   verticaal stapelt. Geen afsluitende pijl: het verbindingsteken zit
   tussen de stappen, nooit erna. */

.lpl-wc-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.lpl-wc-flow-step {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg);
  color: var(--ink-muted);
  font-size: 15px;
  line-height: 1.35;
}

.lpl-wc-flow-step.is-active {
  border-color: var(--blue);
  background: var(--blue-soft);
  color: var(--blue-deep);
  font-weight: 600;
}

.lpl-wc-flow-num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--line);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.lpl-wc-flow-step.is-active .lpl-wc-flow-num {
  background: var(--blue);
  color: #ffffff;
}


/* --- Kernpunten --- */

.lpl-wc-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.lpl-wc-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg);
}

.lpl-wc-stat-value {
  color: var(--blue-midnight);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.lpl-wc-stat-label {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.4;
}

/* Gedempt, niet groen: dit is geen statusmelding. Groen is in dit systeem
   gereserveerd voor WhatsApp (--wa) en zou hier verkeerd lezen. */
.lpl-wc-stat-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

/* --- Borging --- */

.lpl-wc-safeguard {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 36px;
  padding: 14px 16px;
  border-left: 3px solid var(--blue);
  border-radius: 0 10px 10px 0;
  background: var(--blue-soft);
  color: var(--blue-deep);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.lpl-wc-safeguard-ico {
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--blue);
}

/* --- Kaarten --- */

.lpl-wc-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.lpl-wc-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg);
}

.lpl-wc-card-title {
  margin: 0 0 12px;
  color: var(--blue-midnight);
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-size: 20px;
  line-height: 1.25;
}

/* Uitgelijnd met de kop, niet ingesprongen: ingesprongen tekst zonder
   opsommingstekens leest als een lijst die het niet is. */
.lpl-wc-card p {
  margin: 0 0 12px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.6;
}

.lpl-wc-card p:last-child {
  margin-bottom: 0;
}

.lpl-wc-pull {
  color: var(--blue-deep) !important;
  font-weight: 600;
}

/* --- Responsief --- */

@media (max-width: 900px) {
  .lpl-wc-flow,
  .lpl-wc-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .lpl-wc-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .lpl-wc-flow,
  .lpl-wc-stats {
    grid-template-columns: 1fr;
  }
  .lpl-wc-stat {
    padding: 16px;
  }
  .lpl-wc-stat-value {
    font-size: 26px;
  }
}


/* --- Afsluitende actie ---
   De CTA staat bewust na de inhoud in een eigen actieblok. Zo hoort hij
   visueel bij de sectie en lijkt hij niet langer een vijfde processtap. */
.lpl-wc-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 24px;
  padding: 24px 26px;
  border: 1px solid var(--blue-bright-soft);
  border-radius: 18px;
  background: var(--blue-soft);
}

.lpl-wc-action-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: var(--blue-midnight);
}

.lpl-wc-action-kicker {
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lpl-wc-action-copy strong {
  color: var(--blue-midnight);
  font-size: 17px;
  line-height: 1.4;
}

.lpl-wc-action-btn {
  flex: 0 0 auto;
  min-width: 220px;
  min-height: 48px;
  justify-content: center;
}

@media (max-width: 700px) {
  .lpl-wc-action {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    padding: 22px;
  }
  .lpl-wc-action-btn {
    width: 100%;
    min-width: 0;
  }
}
