/* How we teach cluster — readable ink on light cards */
.sem-page .sem-wrap > p,
.sem-page .sem-wrap li {
  color: #334155;
}
.sem-hero h1 { text-transform: none; }
.kn-direct {
  background: #fff;
  border: 1px solid #ebe6dc;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 0 0 22px;
  box-shadow: 0 8px 24px rgba(44,42,38,.05);
}
.kn-direct h2 { font-size: 1.05rem; font-weight: 800; color: #2c2a26; margin: 0 0 8px; }
.kn-direct p { margin: 0; color: #334155; line-height: 1.7; }
.kn-direct a { color: #8a6a14; font-weight: 700; }
.kn-table-wrap { overflow-x: auto; margin: 0 0 22px; }
.kn-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
}
.kn-table th, .kn-table td {
  border: 1px solid #ebe6dc;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  color: #334155;
}
.kn-table th { background: #2c2a26; color: #fff; font-weight: 700; }
.kn-table a { color: #8a6a14; font-weight: 700; }
.kn-note { font-size: 13px; color: #5b6472; font-style: italic; margin: 0 0 22px; }
.kn-note a { color: #8a6a14; font-weight: 700; }
.kn-qa-list { list-style: none; padding: 0; margin: 0 0 28px; }
.kn-qa-list li { background: #fff; border: 1px solid #ebe6dc; border-radius: 14px; margin-bottom: 12px; }
.kn-qa-list a { display: block; padding: 16px 18px; color: #2c2a26; text-decoration: none; }
.kn-qa-list a:hover { background: #f8f6f1; }
.kn-qa-list strong { display: block; font-size: 1.05rem; margin-bottom: 6px; }
.kn-qa-list span { display: block; color: #5b6472; font-size: 14px; font-weight: 400; line-height: 1.5; }
.kn-res-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}
.kn-res-card {
  display: block;
  background: #fff;
  border: 1px solid #ebe6dc;
  border-radius: 14px;
  padding: 16px 18px;
  color: #2c2a26;
  text-decoration: none;
}
.kn-res-card:hover { border-color: #E6AD38; }
.kn-res-card h3 { font-size: 1.05rem; font-weight: 800; margin: 0 0 6px; color: #2c2a26; }
.kn-res-card p { margin: 0; font-size: 14px; color: #5b6472; line-height: 1.5; }
.kn-cluster-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; }
.kn-cluster-links a {
  background: #fff;
  border: 1px solid #ebe6dc;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #5c4a1a;
  text-decoration: none;
}
.kn-cluster-links a:hover {
  background: #E6AD38;
  border-color: #E6AD38;
  color: #2c2a26;
}
.kn-verify {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 22px;
  background: #fff;
  font-size: 14px;
}
.kn-verify th, .kn-verify td {
  border: 1px solid #e4e8ee;
  padding: 8px 10px;
  text-align: left;
  color: #334155;
}
.kn-verify th { width: 38%; background: #f8f6f1; color: #2c2a26; }
.kn-ss-featured {
  max-width: 1100px;
  margin: 0 auto 28px;
  background: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 14px;
  padding: 18px 20px;
}
.kn-ss-featured h2 { font-size: 1.15rem; font-weight: 800; margin: 0 0 8px; color: #0a225f; }
.kn-ss-featured p { margin: 0 0 10px; color: #334155; }
