/* Footer Trading Busters - tema inchisa de brand (#050A12), identic pe toate LP-urile */
.tbf {
  background: #050a12; color: #c7ced4; padding: 56px 20px 48px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}
.tbf__inner { max-width: 1080px; margin: 0 auto; }
.tbf__logo { height: 54px; width: auto; display: inline-block; margin-bottom: 26px; }
.tbf__social { display: flex; gap: 18px; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; }
.tbf__social a {
  width: 56px; height: 56px; border-radius: 50%; background: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform 0.12s ease;
}
.tbf__social a:hover { transform: translateY(-2px); }
.tbf__social svg { width: 24px; height: 24px; fill: #1ad98b; }
.tbf__badges { display: flex; gap: 18px; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; }
.tbf__badges a { display: inline-flex; border-radius: 8px; overflow: hidden; background: #fff; }
.tbf__copy { font-size: 15px; color: #aab3ba; margin-bottom: 34px; }
.tbf__legal { font-size: 14.5px; line-height: 1.75; color: #9aa3ab; text-align: center; max-width: 1080px; margin: 0 auto 18px; }
@media (max-width: 640px) {
  .tbf__social a { width: 48px; height: 48px; }
  .tbf__legal { font-size: 13.5px; }
}
