.hero-section {
  background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%);
  padding: 80px 0;
}

.cta-section {
  background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%);
}

.bid-card {
  transition: transform 0.15s, box-shadow 0.15s;
}

.bid-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1) !important;
}

.navbar-brand {
  font-size: 1.3rem;
  letter-spacing: -0.3px;
}

.pagination .page-link {
  color: #1565c0;
}

.pagination .page-item.active .page-link {
  background-color: #1565c0;
  border-color: #1565c0;
}

footer a:hover {
  opacity: 0.8;
}

code {
  background: #f0f4ff;
  padding: 2px 6px;
  border-radius: 4px;
  color: #1565c0;
}
