body {
  background-color: #f8f9fa;
}

.tool-card {
  transition: transform 0.2s ease-in-out;
}
.tool-card:hover {
  transform: translateY(-5px);
}

.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0; /* ✅ en altta */
  width: 100%;
  background: #212529;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: none; /* Başlangıçta gizli */
  z-index: 9999;
}
