/* Laag bovenop to.css voor de alternatievenpagina's
   (tools/alternatives-pages.mjs). Twee dingen wonen hier: de
   vinkjestabel uit het Paper-artboard "Site · Braintoss-alternatief",
   en de statische spiegel van de homepage-bestemmingensectie
   (src/styles/sections.css is de bron van die waarden; wie daar iets
   wijzigt hoort het hier mee te nemen). */

/* — Vinkjestabel — */

.tabel {
  margin-top: clamp(28px, 3vw, 44px);
}

.tabel-kop,
.tabel-rij {
  display: flex;
  align-items: center;
  gap: 24px;
}

.tabel-kop {
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 18px;
}

.tabel-rij {
  padding: 22px 0;
  border-top: 1px solid rgba(247, 244, 240, 0.1);
}

.tabel-feature {
  flex: 1;
  font-size: 16px;
  line-height: 22px;
}

.tabel-cel {
  width: 140px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.tabel-zij {
  color: rgba(247, 244, 240, 0.55);
}

.tabel-wij {
  font-weight: 500;
}

@media (max-width: 700px) {
  .tabel-kop,
  .tabel-rij {
    gap: 12px;
  }

  .tabel-cel {
    width: 64px;
  }

  .tabel-feature {
    font-size: 15px;
  }
}

/* — Bestemmingensectie (spiegel van de homepage) — */

.bestemmingen-sub {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.53;
  color: var(--text-secondary);
}

.chipwand {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  max-width: 1120px;
  margin-top: clamp(32px, 3.5vw, 48px);
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 14px;
  border-radius: 999px;
  background: #fcfcfb;
  color: #1f1b17;
  font-size: 15px;
  font-weight: 500;
}

.chip img,
.chip svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.chip-meer {
  padding: 10px 16px 10px 18px;
  background: none;
  border: 1px solid var(--hairline-input);
  color: var(--text-secondary);
  font-weight: 400;
  gap: 8px;
}

.chip-meer svg {
  width: 13px;
  height: 13px;
}

@media (hover: hover) {
  .chip-meer:hover {
    color: var(--text);
    border-color: rgba(247, 244, 240, 0.34);
  }
}

.apparaten {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: clamp(40px, 4.5vw, 64px);
}

.apparaten h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.016em;
}

.apparaten p {
  margin-top: 4px;
  font-size: 15px;
  color: var(--text-secondary);
}

.apparaat-groepen {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.8vw, 56px);
  list-style: none;
  flex-wrap: wrap;
}

.apparaat-groep {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--text-secondary);
}

.apparaat-groep svg {
  flex-shrink: 0;
}

.apparaat-groep strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
}
