.bft {
  background: #3a3a3a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "Outfit", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.bft__inner {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-top: 64px;
  padding-bottom: 0;
}
@media (min-width: 900px) {
  .bft__inner {
    padding-inline: 50px;
  }
}
.bft__top {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 860px) {
  .bft__top {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
  }
}
.bft__brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 340px;
}
.bft__logo-link {
  display: inline-block;
}
.bft__logo {
  width: 150px;
  height: auto;
  display: block;
}
.bft__tagline {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}
.bft__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.bft__trust span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 6px;
}
.bft__trust span i {
  color: #13c265;
  font-size: 12px;
}
.bft__cta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 860px) {
  .bft__cta-block {
    align-items: flex-end;
  }
}
.bft__cta-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}
.bft__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding-inline: 26px;
  border-radius: 100px;
  background: #13c265;
  color: #fff;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 2px 14px rgba(19, 194, 101, 0.28);
  transition: background 0.18s ease, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.18s ease;
}
.bft__cta-btn i {
  font-size: 12px;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.bft__cta-btn:hover {
  background: #0fa052;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(19, 194, 101, 0.36);
}
.bft__cta-btn:hover i {
  transform: translateX(3px);
}
.bft__cta-note {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 5px;
}
.bft__cta-note i {
  color: #13c265;
  font-size: 10px;
}
.bft__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
  padding-block: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 640px) {
  .bft__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .bft__nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
  }
}
.bft__col {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .bft__col:not(:first-child) {
    padding-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
}
.bft__col-heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 18px;
}
.bft__link {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.45;
  margin-bottom: 12px;
  display: block;
  text-decoration: none;
  transition: color 0.16s ease;
}
.bft__link:hover {
  color: #13c265;
}
.bft__link:last-of-type {
  margin-bottom: 0;
}
.bft__owner {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 16px;
  line-height: 1.5;
}
.bft__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-block: 28px;
}
@media (min-width: 640px) {
  .bft__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.bft__copyright {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.3);
}
.bft__legal {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.bft__legal-link {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 0.16s ease;
}
.bft__legal-link:hover {
  color: rgba(255, 255, 255, 0.6);
}/*# sourceMappingURL=footer.css.map */