/* [Encoding: UTF-8] */

.catalog-section + .catalog-section {
  margin-top: 64px;
}

.catalog-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
}

.catalog-section-head h2 {
  margin-bottom: 8px;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.catalog-section-head p {
  max-width: 620px;
  color: var(--color-sub);
  font-size: 0.94rem;
  line-height: 1.8;
}

.catalog-count {
  color: var(--color-sub);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.catalog-flow {
  display: flex;
  margin-bottom: 16px;
  gap: 8px;
  flex-wrap: wrap;
}

.catalog-flow span {
  display: inline-flex;
  min-height: 30px;
  padding: 6px 10px;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-sub);
  background: var(--color-bg);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
}

.tool-card-soon {
  position: relative;
  border-style: dashed;
  background: #fcfcfd;
}

.tool-card-soon h3,
.tool-card-soon p {
  color: var(--color-sub);
}

.status-soon {
  border-color: #d0d5dd;
  background: #f8f9fb;
  color: #667085;
}

.tool-card-note {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--color-border);
  color: var(--color-sub);
  font-size: 0.74rem;
  line-height: 1.55;
}

.catalog-principle {
  margin-top: 56px;
  padding: 24px;
  border: 1px solid #d8e2f5;
  border-radius: var(--radius);
  background: #fbfdff;
}

.catalog-principle h2 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.catalog-principle p {
  max-width: 720px;
  color: var(--color-sub);
  font-size: 0.9rem;
  line-height: 1.85;
}

@media (max-width: 720px) {
  .catalog-section + .catalog-section {
    margin-top: 52px;
  }

  .catalog-section-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .catalog-count {
    white-space: normal;
  }
}
