/* Site-verfijningen — Hermes Ratgers (UTF-8, geen BOM) */

.features .features-item i {
  color: var(--accent-color);
}

.features .features-item:nth-child(2) i {
  color: var(--heading-color);
}

.features .features-item:nth-child(3) i {
  color: color-mix(in srgb, var(--accent-color), #000 15%);
}

.features .features-item:nth-child(4) i {
  color: color-mix(in srgb, var(--heading-color), var(--accent-color) 40%);
}

.features .features-item:nth-child(5) i {
  color: color-mix(in srgb, var(--accent-color), #fff 20%);
}

.features .features-item:nth-child(6) i {
  color: color-mix(in srgb, var(--default-color), var(--accent-color) 50%);
}

.features .features-item:nth-child(7) i {
  color: var(--nav-hover-color);
}

.features .features-item:nth-child(8) i {
  color: var(--heading-color);
}

.features .features-item:nth-child(9) i {
  color: color-mix(in srgb, var(--nav-hover-color), var(--accent-color) 55%);
}

.features .features-item:nth-child(10) i {
  color: color-mix(in srgb, var(--accent-color), #000 10%);
}

.service-spotlight-row {
  margin-bottom: 0.5rem;
}

.service-spotlight {
  padding: 1.75rem 2rem;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--accent-color), transparent 92%) 0%,
    var(--surface-color) 55%
  );
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 65%);
  border-left: 4px solid var(--accent-color);
}

.service-spotlight--ib {
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--heading-color), transparent 94%) 0%,
    var(--surface-color) 55%
  );
  border-color: color-mix(in srgb, var(--heading-color), transparent 75%);
  border-left-color: var(--heading-color);
}

.service-spotlight--ib .service-spotlight__label {
  color: var(--heading-color);
}

.service-spotlight__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent-color);
  margin: 0;
}

.service-spotlight__title {
  font-size: 1.5rem;
  margin: 0;
}

.service-spotlight__title a {
  color: var(--heading-color);
  text-decoration: none;
}

.service-spotlight__title a:hover,
.service-spotlight__title a:focus {
  color: var(--accent-color);
}

.service-spotlight__text {
  color: var(--default-color);
  line-height: 1.65;
  max-width: 52rem;
}

.news-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.news-categories a {
  display: inline-block;
  padding: 0.45rem 1rem;
  border-radius: 50px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.news-categories a:hover,
.news-categories a:focus {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
}

.footer .footer-title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin: 0 0 12px;
  color: var(--heading-color);
}
