body.support-page {
  background: var(--ds-gradient-page);
}

.support-header {
  background: var(--ds-gradient-hero);
  color: #f8fafc;
  padding: 1.75rem 0 2rem;
}

.support-logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.support-hero-title {
  color: #f8fafc;
}

.collection-card {
  border: 1px solid var(--ds-color-border);
  border-radius: var(--ds-radius-xl);
  box-shadow: var(--ds-shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
  display: block;
  background: var(--ds-color-surface);
}

.collection-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--ds-shadow-md);
}

.collection-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--ds-color-accent-soft);
  color: #6f5427;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  flex-shrink: 0;
}

.article-item {
  border: 1px solid var(--ds-color-border);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
}

.article-box {
  border: 1px solid var(--ds-color-border);
  border-radius: var(--ds-radius-xl);
  box-shadow: var(--ds-shadow-sm);
}
