.futaba-info-top-nav {
  width: 100%;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 24px auto 8px;
  padding: 0 16px;
  text-align: left;
}

.futaba-info-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.futaba-info-home-link:hover,
.futaba-info-home-link:focus {
  background: #f5f5f5;
  border-color: #bdbdbd;
  color: #111;
  transform: translateY(-1px);
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .futaba-info-top-nav {
    margin: 16px auto 6px;
    padding: 0 14px;
  }

  .futaba-info-home-link {
    min-height: 34px;
    padding: 7px 13px;
    font-size: 13px;
  }
}
