/* Free tool landing pages (/tools/*) — editorial + FAQ + compare tables */

.tool-spotlight {
  padding: 36px 0 40px;
}

.tool-spotlight .solution-features {
  max-width: 780px;
  margin: 0 auto;
}

.tool-editorial {
  max-width: 720px;
  margin: 0 auto;
}

.tool-editorial h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  color: var(--text-main);
}

.tool-editorial > p,
.tool-editorial .lead {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0 0 14px;
}

.tool-compare-wrap {
  overflow-x: auto;
  margin-top: 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-color);
}

.tool-compare-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.tool-compare-table th,
.tool-compare-table td {
  border-bottom: 1px solid var(--border-color);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.tool-compare-table th {
  background: var(--bg-light);
  font-weight: 600;
  color: var(--text-main);
}

.tool-compare-table tbody tr:last-child th,
.tool-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.tool-compare-table tbody th[scope="row"] {
  background: #f8fafc;
  font-weight: 600;
  color: var(--text-main);
  vertical-align: top;
}

.tool-faq {
  max-width: 720px;
  margin: 0 auto;
}

.tool-faq details {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 10px;
  background: var(--bg-white);
}

.tool-faq summary {
  font-weight: 600;
  cursor: pointer;
  color: var(--text-main);
  list-style-position: outside;
}

.tool-faq details[open] summary {
  margin-bottom: 10px;
}

.tool-faq details p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.tool-verb-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin-top: 16px;
}

@media (min-width: 640px) {
  .tool-verb-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.tool-verb-card {
  background: var(--bg-light);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 16px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.tool-verb-card .label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.tool-weak {
  color: #b45309;
}

.tool-strong {
  color: #047857;
  font-weight: 600;
}

.tool-keyword-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.tool-keyword-tags span {
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-main);
}
