/**
 * Drie momenten blok, v5.87.0
 *
 * Het kader op de startpagina: drie ingangen naar dezelfde koper, elk bij een
 * ander moment in zijn zoektocht. Gebruikt uitsluitend de tokens uit landing.css.
 * Geen JS, geen afbeeldingen.
 */

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

.lpl-dm-head {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

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

.lpl-dm-title {
  margin: 0 0 16px;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.2;
  color: var(--ink);
}

.lpl-dm-lede {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-muted);
}

.lpl-dm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.lpl-dm-card {
  position: relative;
  padding: 30px 26px 28px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.lpl-dm-nr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 50%;
}

.lpl-dm-naam {
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.3;
  color: var(--ink);
}

.lpl-dm-tool {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue-bright);
}

.lpl-dm-koper {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.lpl-dm-stand {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}

.lpl-dm-slot {
  max-width: 760px;
  margin: 0 auto;
  padding: 26px 30px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-left: 3px solid var(--blue);
  border-radius: var(--radius);
  text-align: center;
}

.lpl-dm-slot-title {
  margin: 0 0 8px;
  font-size: 17px;
  color: var(--ink);
}

.lpl-dm-slot-body {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-muted);
}

@media (max-width: 900px) {
  .lpl-dm-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lpl-dm-card {
    padding: 24px 20px;
  }

  .lpl-dm-slot {
    text-align: left;
  }
}
