.bidentra-footer {
  width: 100%;
  background: #0b1220;
  color: #ffffff;
  font-family: Arial, sans-serif;
}

.bidentra-footer__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 42px 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.bidentra-footer__brand img {
  display: block;
  width: 190px;
  height: auto;
  margin-bottom: 16px;
}

.bidentra-footer__brand p {
  max-width: 420px;
  margin: 0;
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.7;
}

.bidentra-footer__links {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.bidentra-footer__links a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.bidentra-footer__links a:hover {
  color: #38bdf8;
}

.bidentra-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 28px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
}