
.tool-dossier {
  display: grid;
  gap: 20px;
}

.tool-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
  gap: 22px;
  background: linear-gradient(180deg, rgba(18, 19, 24, 0.98), rgba(11, 12, 17, 0.97));
}

.dossier-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(173, 178, 182, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(173, 178, 182, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.24;
  pointer-events: none;
}

.tool-hero-main,
.tool-hero-meta {
  position: relative;
  z-index: 1;
}

.tool-hero-main {
  display: grid;
  gap: 12px;
}

.tool-hero-main > p:first-of-type {
  color: #d7dce0;
}

.tool-hero-badges {
  margin-top: 4px;
}

.tool-hero-intel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.tool-hero-intel-card {
  padding: 16px;
  border: 1px solid rgba(173, 178, 182, 0.16);
  border-radius: 16px;
  background: rgba(18, 19, 24, 0.9);
}

.tool-hero-meta {
  display: grid;
  gap: 16px;
  align-content: start;
}

.tool-hero-meta .tool-proof-card {
  margin-bottom: 0;
}

.meta-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.meta-list li {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(173, 178, 182, 0.14);
  border-radius: 14px;
  background: rgba(13, 15, 21, 0.9);
}

.meta-list strong {
  color: var(--text-strong);
}

.tool-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tool-hero-footnote {
  margin: 0;
  color: rgba(185, 192, 200, 0.76);
  font-size: 0.92rem;
}

.tool-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tool-jump-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(173, 178, 182, 0.22);
  border-radius: 999px;
  background: rgba(17, 19, 24, 0.95);
  color: rgba(238, 240, 242, 0.86);
}

.tool-jump-nav a:hover {
  background: rgba(200, 184, 141, 0.12);
  text-decoration: none;
}

.tool-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tool-section-grid > .card {
  height: 100%;
}

.tool-disclosure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tool-disclosure-grid p {
  margin: 0;
}

.tool-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tool-related-grid > div {
  padding: 16px;
  border: 1px solid rgba(173, 178, 182, 0.14);
  border-radius: 16px;
  background: rgba(13, 15, 21, 0.9);
}

.tool-related-grid h3 {
  margin-bottom: 10px;
}

.quick-facts-card {
  border-left: 3px solid rgba(200, 184, 141, 0.62);
}
