/* UniRanker base styles */
body {
  background: #f8fafc;
}
.navbar-brand {
  font-weight: 700;
}
.hero {
  background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
  color: #fff;
  padding: 60px 0;
}
.hero h1 {
  font-weight: 800;
}
.card-cta {
  border: 1px solid #e9ecef;
}
.price-badge {
  font-size: 0.9rem;
  border-radius: 999px;
  background: #e7f1ff;
  color: #0d6efd;
  padding: 4px 10px;
}
.footer {
  border-top: 1px solid #e9ecef;
  background: #fff;
}
.table thead th {
  background: #eef5ff;
}
.badge-tier {
  font-size: 0.85rem;
}
