/* ==========================================================
   Seven Star SEO Tools — Tool category page
   ========================================================== */

.back-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 600;
  color: var(--text-dim);
  margin: 44px 0 30px;
  transition: color 0.3s ease, gap 0.3s ease;
}
.back-link:hover { color: var(--neon-cyan); gap: 11px; }

.category-hero { padding-bottom: 30px; }
.category-title {
  font-size: clamp(28px, 4.5vw, 46px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.15;
  margin-bottom: 10px;
}
.category-count {
  font-size: 13.5px; font-weight: 700;
  color: var(--neon-cyan);
  margin-bottom: 18px;
}
.category-intro {
  max-width: 720px;
  font-size: 15px; line-height: 1.75;
  color: var(--text-dim);
}

.category-tools-section { padding: 10px 0 100px; }
.category-empty {
  text-align: center;
  color: var(--text-dimmer);
  font-size: 14px;
  padding: 60px 0;
}

@media (max-width: 480px) {
  .back-link { margin: 30px 0 22px; }
}
