.b2bfoot {
  padding: 72px 0 24px;
  color: rgba(255, 255, 255, 0.65);
  background: #091c27;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
}

.b2bfoot * {
  box-sizing: border-box;
}

.b2bfoot a {
  color: inherit;
  text-decoration: none;
}

.b2bfoot img {
  display: block;
  max-width: 100%;
}

.b2bfoot-inner {
  width: min(1440px, calc(100% - 80px));
  margin: auto;
}

.b2bfoot-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 0.8fr 1fr;
  gap: 40px;
}

.b2bfoot-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.b2bfoot-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: contain;
}

.b2bfoot-name b,
.b2bfoot-name small {
  display: block;
}

.b2bfoot-name b {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

.b2bfoot-name small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.b2bfoot-about {
  max-width: 340px;
  margin-top: 20px;
  font-size: 0.8rem;
  line-height: 1.7;
}

.b2bfoot-title {
  margin-bottom: 18px;
  color: #f0c978;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.b2bfoot-col a {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
  font-size: 0.81rem;
  transition: color 0.2s;
}

.b2bfoot-col a:hover {
  color: #f0c978;
}

.b2bfoot-col a i {
  width: 15px;
  flex-shrink: 0;
  color: #f0c978;
  font-size: 0.78rem;
  text-align: center;
}

.b2bfoot-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 62px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}

@media (max-width: 1100px) {
  .b2bfoot-inner {
    width: min(100% - 48px, 1000px);
  }

  .b2bfoot-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .b2bfoot-inner {
    width: calc(100% - 30px);
    max-width: 680px;
  }

  .b2bfoot-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .b2bfoot-bottom {
    line-height: 1.6;
  }
}
