.footer {
  background: #0b0b0b;
  color: #fff;
  padding: 40px 20px 25px;
  border-top: 2px solid #e10600;
}

.footer-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-brand h2 {
  margin: 0;
  color: #e10600;
  font-family: "Orbitron", sans-serif;
}

.footer-brand p {
  opacity: 0.7;
  margin-top: 6px;
}

.footer-social {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-social a {
  color: white;
  text-decoration: none;
  padding: 8px 14px;
  border: 1px solid #333;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.25s ease;
}

.footer-social a:hover {
  background: #e10600;
  border-color: #e10600;
  transform: translateY(-2px);
}

.footer-bottom {
  text-align: center;
  margin-top: 25px;
  font-size: 13px;
  opacity: 0.75;
}

.footer-disclaimer {
  max-width: 900px;
  margin: 10px auto 0;
  text-align: center;
  font-size: 12px;
  opacity: 0.55;
  line-height: 1.4;
}

.footer-social {
  display: flex;
  gap: 14px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111;
  color: white;
  border: 1px solid #333;
  font-size: 16px;
  transition: all 0.25s ease;
}

.footer-social a:hover {
  background: #e10600;
  border-color: #e10600;
  transform: translateY(-2px);
}

.footer-social a:hover {
  background: #e10600;
  border-color: #e10600;
  color: white;
}