/* Why Knowledge Nation — nine landing pages */

.kn-why-page-body .sem-hero {
  background:
    radial-gradient(ellipse 70% 80% at 92% 0%, rgba(230, 173, 56, 0.22), transparent 55%),
    linear-gradient(160deg, #0a225f 0%, #07163f 62%, #0c2a6e 100%);
}

.kn-why-page-body .sem-hero h1 {
  text-transform: none;
  color: #fff;
}

.kn-why-page-body .sem-wrap {
  max-width: 1080px;
}

.kn-why-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 26px;
}

.kn-why-stat {
  background: #fff;
  border: 1px solid #e4dfd4;
  border-radius: 12px;
  padding: 14px 16px;
}

.kn-why-stat span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  margin-bottom: 6px;
}

.kn-why-stat strong {
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 1.15rem;
  color: #0a225f;
  font-weight: 700;
  line-height: 1.25;
}

.kn-why-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
}

.kn-why-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #ebe6dc;
  border-radius: 14px;
  padding: 14px 10px 12px;
  color: #0a225f;
  min-height: 112px;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.kn-why-tile img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 8px;
}

.kn-why-tile h2,
.kn-why-tile span {
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  color: #0a225f;
}

.kn-why-tile:hover,
.kn-why-tile:focus {
  border-color: #E6AD38;
  box-shadow: 0 8px 20px rgba(10, 34, 95, 0.08);
  text-decoration: none;
  color: #0a225f;
}

.kn-why-tile.is-current {
  border-color: #E6AD38;
  background: linear-gradient(180deg, #fff 0%, #fff8e8 100%);
  box-shadow: 0 8px 22px rgba(230, 173, 56, 0.12);
}

.kn-why-direct {
  background: #fff;
  border: 1px solid #ebe6dc;
  border-left: 4px solid #E6AD38;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 0 0 26px;
  box-shadow: 0 8px 24px rgba(44, 42, 38, 0.05);
}

.kn-why-direct h2 {
  font-size: 1.02rem;
  font-weight: 800;
  color: #0a225f;
  margin: 0 0 8px;
}

.kn-why-direct p {
  margin: 0;
  color: #334155;
  line-height: 1.7;
}

.kn-why-article {
  max-width: 760px;
  margin: 0 0 28px;
}

.kn-why-article h2 {
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0a225f;
  margin: 1.6rem 0 0.7rem;
}

.kn-why-article h2:first-child {
  margin-top: 0;
}

.kn-why-article p,
.kn-why-article li {
  color: #334155;
  line-height: 1.75;
  font-size: 1.02rem;
}

.kn-why-article p {
  margin: 0 0 1rem;
}

.kn-why-article ul,
.kn-why-article ol {
  margin: 0 0 1.1rem;
  padding-left: 1.2rem;
}

.kn-why-article li {
  margin-bottom: 0.45rem;
}

.kn-why-article a {
  color: #8a6a14;
  font-weight: 700;
}

.kn-why-faq {
  margin: 0 0 28px;
}

.kn-why-faq h2 {
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0a225f;
  margin: 0 0 14px;
}

.kn-why-faq details {
  background: #fff;
  border: 1px solid #ebe6dc;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 12px 16px;
}

.kn-why-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #0a225f;
  list-style: none;
}

.kn-why-faq summary::-webkit-details-marker {
  display: none;
}

.kn-why-faq details[open] summary {
  margin-bottom: 8px;
  color: #8a6a14;
}

.kn-why-faq details p {
  margin: 0;
  color: #334155;
  line-height: 1.65;
}

.kn-why-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  background: #0a225f;
  color: #fff;
  border-radius: 16px;
  padding: 22px 22px 20px;
  margin: 0 0 8px;
}

.kn-why-cta p {
  flex: 1 1 240px;
  margin: 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.kn-why-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kn-why-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}

.kn-why-btn-gold {
  background: #E6AD38;
  color: #0a225f;
}

.kn-why-btn-gold:hover {
  background: #f0c05a;
  color: #0a225f;
  text-decoration: none;
}

.kn-why-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.kn-why-btn-ghost:hover {
  border-color: #E6AD38;
  color: #E6AD38;
  text-decoration: none;
}

.kn-why-page-body .kn-cluster-links .kn-cluster-current,
.kn-why-page-body .kn-cluster-links span.kn-cluster-current {
  background: #0a225f;
  border: 1px solid #0a225f;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 900px) {
  .kn-why-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .kn-why-stats {
    grid-template-columns: 1fr;
  }

  .kn-why-tiles {
    grid-template-columns: 1fr;
  }

  .kn-why-tile {
    min-height: 88px;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 12px;
    padding: 12px 14px;
  }

  .kn-why-tile img {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .kn-why-article,
  .kn-why-page-body .sem-wrap {
    max-width: 100%;
  }
}
