/* =======================
   SUPPORT PAGE
======================= */

.support-header {
  margin-bottom: 36px;
}

.support-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
}

.support-sub {
  font-size: 14px;
  color: #b5b5b5;
  line-height: 1.6;
}

.support-quick {
  margin-bottom: 40px;
}

.support-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.support-card {
  background: #111;
  border: 1px solid #222;
  border-radius: 14px;
  padding: 20px;
}

.support-card.highlight {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border: none;
  color: #fff;
}

.support-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.support-card p {
  font-size: 13px;
  color: #cfcfcf;
  line-height: 1.5;
}

.support-card.highlight p {
  color: rgba(255,255,255,0.9);
}

.support-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  color: #3b82f6;
  text-decoration: none;
}

.support-btn {
  margin-top: 14px;
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.support-footer-note {
  margin-top: 50px;
  font-size: 12px;
  color: #777;
  text-align: center;
}
