body {
  font-family: 'Inter', sans-serif;
  background-color: #f7f8fa;
  color: #111827;
}

.navbar-brand {
  letter-spacing: -0.3px;
}

.hero-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
}

.hero-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #e5e7eb;
}

.stat-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f1f1f1;
}

.stat-item:last-child {
  border-bottom: none;
}

.search-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 24px;
  margin-top: -20px;
  position: relative;
  z-index: 10;
}

.pill {
  display: inline-block;
  padding: 8px 14px;
  background: #eef2ff;
  color: #3730a3;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
}

.agency-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 22px;
  height: 100%;
  transition: all 0.2s ease;
}

.agency-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.06);
}

.agency-meta {
  font-size: 14px;
  color: #6b7280;
}

.score-badge {
  background: #111827;
  color: white;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
}

.tag {
  display: inline-block;
  background: #f3f4f6;
  color: #374151;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.agency-link {
  text-decoration: none;
  color: inherit;
}
