.heat-label {
  display: inline-block;
  margin: 10px 0;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background: linear-gradient(135deg, #ffcc00, #ff8800);
  color: #111;
  box-shadow: 0 0 6px rgba(255, 140, 0, 0.5), 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease; }

.heat-label:hover {
  transform: scale(1.05); }

footer {
  border-top: 6px solid red !important; }
