/* Startpagina — achtergrondtekst rekenfeiten / automatisatie (boven Actueel) */
.home-kennis {
  margin: 0 0 36px;
  padding: 36px clamp(1rem, 3vw, 2rem) 40px;
  background: #fff;
  border: 1px solid #e7ecf1;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(53, 152, 220, 0.06);
}

.home-kennis__header {
  text-align: center;
  max-width: min(100%, 46rem);
  margin: 0 auto 2rem;
}

.home-kennis__title {
  font-size: 26px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .home-kennis__title {
    font-size: 28px;
  }
}

.home-kennis__lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #5d6a78;
}

.home-kennis__topics {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.home-kennis__topic {
  margin: 0;
  padding: 22px clamp(1rem, 2.5vw, 1.75rem) 26px;
  background: #fafcfd;
  border: 1px solid #e1e8ed !important;
  border-radius: 8px;
}

.home-kennis__summary {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid rgba(53, 152, 220, 0.35);
  margin-bottom: 0;
}

.home-kennis__topic[open] > .home-kennis__summary {
  margin-bottom: 1rem;
}

.home-kennis__summary::-webkit-details-marker,
.home-kennis__summary::marker {
  display: none;
  content: none;
}

.home-kennis__summary::before {
  content: "";
  flex-shrink: 0;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.48rem;
  border-right: 2px solid #3598dc;
  border-bottom: 2px solid #3598dc;
  transform: rotate(-45deg);
  transition: transform 0.2s ease, margin-top 0.2s ease;
}

.home-kennis__topic[open] > .home-kennis__summary::before {
  transform: rotate(45deg);
  margin-top: 0.52rem;
}

.home-kennis__summary:focus {
  outline: none;
}

.home-kennis__summary:focus-visible {
  outline: 2px solid #3598dc;
  outline-offset: 3px;
  border-radius: 4px;
}

.home-kennis__topic-title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 19px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  line-height: 1.35;
  padding-bottom: 0;
  border-bottom: none;
}

.home-kennis__panel {
  padding-top: 0;
}

.home-kennis__topic .home-kennis__subheading {
  font-size: 16px;
  font-weight: 600;
  color: #3d4f5f;
  margin: 1.25rem 0 0.5rem 0;
}

.home-kennis__topic .home-kennis__panel .home-kennis__subheading:first-of-type {
  margin-top: 0;
}

.home-kennis__topic p {
  font-size: 14px;
  line-height: 1.65;
  color: #5f6a76;
  margin: 0 0 0.85rem 0;
}

.home-kennis__topic p:last-child {
  margin-bottom: 0;
}

.home-kennis__topic ul,
.home-kennis__topic ol {
  margin: 0 0 1rem 0;
  padding-left: 1.35rem;
  font-size: 14px;
  line-height: 1.65;
  color: #5f6a76;
}

.home-kennis__topic li {
  margin-bottom: 0.35rem;
}

.home-kennis__topic li:last-child {
  margin-bottom: 0;
}

.home-kennis__examples {
  list-style: none;
  padding-left: 0;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 14px;
  background: #fff;
  border: 1px solid #e7ecf1;
  border-radius: 6px;
  padding: 12px 16px;
  margin: 0 0 1rem 0;
}

.home-kennis__examples li {
  margin-bottom: 0.25rem;
}

.home-kennis__numbered {
  margin: 0 0 1rem 0;
  padding-left: 0;
  list-style: none;
  counter-reset: kennis;
}

.home-kennis__numbered > li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.home-kennis__numbered > li::before {
  counter-increment: kennis;
  content: counter(kennis) ".";
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #3598dc;
}

.home-kennis__numbered strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #3d4f5f;
}

.home-kennis__tip {
  font-size: 14px;
  line-height: 1.6;
  color: #4a5560;
  margin: 0.75rem 0 1rem 0;
  padding: 10px 14px;
  background: rgba(53, 152, 220, 0.08);
  border-left: 3px solid #3598dc;
  border-radius: 0 6px 6px 0;
}

.home-kennis__conclusion {
  margin-top: 1rem !important;
  padding-top: 1rem;
  border-top: 1px dashed #dce4ea;
  font-size: 14px;
  line-height: 1.65;
  color: #4a5560;
}

.home-kennis__conclusion strong:first-child {
  color: #2c3e50;
}
