/* Insights uses the shared site shell, cards and responsive navigation. */
.insights-hero h1 { max-width: 18ch; }
.insights-content { padding-top: 0; }

.insight-card h2 {
  margin: 42px 0 12px;
  font-size: 1.35rem;
}
.insight-card::after { pointer-events: none; }
.insight-card a:hover { color: var(--blue-2); }
.insight-card a:focus-visible,
.insight-body a:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}

.insight-column { max-width: 720px; }
.insight-body {
  color: var(--muted);
  line-height: 1.8;
  overflow-wrap: break-word;
}
.insight-body h2 {
  margin: 42px 0 14px;
  color: var(--text);
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.25;
}
.insight-body > h2:first-child { margin-top: 0; }
.insight-body p { margin: 0 0 20px; }
.insight-body ul { padding-left: 24px; }
.insight-body li { margin-bottom: 14px; }
.insight-body strong { color: var(--text); }
.insight-body a {
  color: var(--blue-2);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.skyforge-note {
  margin: 32px 0;
  padding: 22px 24px;
  border-left: 2px solid var(--blue);
  background: var(--panel);
}
.skyforge-note h2 { margin: 0 0 10px; font-size: 1rem; }
.skyforge-note p { margin: 0; }
.insight-body .insight-back {
  margin: 42px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
