/* Case study detail + index — uses profile tokens from team-profile.css */
.case-study-page .cs-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.case-study-page .cs-tag {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--profile-purple);
  background: rgba(78, 43, 205, 0.08);
  border: 1px solid #e5dff7;
  padding: 5px 10px;
  border-radius: 6px;
}

.case-study-page .cs-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 28px;
}

.case-study-page .cs-chips span {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ede9fe;
  color: var(--profile-purple);
}

.case-study-page .cs-disclaimer {
  font-size: 13px;
  line-height: 1.5;
  color: var(--profile-muted);
  background: #f8f7fc;
  border: 1px solid #e8e8ef;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 28px;
}

.case-study-page .cs-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.case-study-page .cs-metric {
  background: #fff;
  border: 1px solid #e8e8ef;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
}

.case-study-page .cs-metric strong {
  display: block;
  font-size: 22px;
  color: var(--profile-purple);
  margin-bottom: 4px;
}

.case-study-page .cs-metric span {
  font-size: 12px;
  color: var(--profile-muted);
  line-height: 1.35;
}

.case-study-index-card {
  background: #fff;
  border: 1px solid hsl(252.96deg 65.32% 48.63% / 13%);
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.case-study-index-card h2 {
  font-size: 20px;
  margin: 10px 0 12px;
  line-height: 1.35;
}

.case-study-index-card h2 a {
  color: var(--profile-ink);
  text-decoration: none;
}

.case-study-index-card h2 a:hover {
  color: var(--profile-purple);
}

.case-study-index-card p.cs-excerpt {
  font-size: 15px;
  line-height: 1.55;
  color: var(--profile-muted);
  flex: 1;
  margin-bottom: 16px;
}

.case-study-index-card .read-more {
  font-size: 14px;
  font-weight: 600;
  color: var(--profile-purple);
  text-decoration: none;
}

.case-study-related {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e8e8ef;
}

.case-study-related h3 {
  font-size: 18px;
  margin-bottom: 16px;
  color: var(--profile-ink);
}

.case-study-related ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.case-study-related a {
  color: var(--profile-purple);
  font-weight: 600;
  text-decoration: none;
}

.case-study-related a:hover {
  text-decoration: underline;
}
